This is the mail archive of the gdb@sourceware.org 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: step into next source line (that belongs to me)


On Tue, Dec 26, 2006 at 11:20:41PM +0300, Vladimir Prus wrote:
> Daniel Jacobowitz wrote:
> 
> > On Tue, Dec 26, 2006 at 01:19:00PM +0100, Christian Parpart wrote:
> >> Is there a way to do such things using gdb?
> > 
> > Not yet, no.  But it could probably be added using your definition of
> > interesting files.
> 
> FWIW, it is not obvious this should be in GDB. The frontend might be
> in a better position to conveniently specify which files to ignore,
> and all that's needed is emitting "finish + step" when
> entering "non-interesting" function. I planned to implement
> some "auto-finish" functionality in KDevelop for quite some time.

Well, the CLI is considered to be a front end, IMO.

Bob Rossi


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