Import cscope.out
Posted: Tue Oct 20, 2009 1:13 am
I work with the Linux Kernel source. Trying to parse the complete kernel with CodeLite is just too painful and my machine with 2GB of Ram eventually grinds to a halt when it runs out of memory. I'm using Ubuntu 9.04. I can generate either ctags, etags or cscope database for the Linux kernel by doing something like:
make tags, make TAGS or make cscope. In either case, a complete database is generated in just a few minutes.
It would be helpful if I could just import one of these databases rather than waiting hours for CodeLite to parse the Linux Kernel source.
Also, I would like to see a folder exclude feature when importing the Linux Kernel. Clearly there are several architectures that can be excluded, reducing the number of files imported from 30K to less than 20K.
make tags, make TAGS or make cscope. In either case, a complete database is generated in just a few minutes.
It would be helpful if I could just import one of these databases rather than waiting hours for CodeLite to parse the Linux Kernel source.
Also, I would like to see a folder exclude feature when importing the Linux Kernel. Clearly there are several architectures that can be excluded, reducing the number of files imported from 30K to less than 20K.