Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.1.10/tools/kt-dump/
H A Dkt-dump.cpp346 std::span<uint8_t> commands = contents.subspan(mh_offs + sizeof(*hdr)); local
351 auto *cmd = reinterpret_cast<const load_command *>(commands.data());
353 commands = commands.subspan(cmd->cmdsize);
526 std::span<uint8_t> commands = contents.subspan(sizeof(*hdr)); in do_fileset() local
539 auto *cmd = reinterpret_cast<const segment_command_64 *>(commands.data()); in do_fileset()
541 commands = commands.subspan(cmd->cmdsize); in do_fileset()
/xnu-11215.1.10/tools/lldbmacros/
H A DREADME.md6 C. Kernel debugging commands.
7 i. Using commands.
8 ii. Writing new commands.
52 …* Once connected you can debug with basic lldb commands like print, bt, expr etc. The xnu debug ma…
53 …In case if you are working with older kernel files you can load kernel specific commands by doing -
58 * You can do `kgmhelp` to get a list of commands available through xnu.py
77 … scripting bridge for customizing commands and summaries in lldb. Following is the stack of platfo…
92 iii. -v options to increase verbosity levels in commands.
107 |-plugins/ # Holds plugins for kernel commands.
108 |-xnu.py # xnu debug framework along with kgmhelp, xnudebug commands.
[all …]
H A Dmacho.py78 cmd = self.commands = []
227 for _, seg, sec in h.commands
240 for cmd in h.commands:
304 for cmd in hdr.commands:
H A Dtox.ini12 commands = key
/xnu-11215.1.10/doc/debugging/
H A Dmacro_testing.md19 access debugger/process/target from such test or invoke LLDB commands. This
H A Ddebugging.md268 Then to profile commands, follow this sequence:
331 1. Try to get values of globals through regular LLDB commands
/xnu-11215.1.10/osfmk/mach/
H A Dmach_host.defs280 * Create a new voucher by running a series of commands against
/xnu-11215.1.10/makedefs/
H A DMakeInc.cmd367 # behave similarly to externally compiled commands
/xnu-11215.1.10/
H A DREADME.md503 `tools/lldbmacros` contains the source for these commands.