• 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
Re: Any tools for displaying a C/C++/Objective C call tree.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any tools for displaying a C/C++/Objective C call tree.


  • Subject: Re: Any tools for displaying a C/C++/Objective C call tree.
  • From: Chris Hanson <email@hidden>
  • Date: Mon, 14 Jan 2008 13:52:55 -0800

On Jan 14, 2008, at 1:31 PM, Tommy Nordgren wrote:

Do the Mac OS X developer tools include a tool for displaying the (static) call tree of
applications written in C , C++ or Objective C?
If no, can someone please tell me where to locate such a tool. I've looked at source forge,
but the only relevant project I've found there have not made any releases yet.

Xcode does not include such a tool.

Furthermore, creating an accurate static call tree for Objective-C code isn't possible in the general case: It requires running the code, because what method is invoked as a result of any particular message send is determined entirely at runtime.

  -- Chris

_______________________________________________
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


  • Follow-Ups:
    • Re: Any tools for displaying a C/C++/Objective C call tree.
      • From: Todd Heberlein <email@hidden>
References: 
 >Any tools for displaying a C/C++/Objective C call tree. (From: Tommy Nordgren <email@hidden>)

  • Prev by Date: Any tools for displaying a C/C++/Objective C call tree.
  • Next by Date: Re: Any tools for displaying a C/C++/Objective C call tree.
  • Previous by thread: Any tools for displaying a C/C++/Objective C call tree.
  • Next by thread: Re: Any tools for displaying a C/C++/Objective C call tree.
  • Index(es):
    • Date
    • Thread