cscope
generate call hierarchy graph with ctags
Is there anyone who knows how to generate call hierarchy graph with ctags and cscope? I need to run the commands开发者_如何学JAVA in the terminal and redirect the output to a file, rather than do it i[详细]
2023-04-12 05:06 分类:问答How to cope with extension-less source files and tools that rely on extension information?
C++ code I\'m working with is happily using the \"no extension needed for header files\" rule. This gives me a headache when using tools such as cscope and sloccount on directories containing these fi[详细]
2023-04-10 02:48 分类:问答Reassign key bindings in emacs to run cscope
I\'m trying to install xcscope for xemacs on my linux machine at work. Unfortunately emacs is pre-configured to install some of my work related .el files.[详细]
2023-04-09 11:55 分类:问答How to use cscope.out that not in the directory of the source code?
I have a source code directory, and I cannot add anything to that directory. /source/mysource Then I generate a index db : cscope.out using cscope. Thus I have to save that db in other directories[详细]
2023-04-05 05:13 分类:问答How do I extract x86 related files from kernel source code?
I am trying to create a cscope index for x86 kernel source files only. I need to know what files may be needed to work with just x86 source开发者_运维百科 code.[详细]
2023-04-01 11:48 分类:问答How to put cscope output in Vim quickfix window?
I want to redirect output from cscope to Vim quickfix window. The glue part is easy enough, but I currently stuck at errorformat. Here\'s an example from cscope output (cscope -L -1 bar):[详细]
2023-03-20 04:23 分类:问答cscope+vim: context dependent order in the list of definitions
I\'m learning scheduling code in FreeBSD kernel and navigating through the source code using Vim\'s cscope plugin.[详细]
2023-03-18 18:46 分类:问答how to parse a cscope's database
Is there any way I can parse the cscope\'s database? I\'m using windows, and I can\'t find any 开发者_如何学JAVAarticle about the data format of cscope\'s database, every article is about VIM or EMacs[详细]
2023-03-15 21:31 分类:问答vim cannot connect to cscope database
I have opensuse 11.4 installed. Vim is version 7. Now I normally use it to browse the linux kernel source. So I generated the cscope database inside a directory within my home folder i.e. /home/aijazb[详细]
2023-03-15 01:04 分类:问答How to find struct member uses with cscope and ignore local variables?
I\'m using cscope for a large projec开发者_开发知识库t with vim, but without the vim mappings (they froze vim for some weird reason). I\'m using cscope commands from within vim, and I want to be able[详细]
2023-03-09 06:54 分类:问答