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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no 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-23 07:07:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.litech.org!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!beamish.news.atl.earthlink.net!guinness.news.atl.earthlink.net!news.atl.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Getting a symbol table from Gnat 3.15p on Windows Date: Sun, 23 Feb 2003 10:06:19 -0500 Organization: MindSpring Enterprises Message-ID: References: <8_O5a.198854$iG3.23506@sccrnsc02> NNTP-Posting-Host: d1.56.a0.63 X-Server-Date: 23 Feb 2003 15:07:33 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: archiver1.google.com comp.lang.ada:34474 Date: 2003-02-23T15:07:33+00:00 List-Id: 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? MDC -- ====================================================================== Marin David Condic I work for: http://www.belcan.com/ My project is: http://www.jsf.mil/ Send Replies To: m c o n d i c @ a c m . o r g "Going cold turkey isn't as delicious as it sounds." -- H. Simpson ====================================================================== Jeffrey Creem wrote in message news:8_O5a.198854$iG3.23506@sccrnsc02... > Sorry, I was not paying attention to this thread. > > Is there any reason you can't use nm on the resulting executable to get the > symbols you want? > > > "Marin David Condic" wrote in message > news:b384nl$nag$1@slb9.atl.mindspring.net... > > All I want is the symbol table. I've got the entire rest of the thing > > > artifacts that come out of Gnat, but it isn't obvious from here. I'll have > > to poke around a bit more, but my presumption at the moment is that a > > solution does not exist. > > > > > >