cscope
来自个人维基
$:find /home/kaigo/WORKING_DIRECTORY/android/MTK6575/ -name '*.c' -o -name '*.cpp' -o -name '*.h' -o -name '*.java' -o -name '*.mak' > /home/kaigo/WORKING_DIRECTORY/cscope/MTK6575.files
#!/bin/bash find |grep -E "\.(c|cc|cp|cpp|cxx|c\+\+|h|h\+\+|hh|hp|hpp|hxx)$" >cscope.files cscope -bqk -i ./csope.files
- Cscope on Win32
http://iamphet.nm.ru/cscope/index.html
>dir /s /b *.c *.h *.cpp *.java > cscope.files
参考资料
http://hi.baidu.com/edelweisszf/blog/item/1ccd7d029b276f034bfb51b7.html