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


On Tue, Feb 15, 2005 at 08:11:25PM -0800, Edward Peschko wrote:
> > > 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?

It's slated for whenever someone does the work, so no :-)

I'm not sure if -fno-inline really suppresses all inlining.  May depend
on your GCC.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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