Lines Matching refs:commands
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.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.
111 |-process.py # files containing commands/summaries code for each subsystem
119 … into the dSYM of each kernel build. This helps in rev-locking the lldb commands with changes in k…
122 C. Kernel debugging commands.
124 i. Using commands.
126 Using xnu debug commands is very similar to kgmacros in gdb. You can use 'kgmhelp' to get a listing…
152 ii. Writing new commands.
199 …It is very important that you do reload using xnudebug command as it does the plumbing of commands…
373 To contribute new commands or fixes to existing one, it is recommended that you follow the procedur…