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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,f5ce49ceb519648b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!j9g2000vbp.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: addr2line i mingw gcc 4.4.0 Date: Sun, 28 Jun 2009 09:20:00 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0fb51899-2d44-4c56-8af6-2aaef3929994@j9g2000vbp.googlegroups.com> References: <86f46e08-56e0-4cc1-89be-93af2e7cad31@q37g2000vbi.googlegroups.com> <550a535e-eef9-4317-ac38-6ae915df6eed@r16g2000vbn.googlegroups.com> NNTP-Posting-Host: 82.20.239.89 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1246206000 30672 127.0.0.1 (28 Jun 2009 16:20:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 28 Jun 2009 16:20:00 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j9g2000vbp.googlegroups.com; posting-host=82.20.239.89; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.18 (KHTML, like Gecko) Version/4.0.1 Safari/530.18,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6684 Date: 2009-06-28T09:20:00-07:00 List-Id: On Jun 27, 5:24=A0pm, sjw wrote: > On Darwin, there's a native program atos which does the same as > addr2line. Hmm, what it does is to give you the offset in bytes from the start of the subprogram. package__subprogram ........ +57 which is fine if all you need is the subprograms on the call path. GNAT GPL 2009 contains an addr2line (for 64-bit executables).