Skip to content

gdb

bash
# 查看源码
(gdb)layout src

常用指令

bash
next n
step s
print p
continue c
break b
info i
quit q