Creating additional debug info?
Creating additional debug info?
- Subject: Creating additional debug info?
- From: Tomas Zahradnicky <email@hidden>
- Date: Sun, 8 Oct 2006 22:11:49 +0200
Hello,
I'm working on a project in which I heavily use gdb.
To make many things significantly easier, I'd like to extend the
already existing debugging info to cover several things like this
#20 0x00141e50 in ?? ()
#21 0x001077f0 in ?? ()
#22 0x00107b94 in ?? ()
#23 0x001dc650 in ?? ()
to see
#20 0x00141e50 in TFoo::TFoo()
#21 0x001077f0 in TBar::TBar()
#22 0x00107b94 in TBaz::TBaz()
#23 0x001dc650 in TXyzzy::TXyzzy().
Concluded, I need to create an additional stabs file I load into gdb.
What would be the way how to do it or is this not possible because of
a possible clash?
Thanks,
Tomas
PS: I cannot change debugging settings in the project.
--
# Ing. Tomas Zahradnicky, Jr.
# The Czech Technical University
# Dept of Computer Science, FEE-CTU Prague
_______________________________________________
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