linux 用GDB调试C和C++程序,这个文档是我从http://wiki.ubuntu.org.cn/index.php?title=用GDB调试程序&variant=zh-cn 上面复制,然后进行编辑之后,为了方便我的打印,我编辑好了的,如果没有积分可以去这个网站上面进行阅读,编辑有问题的地方,请大家包含。
hchen/test> gdb tst <---------- 启动GDB GNU gdb 5.1.1 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain co
gdb 打印功能扩展 # The following STL containers are currently supported: # # std::vector -- via pvector command # std::list -- via plist or plist_member command # std::map -- via pmap or pmap_member command # std::multimap -- via pmap or pmap_member comma