文件名称:SDB:简单的C调试器
文件大小:6KB
文件格式:ZIP
更新时间:2024-03-29 16:27:33
C++
-cont: continue execution -delete {break-point-id}: remove a break point -disasm addr: disassemble instructions in a file or a memory region -dump addr [length]: dump memory content -exit: terminate the debugger -get reg: get a single value from a register -getregs: show registers -help: show this message -list: list break points -load {path/to/a/program}: load a program -run: run the program -vmm
【文件预览】:
SDB-main
----sdb.cpp(22KB)
----README.md(565B)