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: suppressing stepping into standard library functions


> > 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?
> 
> Not yet - this requires support for inline functions, so that we can
> recognize when we're leaving the user code.

so..

Is support for inline functions slated for 6.4? And if I compiled with
-fno-inline, could I get around this?

Ed


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