返回首页
进站必读
11.7 print/display
11.7.1 print(或p)
打印表达式的值,通过表达式可以修改变量的值或者调用函数
(gdb)print xxx
11.7.2 display
跟踪查看某个变量的值,每次停下来都显示它的值。
(gdb)display xxx