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,2f557d4c078c33c4,start X-Google-Attributes: gid103376,public From: Gabor Bede {84190} Subject: Help on debugging Date: 1997/08/12 Message-ID: <33F0A38D.41C67EA6@swl.msd.ray.com>#1/1 X-Deja-AN: 263811458 Organization: Raytheon Newsgroups: comp.lang.ada Date: 1997-08-12T00:00:00+00:00 List-Id: Hi I would appreciate if someone could help... I am trying to write a program which will analize a binary memory dump. I will have to match variable names with the addresses in the dump. My job seems to be very similar to what a debugger would do. My questions are: Can I access the debugging information generated by the -g option with some package (or any way)? Is there any other way to store variable naming (the complete hierarchy) which can be accessed later? Two things: I have to use the GNAT compiler because the rpogram has to run both on UNIX and PCs. Also, I am not familiar with the Ada debugger, so I could have missed an obvious solution. Thanks, Gabor Bede Raytheon Co.