设置退出断点
catch syscall 60
catch syscall 231
catch syscall exit exit_group
查看断点堆栈列表
info stack
OR info s
切换堆栈层次
up
down
查看当前堆栈
frame
OR f
查看当前堆栈详细信息
info frame
OR info f
版权属于:wshon
本文链接:https://blog.wshon.com/2019/07/gdb.html
转载时须注明出处及本声明
catch syscall 60
catch syscall 231
catch syscall exit exit_group
info stack
OR info s
up
down
frame
OR f
info frame
OR info f
版权属于:wshon
本文链接:https://blog.wshon.com/2019/07/gdb.html
转载时须注明出处及本声明
最新回复