kernel source code browser

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2009-06-19 at 13:07 -0400, Neil Horman wrote:
> I maintain cscope.  Is there a feature that you feel would make it easier for
> you to use?  We can certainly look at adding it.

It would be nice if cscope, would automatically search for
files in directories given to the command line, ie if
path 'bar' is a directory containing 'qux.c' and 'qux.h',
I would expect the following command:

$ cscope -b -R foo.c bar

to give a database containing foo.c, bar/qux.c, and bar/qux.h
instead of:

$ cscope -b -R foo.c bar
Cannot open file bar

I understand the -s option, but you're doing a stat(2) of
bar *anyway*, so you might as well recurse into it.

Just my humble opinion.



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux