After the files have been added to cscope.files this is the script thsat is run:
cscope -cbkR
ctags --fields=+i -n -R -L ./cscope.files
cqmakedb -s ./mykernel.db -c ./cscope.out -t ./tags -p
2407 Segmentation fault (core dumped) cqmakedb -s ./mykernel.db -c ./cscope.out -t ./tags -p
It worked OK previously, I just added two new paths for files to go into the cscope.files and if
I have install xcscope in my .emacs, like this:
(require 'xcscope)
(setq cscope-do-not-update-database t)
But I only see 'cscope' in my c/c++ mode, but I don' see that in my java mode.
Can you please tell me how can I make 'cscope' available in all my mode?
Thank you.
Hello,
I am a vimer, and I am used to combine with cscope to read code.
The way I desire is as following:
When I open a file
Code:
vi /path3/path2/path1/filename
, then, vi automatically search from path1->path2->path3 for cscope.out file?
If found the nearest cscope.out file, then it load it automatically.
Could this function somehow realized?
printk(): Everyman’s debugging tool.
Kscope4 1.7, a project that aims to port the 1.6.0 version Kscope to KDE4 and Qt4 (which in turn is a GUI frontend for cscope), has been announced.
Kscope4 1.7.0 is intended to search for a set of files or to call a `project\' for the definition.
When I search for a C symbol or global definition using cscope, it displays the file-names and line numbers. I would like to see the full file-paths so that I can jump to my arch specific file.
Hi,
I am thinking to increase my knowledge towards shell scripting and tcl scripting.
The thing is, please suggest me a script which i can code is useful in learning as well as to project it to my team mates and it is helpful to all my office team mates.
I'll give you an idea of what we regularly use in my office.
1. fix bugs in tcl and shell
2.
In Linux kernel version 3.5, in file kernel/printk.c there is a function call
trace_console(text, 0, len, len); @line 1219
I am not able to find the definition of this function. I greped the complete kernel for it and also tried it with cscope and ctags, but still I was not able to find the definition for it. Is there any concept I am missing for the same ?
i want to know that lighttpd supports secure stream for subdirectories ?
I want to secure my subdirectories within a directory but looks like its not working on subdirectories .