Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* How not to step into functions called as arguments of another function?
@ 2007-11-21 12:11 Peng Yu
  2007-11-21 13:55 ` Michael Snyder
  0 siblings, 1 reply; 3+ messages in thread
From: Peng Yu @ 2007-11-21 12:11 UTC (permalink / raw)
  To: gdb

Hi,

Suppose I have two functions in C++.

void f(int x);

int g();

If I call "f(g())" in my program, when I want to step into f(), I have
to first step in g() first. I'm wondering whether there is simple way
to step into f() directly without stepping into g()?

Thanks,
Peng


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

end of thread, other threads:[~2007-11-23  3:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-21 12:11 How not to step into functions called as arguments of another function? Peng Yu
2007-11-21 13:55 ` Michael Snyder
2007-11-23  3:26   ` Joel Brobecker

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