gdb调试技巧

#gdb教程

1.信息显示

1.1显示gdb版本信息

显示gdb版本信息

技巧

使用gdb时,如果想查看gdb版本信息,可以使用“show version”命令:

(gdb) show version
GNU gdb (GDB) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "

你可能感兴趣的:(linux,应用开发)