• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Creating additional debug info?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Xcode 2.4 crashes constantly
  • Next by Date: Errors from Shell Script phase: How to make them obvious?
  • Previous by thread: Re: Xcode 2.4 crashes constantly
  • Next by thread: Errors from Shell Script phase: How to make them obvious?
  • Index(es):
    • Date
    • Thread