suppressing stepping into standard library functions
Daniel Jacobowitz
drow@false.org
Wed Feb 16 12:04:00 GMT 2005
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
More information about the Gdb
mailing list