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