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]

Re: not debugging low level sources


On Fri, Feb 13, 2004 at 06:55:07PM -0800, Edward S. Peschko wrote:
> hey all,
> 
> I did a google search, and never got a good answer to the following question: 
> 
> I want to debug C++ code, and don't want to step into stl_alloc.h, etc. I'd rather 
> just step into *user* code - and given the number of layers in C++, I'm spending
> an inordinate amount of time bouncing in and out of standard headers.
> 
> Is there a way to turn off, or otherwise disable, what gdb steps into? Something like:
> 
> (gdb) block <dir>
> 
> or 
> 
> (gdb) block function
> 
> or somesuch?
> 
> Thanks much for any and all answers..

No, there isn't - but I think this is a really great idea.  Would you
mind filing it in the GDB bug tracking system (see
http://sources.redhat.com/gdb/) ?

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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