programming tools to list functions/variables
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Unix support > Unix Programming > programming tools to list functions/variables




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    programming tools to list functions/variables  
vr


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-27-06 12:56 PM

hi all,
is there any Open Source tool that i can use to list functions and
variables in a given source code tree (C, C++). there are times when i
want to know what functions are available and combined with cscope it
helps with better understanding of a project i learned.
i'm also interested on what tools u guys have been using all along
(other than emacs, vi, sed, etc) and in what way it helped. (btw, sorry
if it such a newbie question 

thanks for any help in advance.






[ Post a follow-up to this message ]



    Re: programming tools to list functions/variables  
Diomidis Spinellis


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-27-06 12:56 PM

vr wrote:
> is there any Open Source tool that i can use to list functions and
> variables in a given source code tree (C, C++). there are times when i
> want to know what functions are available and combined with cscope it
> helps with better understanding of a project i learned.

CScope already gives you the information you want.  If you want a tool
with a lower overhead, running a version of ctags on a collection of
source code files will create a tags file listing every global variable,
function and structure definition.  You can also run nm on the compiled
object files to get similar information.

--
Diomidis Spinellis
Code Quality: The Open Source Perspective (Addison-Wesley 2006)
http://www.spinellis.gr/codequality?cup





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 01:14 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register