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-Thread: 103376,392a654c4e778943 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Debugger for GNAT From: Georg Bauhaus In-Reply-To: References: <1132317809.937986.140480@g49g2000cwa.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1132444533.17109.3.camel@sonnenregen> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Date: Sun, 20 Nov 2005 00:55:33 +0100 NNTP-Posting-Date: 20 Nov 2005 00:52:23 MET NNTP-Posting-Host: 5709a2ef.newsread2.arcor-online.net X-Trace: DXC=Fm@=ncKN2A`EFMTLjj\fooQ5U85hF6f;djW\KbG]kaMhA@_25la3nbbg7Lo`YPl=LfhP3YJKgE\jlG0bAZij`2_i X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:6489 Date: 2005-11-20T00:52:23+01:00 List-Id: On Sat, 2005-11-19 at 15:39 +0000, Anonymous Coward wrote: > Regarding this discussion as to whether GDB is robust, I've > encountered many problems with GDB, many of which I believe are not > user errors. Results will likely improve when you use a GDB that has been make aware of Ada. $ gdb GNU gdb 6.3 for GNAT GPL 2005 Edition (20050615) Copyright 2004 Free Software Foundation, Inc. AdaCore version of GDB for GNAT GPL Edition ... (gdb) file hello_world Reading symbols from /tmp/hello_world...done. Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) info function All defined functions: File b~hello_world.adb: procedure adafinal; procedure adainit; function main (a1: integer; a2: system.address; a3: system.address) return integer; File hello_world.adb: procedure hello_world; function hello_world.hello_world_string return string; ...