Re: GDB "step" not stopping for some inline functions
Paul Smith <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <1385926959.2758.642.camel@homebase> |
On Tue, 2013-11-26 at 12:45 -0500, Paul Smith wrote: > If I try to step into a certain inline function then instead of > stopping inside the function, the program runs to completion (or to > the next breakpoint)! I was able to create a very simple repro case so I filed a bug: https://sourceware.org/bugzilla/show_bug.cgi?id=16280 If anyone has any thoughts I'm interested...