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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,58ca990a20ca948e X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Sat, 07 Feb 2009 22:17:51 +0100 From: Georg Bauhaus Reply-To: rm.tsoh-bauhaus@maps.futureapps.de User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: QtSql problem References: <498bf574_4@news.bluewin.ch> In-Reply-To: <498bf574_4@news.bluewin.ch> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <498dfa7f$0$30231$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 07 Feb 2009 22:17:51 CET NNTP-Posting-Host: 0b2e0914.newsspool1.arcor-online.net X-Trace: DXC=_X_?Y]Y9G`e9kIfcjg:0fdic==]BZ:afn4Fo<]lROoRa^YC2XCjHcbiCW9^O>US0XiKQDKiQ7h]8H=P4[Hao X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:4558 Date: 2009-02-07T22:17:51+01:00 List-Id: Gautier wrote: > ------------------------------------------------------------------------------ > > -- File: TB_Wrap.ads > -- Description: Trace-back wrapper for GNAT 3.13p+ (spec.) > ------------------------------------------------------------------------------ > > > generic > > with procedure My_main_procedure; > > procedure TB_Wrap; However obvious this generic might be to those well versed in Ada programming, TB_Wrap continues to deserve 5 stars. :-) At least one non-GNAT Ada compiler produces tracebacks by default, that is, ObjectAda. What do other compilers do?