我正在使用GDB调试C代码,当它进入包含标准库对象的某个对象的构造函数时,它会向我显示这些对象的构造函数(如std :: map)以及下面的所有内容.
我知道下一个运算符,但我更喜欢基本上黑名单任何标准库代码,这从来不是我正在调查的错误的来源.希望的行为是,一个简单的跳过将把我发送到下一个“用户土地”代码.
解决方法
* Changes in GDB 7.4
- GDB now allows you to skip uninteresting functions and files when stepping with the “skip function” and “skip file” commands.