From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sh.od.inet (CPE0080c82c70ca.cpe.net.cable.rogers.com [24.112.140.233]) by dsl2.external.hp.com (Postfix) with ESMTP id 903F24855 for ; Fri, 7 Jun 2002 13:42:38 -0600 (MDT) Date: Fri, 7 Jun 2002 15:42:36 -0400 From: "Carlos O'Donell Jr." To: joel.soete@freebel.net Cc: parisc-linux@lists.parisc-linux.org, Alan Cox Subject: Re: [parisc-linux] Sources browsing tool? Message-ID: <20020607154236.A11883@systemhalted> References: <1023470637.3d00ec2d3a708@webmail.tiscalinet.be> <1023475115.25523.47.camel@irongate.swansea.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1023475115.25523.47.camel@irongate.swansea.linux.org.uk>; from alan@lxorguk.ukuu.org.uk on Fri, Jun 07, 2002 at 07:38:35PM +0100 Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: > > Hi all, > > Can you advise me some browsing tools which would allowing me to find quickly > > where a variable, a function is define; where is used,... in this big amount > > source which represent kernel now (find is not always easy). > > I find well a work of reverse engineering (rigiedit) of the kernel but not for 2.4. > > And unfortunately sources (tcl/tk iirc) do not seems to be available to port on > > hppa. > > Try the Linux cross reference - http://lxr.linux.no > AAP Project has a good list: http://www.a-a-p.org/tools_browse.html And if you pray to emacs then 'ecb' will be of interest ;) http://ecb.sourceforge.net/ c.