Lines Matching refs:core
31 …me:port>' or 'gdb-remote \<hostname:port>'. In case using a core file please do 'file --core /path…
43 * connect to remote device or load a core file
48 #for loading a core file
49 (lldb) file --core /path/to/core/file /path/to/kernel_symbol_file
80 | | |--lldb core--| | | <-- interacts with remote kernel or corefile.
105 …|-core/ # Core logic about kernel, lldb value abstraction, configs etc. **DO NOT TOUCH THIS …
151 It is recommended that you do a decoupled development for command interface and core utility functi…
164 …- note that we use core.value class as an interface to underlying C structures. Refer [Section B] …
166 - remember that the ideal type of object to be passed around is core.value
228 The valobj argument holds the core.value object for display.
231 [ use `kern.globals` & `kern.GetValueFromAddress` for building args to core functions. ]
232 [ remember that the ideal type of object to be passed around is core.value ]
297 …Q. I connected to a coredump file with lldb --core corefile and I got RuntimeError: Unable to find…
303 (lldb) file --core corefile
319 …* If you need to print a string from a core.value object then use str() to get string representati…
423 …- (lldb)settings set target.process.python-os-plugin-path /path/to/xnu/tools/lldbmacros/core/opera…