diff options
author | Regia König | 2022-08-14 21:32:00 +0200 |
---|---|---|
committer | Regia König | 2022-08-14 21:32:00 +0200 |
commit | 269455db17eb974d7ff6608666b6b68b27336088 (patch) | |
tree | 09ecb31dc8e1453279a25fca257c90242c77fe74 /documentation | |
parent | New script for running qemu and GDB documentation (diff) | |
download | memtest86-269455db17eb974d7ff6608666b6b68b27336088.tar.gz memtest86-269455db17eb974d7ff6608666b6b68b27336088.tar.xz memtest86-269455db17eb974d7ff6608666b6b68b27336088.zip |
test.sh now also has OVMF_VARS and OVMF_CODE
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/GDB commands | 12 |
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 |