From 942dc01a998f8e60f57c8816264b16f4117da266 Mon Sep 17 00:00:00 2001 From: Regia König Date: Tue, 16 Aug 2022 11:33:08 +0200 Subject: Reorder GDB commands --- documentation/GDB commands | 12 ++++++------ 1 file 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 -- cgit v1.2.3-55-g7522