Modify ~/.gdbinit with the following line:
def con
set $_tmp=1
while $_tmp < 1000
c
set $_tmp += 1
end
end
gdb user defined command
原创mb64535c105d26a 博主文章分类:小技巧 ©著作权
文章标签 其它 文章分类 JavaScript 前端开发
上一篇:tty
-
【Command】GDB 调试尝试
GDB 练习
gdb linux ubuntu i++