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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4bd5f0f0bea53c58,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-24 15:12:00 PST Date: Tue, 25 Feb 2003 00:09:50 +0100 From: alfonso acosta User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9 X-Accept-Language: es-es, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: debugging ada with gdb Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 213.9.251.80 Message-ID: <3e5aa6ba$1_4@news.arrakis.es> X-Trace: caladan.arrakis.es 1046128314 213.9.251.80 (25 Feb 2003 00:11:54 +0100) Organization: Arrakis Servicios y Comunicaciones SLU Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!snoopy.risq.qc.ca!mtu.ru!teleglobe.net!194.179.3.126.MISMATCH!nsnmrro1-lo.nuria.telefonica-data.net!caladan.arrakis.es Xref: archiver1.google.com comp.lang.ada:34538 Date: 2003-02-25T00:09:50+01:00 List-Id: Hi: Im trying to debug an Ada program compiled with gnat 3.14p-3. Im using "GNU gdb 5.3-debian" with gvd. The problem is that I cant use ada expressions when debugging, I have to guess what identifier correponds to each variable. If I finally manage to know whats the name for a structured variable (an array, a record etc.. ) and I print it, I get a strange structure, maybe GNATs internal representation. Im using incompatible debugger and compiler versions? Thanks in Advance Alfonso Acosta PS: Im using Debian GNU/Linux (sid)