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.4 required=5.0 tests=BAYES_00,FAKE_REPLY_C, MAILING_LIST_MULTI autolearn=unavailable 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-20 19:23:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fr.usenet-edu.net!usenet-edu.net!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: Getting a symbol table from Gnat 3.15p on Windows Date: Thu, 20 Feb 2003 21:24:18 -0600 Organization: ENST, France Message-ID: Reply-To: "comp.lang.ada mail to news gateway" NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1045797780 13286 137.194.161.2 (21 Feb 2003 03:23:00 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Fri, 21 Feb 2003 03:23:00 +0000 (UTC) To: "comp.lang.ada mail to news gateway" Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:34326 Date: 2003-02-20T21:24:18-06:00 ----- Original Message ----- From: "Marin David Condic" Newsgroups: comp.lang.ada To: Sent: February 20, 2003 8:16 PM Subject: Re: Getting a symbol table from Gnat 3.15p on Windows > David C. Hoos, Sr. wrote in message > news:mailman.29.1045754029.9948.comp.lang.ada@ada.eu.org... > > Have you tried the "secret handshake" given in Section 5.1 of the GNAT > > User's Guide? > > > I try not to read documentation if I can get someone to do it for me. I'm in > management now. :-) But thanks for pointing me at 5.1 - I'll take a glance > and see if it answers the questions. > > > > I don't see any problem if all you want to do is "interrogate." > Attempting > > to write, however, is another matter, as some of the app's memory is sure > > to be "read only." > > > Nope. Gotta be able to write to addresses. Its a matter of being able to set > up test cases that deposit data, cycle the code, collect results and return > them to the other app. If I can't do this, its a non-starter. If the > restriction is only on some "special" addresses, maybe we can live with > that. The restricted addresses would be the code space and read-only data -- e.g., constant data storage. Variables would not be retstricted. > > 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 > ====================================================================== > > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada > >