From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7c01c08e851da3 X-Google-Attributes: gid103376,public From: Gene Ouye Subject: Re: Tool for producing a cross-reference for global variables Date: 1998/08/21 Message-ID: <35DE4A71.8F2CE884@rational.please_no_unsolicited_mail.com>#1/1 X-Deja-AN: 383559653 Content-Transfer-Encoding: 7bit References: <35D9A8DB.5B@jhuapl.edu> Content-Type: text/plain; charset=us-ascii Organization: Rational Software Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-08-21T00:00:00+00:00 List-Id: Rush Kester wrote: > > I'm looking for a tool to producing a cross-reference of where, in a set > of Ada units, objects declared in package specifications or bodies (aka > variables) are referenced (assigned or read). > > Does anyone know where such a tool is available? Alternative the > location of a similar tool that I could modify to this purpose. Do you need to produce a cross reference report or just traverse to the references? That information is directly available to you in Rational Apex if your code has been compiled by the Apex compiler. You will get a window with all the references listed from which you can traverse to the statements in question. But I suspect that if you were using Apex or had it available to you, you would already know that... Gene Ouye <.g.e.n.e.o.@.r.a.t.i.o.n.a.l...c.o.m.>