emacs + cscop

etw0 posted @ 2009年4月08日 18:20 in emacs with tags Programming ; Misc ; , 786 阅读

      生成 project 文件列表,
find -type f | grep -E '\.[chS]$' > cscope.files
生成 cscope 索引文件, -k 专门用于生成 linux kernel 源码的索引
cscope -b -k
    常用的按键
C-c s C-h 查看所有的 cscope 相关的按键
C-c s a 设定索引文件所在目录
C-c s c 查找调用该函数的地方
C-c s g 查找该符号的全局定义
C-c s f 查找该符号对应的文


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter