Date: Tue, 21 Oct 1997 01:15:34 +0900 From: Shigio Yamaguchi <shigio@wafu.netgate.net> To: hackers@freebsd.org Cc: shigio@wafu.netgate.net Subject: Re: Kernel Index Message-ID: <199710200817.IAA21452@wafu.netgate.net>
next in thread | raw e-mail | index | archive | help
On Oct 9, 1997 23:10:19 -0500, Jonathan wrote: >On Oct 10, 1997 at 08:01:25PM -0700, mdean wrote: >> >> Does anyone have an index of all structs and functions they could send me? >> make GTAGS bombed out on stable for me. >> I'd really like to be able to reference the kernel source quickly. > >Did you run it on the entire src/ tree, or just the src/sys kernel subtree? >I can generate a GTAGS file for the kernel subtree, albeit not for the >entire distribution. I have fixed this bug. Sorry for my late reply. By the way, If you are going to execute gtags(1) at '/usr/src', please confirm the room of your disk. Tag files become very large. # cd /usr/src # gtags # ls -l G*S -rw-r--r-- 1 root wheel 82370560 Oct 20 22:13 GRTAGS -rw-r--r-- 1 root wheel 75882496 Oct 21 00:47 GSYMS -rw-r--r-- 1 root wheel 9904128 Oct 20 20:44 GTAGS # GLOBAL-2.1 make new tag file GSYMS for symbols other than function. If you are not interested in these symbols, you had better to execute gtags like this. % gtags -o '-o' option means 'old', that is, make GTAGS and GRTAGS but doesn't make GSYMS. -- Shigio Yamaguchi (Freelance programmer) Mail: shigio@wafu.netgate.net, WWW: http://wafu.netgate.net/tama/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710200817.IAA21452>