debug info after crash using DWARF
debug info after crash using DWARF
- Subject: debug info after crash using DWARF
- From: Jan Hegewald <email@hidden>
- Date: Fri, 2 Jun 2006 21:16:27 +0200
Hello,
my c++ executable (compiled with g++ and -gdwarf-2) just crashed
during a little debugging session with Xcode/gdb. I noticed I can not
print any variables after the crash in the gdb console. It only says:
(gdb) p foo
No symbol "foo" in current context.
No registers.
Printing variables this way works very well if I compile with -g
(i.e. stabs format). I just wonder if there is a way to get this
functionality with dwarf too. Maybe I am missing something obvious?
Thanks for any help,
-- Jan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden