Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* step into next source line (that belongs to me)
@ 2006-12-26 11:18 Christian Parpart
  2006-12-26 15:20 ` Daniel Jacobowitz
  0 siblings, 1 reply; 10+ messages in thread
From: Christian Parpart @ 2006-12-26 11:18 UTC (permalink / raw)
  To: gdb

[-- Attachment #1: Type: text/plain, Size: 868 bytes --]

Hi all,

When you need to trace a c++ constructor with multiple inheritages, you maybe 
want to 'step in' to a few of them, but not all.
What I am missing is a "step in"-alike that does only step to the very next 
line that is owned by my very own source code. Everything else is not of my 
interest and just blowes you up your mind when debugging and trying to 
understand.

The code to be "my very own" could be defined as all source files under a 
specified root directory. every debugging step that can be assigned to a file 
inside this (or one of these) root directories should be used as a step. 
every other lines (e.g. caused via big header files with lots of 
inlines/templates/etc.) should be stepped over and though ignored unless 
explicitely stated.

Is there a way to do such things using gdb?

Thanks in advance,
Christian Parpart.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-12-27  8:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-26 11:18 step into next source line (that belongs to me) Christian Parpart
2006-12-26 15:20 ` Daniel Jacobowitz
2006-12-26 18:05   ` Christian Parpart
2006-12-26 18:24     ` Robert Dewar
2006-12-26 18:35   ` Jim Blandy
2006-12-26 20:21   ` Vladimir Prus
2006-12-26 20:22     ` Bob Rossi
2006-12-26 20:27       ` Vladimir Prus
2006-12-26 22:35     ` Daniel Jacobowitz
2006-12-27  8:18       ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox