Cscope
Cscope
http://cscope.sourceforge.net/
Cscope is an interactive, screen-oriented tool that allows the user to browse through C source files (as well as other languages) for specified elements of code. You can search code for: all references to a symbol, global definitions, functions called by a function, functions calling a function, test string, regular expression pattern, a file, or files that include a file. The program generates an information database for faster searches and later reference. The fuzzy parser supports C, but is flexible enough to be useful for C++ and Java. 'cscope' supports a command line mode for inclusion in scripts or as a backend to a GUI/frontend.
Documentation
User manpages available from http://cscope.sourceforge.net/cscope_man_page.html
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| BSD 3Clause | Janet Casey | 22 November 2000 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | VCS Repository Webview | |
| Bug Tracking | VCS Repository Webview | |
| Help | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/cscope-announce |
| Developer | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/cscope-devel |
Software prerequisites
| Kind | Description |
|---|---|
| Required to use | ncurses |
This entry (in part or in whole) was last reviewed on 7 January 2008.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
