Searched refs:commands (Results 1 – 9 of 9) sorted by relevance
346 std::span<uint8_t> commands = contents.subspan(mh_offs + sizeof(*hdr)); local351 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() local539 auto *cmd = reinterpret_cast<const segment_command_64 *>(commands.data()); in do_fileset()541 commands = commands.subspan(cmd->cmdsize); in do_fileset()
6 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.py77 … 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 …]
78 cmd = self.commands = []227 for _, seg, sec in h.commands240 for cmd in h.commands:304 for cmd in hdr.commands:
14 - `VERBOSE=YES` - Show more of the build commands152 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 …
19 access debugger/process/target from such test or invoke LLDB commands. This
268 Then to profile commands, follow this sequence:331 1. Try to get values of globals through regular LLDB commands
280 * Create a new voucher by running a series of commands against
374 # behave similarly to externally compiled commands
505 `tools/lldbmacros` contains the source for these commands.