Categories
Cscope
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.
Last updated 7 Jan, 2008
Versions
15.5
15.5 stable released on 2003-09-03
- Released: 3 Sep, 2003
- Code Maturity: Stable
- Source Archive: http://prdownloads.sourceforge.net/cscope/cscop...
- Licenses: BSD_3Clause
- Interfaces: Console
User Community and Support
User manpages available from http://cscope.sourceforge.net/cscope_man_page.html




