Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/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:
/xnu-12377.41.6/tests/unit/
H A DREADME.md14 - `VERBOSE=YES` - Show more of the build commands
152 Mind that both of these commands take the binary for which we want to show information for, in this…
155 Both these commands can take `-sources` argument followed by the list of source files to limit the …
/xnu-12377.41.6/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-12377.41.6/osfmk/mach/
H A Dmach_host.defs280 * Create a new voucher by running a series of commands against
/xnu-12377.41.6/makedefs/
H A DMakeInc.cmd374 # behave similarly to externally compiled commands
/xnu-12377.41.6/
H A DREADME.md505 `tools/lldbmacros` contains the source for these commands.