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-21 12:04:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Getting a symbol table from Gnat 3.15p on Windows Date: Fri, 21 Feb 2003 14:02:09 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:34373 Date: 2003-02-21T14:02:09-06:00 List-Id: Marin David Condic wrote in message ... >As for the debugger, I doubt that would be of much use. If your target is Windows, the only way to do what you want (read and write another process) is to use the debugger interface. Essentially, you're writing a debugger. I've done that on Windows, and it isn't fun. If you were using Janus/Ada, and you asked real nice, I could give you the code to the debugger, and you'd have everything you need (symbol table access, debugger engine, etc.). I suppose you might be able to find similar code for GNAT with some effort (although I suspect you'd rather use the All-Ada source code of Janus/Ada and JDebug as opposed to the C (?) source of GDB). Randy.