2024-01-05 21:34:35 +01:00
|
|
|
# cscope
|
|
|
|
|
2024-01-05 21:34:37 +01:00
|
|
|
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
|
|
|
|
|