473,406 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Source code analysis tool

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?

Nov 15 '05 #1
6 2659
ra*******@gmail.com wrote:
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

--
Chuck Dillon
Senior Software Engineer
NimbleGen Systems Inc.
Nov 15 '05 #2
ra*******@gmail.com wrote:
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.
--
Flash Gordon
Living in interesting times.
Although my email address says spam, it is real and I read it.
Nov 15 '05 #3
On 5 Oct 2005 10:39:45 -0700, ra*******@gmail.com wrote:
Is there any source code analysis tool avail for C programmers under
Linux?
....

(a) Understand for C / C++:
http://www.scitools.com/ucpp.html

(b) RedHat's Source Navigator (Doesn't do all you ask but is free.)

(c) Probably/partially the Eclipse/CDT project:
http://www.eclipse.org

Roberto Waltman

[ Please reply to the group, ]
[ return address is invalid. ]
Nov 15 '05 #4
ra*******@gmail.com wrote:
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

Nov 15 '05 #5
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

Nov 15 '05 #6
"spat" <ma***********@gmail.com> writes:
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.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 15 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Mark | last post by:
Sorry, I'm a newbie to php ;) I was thinking about using php to write the script file, something like: <script type="text/javascript" src="http://insert_url_here.com/myScript.php"></script> ...
5
by: Scott Chapman | last post by:
I'm sure I'm not using the conventional names for this tool, more of a cross-referencer?. I couldn't find it on Google, I think for this reason. I need a tool that will go through a python...
4
by: Moosebumps | last post by:
I have a whole bunch of script files in a custom scripting "language" that were basically copied and pasted all over the place -- a huge mess, basically. I want to clean this up using Python --...
188
by: Ilias Lazaridis | last post by:
I'm a newcomer to python: - E01: The Java Failure - May Python Helps? http://groups-beta.google.com/group/comp.lang.python/msg/75f0c5c35374f553 - I've download (as suggested) the python...
9
by: TCMA | last post by:
I am looking for some tools to help me understand source code of a program written in C++ by someone else. Are there any non-commercial, open source C or C++ tools to reverse engineer C or C++...
6
by: Xing Xu | last post by:
Hi guiders, sorry , since I don't know which group suit for this question,I just post this question at these group. As we know , we can get the run-time call graph by some proved tools . now...
2
by: pinetaj | last post by:
Hello, I usually use global ( gtags, htags..) to analyze source codes in C. But, global tool doesn't support C# currently. Is there any tool I can use to browse C# sources like global? Thanks
2
by: Jack | last post by:
Dear everyone, Has anyone heard of source analysis for C/C++? If someone does, please let me know. Freeware would be the best. Commercial would be okay too I've been googling, I've seen only a...
6
by: beantaxi | last post by:
Hello all, I'm looking for a very simple code analysis tool. I have a large codebase to analyze, and all I really need to do is to find all uses of all methods in a few interfaces. Many tools...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.