cscope/README.md

292 B

cscope

Cscope is a developer's tool for browsing source code. Allows searching code for:

  • all references to a symbol
  • global definitions
  • functions called by a function
  • functions calling a function
  • text string
  • regular expression pattern
  • a file
  • files including a file