This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

suppressing stepping into standard library functions


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]