Cscope es una maravilla.
Usando los siguientes comandos se puede navegar bien un conjunto de archivos fuente:
find . -name "*.c" -o -name "*.h" > list
ctags -L list
cscope -b -i list
vim -t <nombre de funcion>
Y una vez en vim, hay los comandos
:cscope find 0 <nombre de variable / funcion>
Tuesday, June 19, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment