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: a07f3367d7,fea50f781bb229dc X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Symbolic tracebacks on Debian References: <85f51aeb-cac9-4591-921a-a7f50c8ef142@a21g2000yqn.googlegroups.com> <1pup1z7a4f1pq$.of30sejrqe4m.dlg@40tude.net> <87hbmae33k.fsf@ludovic-brenta.org> <85j595F1lqU1@mid.individual.net> <87sk5navk6.fsf_-_@ludovic-brenta.org> <82bpc8s17m.fsf@stephe-leake.org> <82eih2rblr.fsf@stephe-leake.org> Date: Mon, 24 May 2010 05:04:54 -0400 Message-ID: <82fx1hr7pl.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) Cancel-Lock: sha1:CNO3ACPcZ+lPKEfsclurZjH1trU= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: a31834bfa41cae197caa704546 Xref: g2news2.google.com comp.lang.ada:11915 Date: 2010-05-24T05:04:54-04:00 List-Id: Simon Wright writes: > "(see below)" writes: > >> Are these features enabled in your OS X port, Simon? > > That was a prerelease 4.5.0 -- presently running with my build of the > official GCC release. > > So far as I know, these features are the same.. yes, just tried it. > > The tracebacks you get with atos are rather opaque, and the tool is too > stupid to work out the architecture for itself .. > > $ atos -o t -arch x86_64 0x100001577 0x10000141b > _ada_t (in t) (t.adb:16) > main (in t) (b~t.adb:196) Good enough for emacs to find and display the source location, which is all you really need. -- -- Stephe