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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6403691d6db186c8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-24 10:31:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Getting a symbol table from Gnat 3.15p on Windows Date: 24 Feb 2003 18:30:33 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <8_O5a.198854$iG3.23506@sccrnsc02> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1046111506 19667 62.49.19.209 (24 Feb 2003 18:31:46 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Mon, 24 Feb 2003 18:31:46 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:34525 Date: 2003-02-24T18:30:33+00:00 List-Id: "Marin David Condic" writes: > I don't know what "nm" is or what its output looks like. If it will > produce the names of variables, type information and addresses, it > might work. Any pointers on where to get it and how to use it? Does > it work on Windows? nm will give you the address corresponding to a (linker) symbol. Relating that to an Ada name can be problematic. You won't get type info.