• 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: dependency analysis in XCode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dependency analysis in XCode


  • Subject: Re: dependency analysis in XCode
  • From: Kaelin Colclasure <email@hidden>
  • Date: Tue, 15 Feb 2005 17:49:22 -0800

On Feb 15, 2005, at 8:26 AM, Kaelin Colclasure wrote:

On Feb 15, 2005, at 7:47 AM, Karan, Cem (Civ, ARL/CISD) wrote:

[...]

The problems with these methods are that I lose all of the proprocessor
options (they are compiled out, and since one function can have multiple
possible dependencies depending on what is defined...), and I can't
really tell what _functions_ are calling the other functions. What I
would like is some way of throwing the whole godawful ball of code at
something, and have it spit back at me a dependency graph so that I can
work from the bottom up and figure out what the heck is going on.
Basically, I need a good, CHEAP refactoring tool.

Search Sourceforge for the latest version of a program called 'ctree'. It only understands plain-old C code, so it doesn't get a lot of attention these days... But for the code base you describe, it's just what you're asking for.

A colleague just pointed out that cscope is an alternative to ctools / ctree, with the advantage that it comes pre-installed on OS X. :-) See the cscope(1) man page for details.


-- Kaelin

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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

References: 
 >dependency analysis in XCode (From: "Karan, Cem (Civ, ARL/CISD)" <email@hidden>)
 >Re: dependency analysis in XCode (From: Kaelin Colclasure <email@hidden>)

  • Prev by Date: Re: mh_dylib_header question
  • Next by Date: Re: Microprogramming
  • Previous by thread: Re: dependency analysis in XCode
  • Next by thread: Xcode 1.5 and Javadoc question
  • Index(es):
    • Date
    • Thread