diff options
author | Regia König | 2022-08-16 11:33:08 +0200 |
---|---|---|
committer | Regia König | 2022-08-16 11:33:08 +0200 |
commit | 942dc01a998f8e60f57c8816264b16f4117da266 (patch) | |
tree | d2da1a2e6d3154c630745310be9b413e18b8b3a2 /documentation | |
parent | More documentation (diff) | |
download | memtest86-942dc01a998f8e60f57c8816264b16f4117da266.tar.gz memtest86-942dc01a998f8e60f57c8816264b16f4117da266.tar.xz memtest86-942dc01a998f8e60f57c8816264b16f4117da266.zip |
Reorder GDB commands
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 |