githubEdit

Debugging Commands

? (evaluate and execute expressions and scripts in debuggee)chevron-right~ (display and change the current operating core)chevron-righta (assemble virtual address)chevron-rightload (load the kernel modules)chevron-rightunload (unload the kernel modules)chevron-rightstatus (show the debuggee status)chevron-rightevents (show and modify active/disabled events)chevron-rightp (step-over)chevron-rightt (step-in)chevron-righti (instrumentation step-in)chevron-rightgu (step-out or go up)chevron-rightr (read or modify registers)chevron-rightbp (set breakpoint)chevron-rightbl (list breakpoints)chevron-rightbe (enable breakpoints)chevron-rightbd (disable breakpoints)chevron-rightbc (clear and remove breakpoints)chevron-rightg (continue debuggee or processing kernel packets)chevron-rightx (examine symbols and find functions and variables address)chevron-rightdb, dc, dd, dq (read virtual memory)chevron-righteb, ed, eq (edit virtual memory)chevron-rightsb, sd, sq (search virtual memory)chevron-rightu, u64, u2, u32 (disassemble virtual address)chevron-rightk, kd, kq (display stack backtrace)chevron-rightdt (display and map virtual memory to structures)chevron-rightstruct (make structures, enums, data types from symbols)chevron-rightsleep (wait for specific time in the .script command)chevron-rightpause (break to the debugger and pause processing kernel packets)chevron-rightprint (evaluate and print expression in debuggee)chevron-rightlm (view loaded modules)chevron-rightcpu (check cpu supported technologies)chevron-rightrdmsr (read model-specific register)chevron-rightwrmsr (write model-specific register)chevron-rightflush (remove pending kernel buffers and messages)chevron-rightprealloc (reserve pre-allocated pools)chevron-rightpreactivate (pre-activate special functionalities)chevron-rightoutput (create output source for event forwarding)chevron-righttest (test functionalities)chevron-rightsettings (configures different options and preferences)chevron-rightexit (exit from the debugger)chevron-right

Last updated