Source code analysis tool

R

rahul8143

hello,
Is there any source code analysis tool avail for C programmers under
Linux?
That tool should go through all source code files and print functional
dependencies. tool can run in any environment but its better to be a
linux
tool?Also is there any graphical utility for C programmers for that?
 
C

Chuck Dillon

hello,
Is there any source code analysis tool avail for C programmers under
Linux?
That tool should go through all source code files and print functional
dependencies. tool can run in any environment but its better to be a
linux
tool?Also is there any graphical utility for C programmers for that?

One is http://www.stack.nl/~dimitri/doxygen/index.html which has links
to others.

-- ced
 
F

Flash Gordon

hello,
Is there any source code analysis tool avail for C programmers under
Linux?
That tool should go through all source code files and print functional
dependencies. tool can run in any environment but its better to be a
linux
tool?Also is there any graphical utility for C programmers for that?

Probably. Ask in a Linux group and they might be able to answer. Here we
discuss the C language, not the millions of tools around that have
something to do with C.
 
B

Bilgehan.Balban

hello,
Is there any source code analysis tool avail for C programmers under
Linux?
That tool should go through all source code files and print functional
dependencies. tool can run in any environment but its better to be a
linux
tool?Also is there any graphical utility for C programmers for that?

This is off topic. But here are the tools I use for what you want.

1) Search for the ncc compiler. You compile all your code just like
gcc, it would give you analysis information. Supports function
pointers, too.

2) Graphviz and Codeviz developed by Mel Gorman. You can use both
CodeViz and ncc to generate output that can be displayed by Graphviz as
a gif, pdf, ps etc.

Bahadir
 
S

spat

I think "cscope" is the best the best tool i have used. Although i
doest give u graphical interface but going through is as good as lot
more graphical tools and its free
 
K

Keith Thompson

spat said:
I think "cscope" is the best the best tool i have used. Although i
doest give u graphical interface but going through is as good as lot
more graphical tools and its free

You really should browse the newsgroup before posting. If you had,
you almost certainly would have seen this:

If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers.

Don't assume your readers can easily see the article to which you're
replying. You need to provide some context.

Please complain to Google about their broken interface.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top