This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: is there an xref for gcc/binutils?
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Jonathan Wilson <jonwil at tpgi dot com dot au>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 17 Oct 2003 13:57:38 +0200
- Subject: Re: is there an xref for gcc/binutils?
- References: <3F8FD2D4.2090608@tpgi.com.au>
Jonathan Wilson wrote:
Is there something like lxr.mozilla.org but for gcc and/or binutils?
Something that I can query and say "find me the definition of x" or
"find me all the places where x is accessed"
Hum, I don't think there is... Many developers, however, are using tools
such as 'global' (http://www.gnu.org/software/global/download.html) or
'cscope' (http://cscope.sourceforge.net/) for this purpose, on locally
downloaded sources, of course.
It's quite effective!
Paolo.