由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - gdb打印stl的问题
相关主题
帮朋友贴一个工作招聘攒RP, 发N的面经
一个thread如何kill另外一个thread?问一下那个经典的Slide window中最大值的问题
给大家推荐一款 software Design 的工具best deguger for c++ in linux
interview problem about GDB问个Print null的问题
怎么debug memory corruption的问题白板写bug free code真的那么重要么?
哪里有比较好的linux programming比较好的tutorial材料擅长Unix下C/C++开发,求Bloomberg(和其它公司)的refer
请教几个电面题embedded software engineer面经
bloomberg intern 电面检查一个整数是不是2的幂次方的最快方法
相关话题的讨论汇总
话题: gdb话题: __话题: gnu话题: cxx话题: builtin
进入JobHunting版参与讨论
1 (共1页)
f**********t
发帖数: 1001
1
http://wiki.codeblocks.org/index.php?title=Pretty_Printers
类似的方案试了好久,不成功
(gdb) info pretty-printer
global pretty-printers:
builtin
mpx_bound128
libstdc++-v6
__gnu_cxx::_Slist_iterator
__gnu_cxx::__7::_Slist_iterator
__gnu_cxx::__7::__normal_iterator
这个builtin不能被消除disable pretty-printer builtin
gdb -version
GNU gdb (GDB) 7.8.1
https://github.com/gdbinit/Gdbinit/blob/master/gdbinit 也不好用。"program
exited with code 126"
系统: mac os x yosemite
谢谢
s*********3
发帖数: 25
2
试试这个:
http://blog.csdn.net/suwei19870312/article/details/20062159

【在 f**********t 的大作中提到】
: http://wiki.codeblocks.org/index.php?title=Pretty_Printers
: 类似的方案试了好久,不成功
: (gdb) info pretty-printer
: global pretty-printers:
: builtin
: mpx_bound128
: libstdc++-v6
: __gnu_cxx::_Slist_iterator
: __gnu_cxx::__7::_Slist_iterator
: __gnu_cxx::__7::__normal_iterator

f**********t
发帖数: 1001
3
still cannot work

【在 s*********3 的大作中提到】
: 试试这个:
: http://blog.csdn.net/suwei19870312/article/details/20062159

1 (共1页)
进入JobHunting版参与讨论
相关主题
检查一个整数是不是2的幂次方的最快方法怎么debug memory corruption的问题
有人感兴趣硅谷小公司吗?可以refer哪里有比较好的linux programming比较好的tutorial材料
跳槽google请教几个电面题
entry level software engineerbloomberg intern 电面
帮朋友贴一个工作招聘攒RP, 发N的面经
一个thread如何kill另外一个thread?问一下那个经典的Slide window中最大值的问题
给大家推荐一款 software Design 的工具best deguger for c++ in linux
interview problem about GDB问个Print null的问题
相关话题的讨论汇总
话题: gdb话题: __话题: gnu话题: cxx话题: builtin