suppressing stepping into standard library functions
Edward Peschko
esp5@pge.com
Sat Feb 12 06:52:00 GMT 2005
hey all,
I believe this has to be a FAQ and there must be a good solution
for this, but I can't find out because of searching being down.. ;-)
Anyways, what I wanted to do is avoid the stepping into standard
library functions for c++ code - seeing stuff like:
__normal_iterator(const _Iterator& __i) : _M_current(__i) { }
when hitting 'n' in the debugging sessions really obfuscates the flow of
logic of the program. I'd like to step through my code, and my code only.
Is there a way to configure gdb to avoid stepping into certain
classes/functions like this?
Ed
More information about the Gdb
mailing list