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=unavailable autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Natasha Kerensikova Newsgroups: comp.lang.ada Subject: Re: How to get nice with GNAT? Date: Sat, 22 Nov 2014 10:40:47 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Injection-Date: Sat, 22 Nov 2014 10:40:47 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="76a49b86bc3e16725b7cfca3d85cb4c8"; logging-data="8884"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/tyLbzfS4Z0z8fc9Ob9rWL" User-Agent: slrn/1.0.1 (FreeBSD) Cancel-Lock: sha1:x7LGHuv/lTuIl1OmyGqYk3kiSQE= Xref: number.nntp.giganews.com comp.lang.ada:190949 Date: 2014-11-22T10:40:47+00:00 List-Id: On 2014-11-22, gautier_niouzes@hotmail.com wrote: > Below, a generic solution, unchanged since around year 2000. > This way you can have a pure Ada program but a decent GNAT trace-back. > Why AdaCore never made it just to include these few Put_Line in their run-time is a bit a mystery. The whole post is about the output of: > Put_Line(" > Trace-back of call stack: " ); > Put_Line( GNAT.Traceback.Symbolic.Symbolic_Traceback(E) ); The quotes in the OP shows verying levels of informations, from almost useless to perfectly complete. And the question is, how do I make GNAT output the useful version on the platforms where by default it doesn't? Natasha