Files
microrust/src/appendix/gdb.md
Michael Droogleever c5de62831e Development progress
- many small fixes
- add hello-world
- fix source code
2018-07-21 22:22:56 +02:00

1.0 KiB

GDB cheatsheet

Short Command Action
b? break Add breakpoint
continue
step
stepi
print
info locals
layout src
tui disable
layout asm
dissasmble /m
monitor reset halt