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,ded9cd74b22b548d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-26 05:44:38 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed2.news.rcn.net!rcn!newsfeed1.earthlink.net!newsfeed.earthlink.net!newsmaster1.prod.itd.earthlink.net!newsread2.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3AE80AF0.D7FCB22E@earthlink.net> From: "Marc A. Criley" Organization: Quadrus Corporation X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Postmortem debugging with ada ? References: <3AE7EF84.9157A90C@icn.siemens.de> <3AE7FE5A.C70D9590@nbi.dk> <3AE80B95.D879F930@amsjv.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 26 Apr 2001 12:44:38 GMT NNTP-Posting-Host: 158.252.123.27 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 988289078 158.252.123.27 (Thu, 26 Apr 2001 05:44:38 PDT) NNTP-Posting-Date: Thu, 26 Apr 2001 05:44:38 PDT X-Received-Date: Thu, 26 Apr 2001 05:43:11 PDT (newsmaster1.prod.itd.earthlink.net) Xref: newsfeed.google.com comp.lang.ada:6952 Date: 2001-04-26T12:44:38+00:00 List-Id: Des Walker wrote: > > When running the application under the debugger control (gdb), we found > it best to trap exceptions by breaking on __gnat_raise. But as I can't > recall why, that may not be relevant :) The Ada-aware variant of gdb provides the "break exception" command, which in effect does this. (If you're using the ALT distribution of GNAT for Linux, the Ada aware version of gdb is called gnatgdb.) Marc A. Criley Senior Staff Engineer Quadrus Corporation www.quadruscorp.com