summaryrefslogtreecommitdiffstats
path: root/documentation/GDB commands
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/GDB commands')
-rw-r--r--documentation/GDB commands12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/GDB commands b/documentation/GDB commands
index 992a6cd..a6db0cc 100644
--- a/documentation/GDB commands
+++ b/documentation/GDB commands
@@ -38,6 +38,8 @@ BREAKPOINTS
- b CoreHandleProtocol || or OutputString
- break *0x65fe447 || set breakpoint at address
+ - delete 2 || delete breakpoint no 2
+ - break sampleApp.c:nn=LineNumber
INFORMATION
@@ -79,3 +81,13 @@ FILES (perhaps not applicable when debugging with QEMU)
LIST
- list || list specified function or line
+
+gdb --tui
+ - layout asm
+ - layout reg
+ - layout src
+
+ - tui enable
+ - tui disable
+
+ - next