Thread: Anyone know a good command line tool for call hierarchy?

  1. #1
    Registered User
    Join Date
    Nov 2008
    Posts
    6

    Anyone know a good command line tool for call hierarchy?

    Hi,

    I was wondering if anyone knew of a command line tool for analyzing C source code and generating a call hierarchy. I'm looking for something like a more powerful version of cflow, which cannot expand macros.

    Whenever I try to use CFlow on the MPlayer source code, it has issues with lack of macro expansion and typedefs on structs. This is with the -cpp option, but the preprocessing just looks in include files and doesn't expand macros.

    Thanks

  2. #2
    Registered User slingerland3g's Avatar
    Join Date
    Jan 2008
    Location
    Seattle
    Posts
    603
    My quick thoughts were for cTags or cScope but then you may need to google this your self a bit.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Good pointer learning tool?
    By Devolution in forum C Programming
    Replies: 12
    Last Post: 03-12-2009, 05:26 AM
  2. Replies: 51
    Last Post: 02-09-2009, 05:35 PM
  3. In a game Engine...
    By Shamino in forum Game Programming
    Replies: 28
    Last Post: 02-19-2006, 11:30 AM
  4. linked list recursive function spaghetti
    By ... in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2003, 02:53 PM