[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9a8748490705091616m584b2249jf912da23820d8f7b@mail.gmail.com>
Date: Thu, 10 May 2007 01:16:01 +0200
From: "Jesper Juhl" <jesper.juhl@...il.com>
To: "Shahbaz Khan" <shaz.linux@...il.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: What tools to use?
On 10/05/07, Shahbaz Khan <shaz.linux@...il.com> wrote:
> All the experts on this list plz let me know of any good cross
> referencing tool for source code navigation. I have tried LXR but its
> not easy to configure for a rookie like me. Anyother as good as LXR?
>
lxr is pretty good (glimpse on its own as well can be useful). If you
don't want to set it up yourself, then you could consider to use the
online version at http://lxr.linux.no/
Another good thing is "make ctags" in the kernel source dir - this
will let you quickly jump to declarations etc and back with a few
simple keystrokes in editors like vim.
http://www.faqs.org/docs/ldev/0130091154_64.htm
http://applications.linux.com/article.pl?sid=07/01/22/167212&tid=13&tid=47
http://cscope.sourceforge.net/cscope_vim_tutorial.html
"make cscope" is another good option. It'll generate an index usable
by the cscope tool (http://cscope.sourceforge.net/).
--
Jesper Juhl <jesper.juhl@...il.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists