1.安装xscope
2.在源代码根目录执行cscope-indexer -r
3.主要命令:
C-c s s Find symbol.
C-c s d Find global definition.
C-c s g Find global definition (alternate binding).
C-c s G Find global definition without prompting.
C-c s c Find functions calling a function.
C-c s C Find called functions (list functions called from a function).
C-c s t Find text string.
C-c s e Find egrep pattern.
C-c s f Find a file.
C-c s i Find files #including a file.
C-c s u Pop back to where cscope was last invoked.
阅读(755) | 评论(0) | 转发(0) |