Lines Matching refs:core
33 …u need to debug a core file, you can add '--core /path/to/corefile' to your lldb command (e.g. `xc…
45 * connect to remote device or load a core file
50 #for loading a core file
51 (lldb) file --core /path/to/core/file /path/to/kernel_symbol_file
82 | | |--lldb core--| | | <-- interacts with remote kernel or corefile.
107 …|-core/ # Core logic about kernel, lldb value abstraction, configs etc. **DO NOT TOUCH THIS …
116 …ts/ # unit tests for macros, using lldb scripted process to simulate debugging a core file
157 It is recommended that you do a decoupled development for command interface and core utility functi…
170 …- note that we use core.value class as an interface to underlying C structures. Refer [Section B] …
172 - remember that the ideal type of object to be passed around is core.value
234 The valobj argument holds the core.value object for display.
237 [ use `kern.globals` & `kern.GetValueFromAddress` for building args to core functions. ]
238 [ remember that the ideal type of object to be passed around is core.value ]
303 …Q. I connected to a coredump file with lldb --core corefile and I got RuntimeError: Unable to find…
309 (lldb) file --core corefile
325 …* If you need to print a string from a core.value object then use str() to get string representati…
444 …- (lldb)settings set target.process.python-os-plugin-path /path/to/xnu/tools/lldbmacros/core/opera…