This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Nexted function context
- From: Vincent De Groote <vincent dot degroote at encelade dot com>
- To: gdb at sourceware dot org
- Date: Tue, 30 Jan 2007 08:53:13 +0000
- Subject: Nexted function context
Hello,
I'm using gdb on c files compiled with gcc. I use a lot of nested function
calls.
When the program makes a core dump in a nested function, I can't see the
local variables (No symbol in local context).
I have the same problem if I single step within a running program.
Are some options missing on compiler command line ? (at this time, the
only debugging flag is -g)
Thanks for your replies
Vincent De Groote