cscope commands:
add : Add a new database (Usage: add file ------解决方案-------------------- dir [pre-path] [flags])
find : Query for a pattern (Usage: find c ------解决方案-------------------- d ------解决方案-------------------- e ------解决方案-------------------- f ------解决方案-------------------- g ------解决方案-------------------- i ------解决方案-------------------- s ------解决方案-------------------- t name) c: Find functions calling this function
d: Find functions called by this function
e: Find this egrep pattern
f: Find this file
g: Find this definition
i: Find files #including this file
s: Find this C symbol
t: Find assignments to
help : Show this message (Usage: help)
kill : Kill a connection (Usage: kill #)
reset: Reinit all connections (Usage: reset)
show : Show connections (Usage: show) ------解决方案--------------------