diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/GDB commands | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/GDB commands b/documentation/GDB commands index 64ea1b8..3316a38 100644 --- a/documentation/GDB commands +++ b/documentation/GDB commands @@ -49,11 +49,10 @@ BREAKPOINTS INFORMATION - info - address SYM + address SYM || Get address for symbol SYM + symbol ADDR || Show symbol at specified address all-registers || all registers & their contents - - args || Argument variables of current stack frame breakpoints @@ -63,14 +62,15 @@ INFORMATION functions || all function names in Program functions UefiMain || show where this function occurs - locals || local variables of current stack frame - - symbol ADDR || Show symbol at specified address + line types [regex] || list all types or with regex + args || Argument variables of current stack frame + locals || local variables of current stack frame variables || all gloabl & static variables + CONTROL FLOW - c || continue |