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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9e586f5754e7b1cd,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.129.169 with SMTP id nx9mr5637652pbb.8.1327071825809; Fri, 20 Jan 2012 07:03:45 -0800 (PST) Path: lh20ni203948pbb.0!nntp.google.com!news1.google.com!postnews.google.com!k29g2000vbl.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Tracing procedural calls when an exception is raised Date: Fri, 20 Jan 2012 07:03:44 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 195.58.145.51 Mime-Version: 1.0 X-Trace: posting.google.com 1327071825 10028 127.0.0.1 (20 Jan 2012 15:03:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 20 Jan 2012 15:03:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k29g2000vbl.googlegroups.com; posting-host=195.58.145.51; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-01-20T07:03:44-08:00 List-Id: When using the gnat compiler is there a way to get hold of the procedure or function stack when an exception is called. I am using at the moment Ada.Exceptions.Exception_Information(Error) within an exception handler and I am looking for better information