1
我用下面的命令生成的cscope我的數據庫:爲什麼cscope不能在頭文件中搜索定義?
tmpfile=$(mktemp)
find dir1/ dir2/ dir3/ -type f -regex ".*\.\([chlysS]\(xx\|pp\)*\|cc\|hh\|inl\|inc\|ld\)$" -print > $tmpfile
cscope -q -b -U -i $tmpfile -f cscope.out
到Vim中,一:cs f g myfunction
只會導致我在C文件中的定義,和幽冥的頭文件。