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 X-Received: by 10.66.216.100 with SMTP id op4mr8951831pac.9.1457155478013; Fri, 04 Mar 2016 21:24:38 -0800 (PST) X-Received: by 10.182.40.227 with SMTP id a3mr147290obl.14.1457155477936; Fri, 04 Mar 2016 21:24:37 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!hb3no11494494igb.0!news-out.google.com!pn7ni600igb.0!nntp.google.com!ok5no6122581igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 4 Mar 2016 21:24:37 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=97.117.194.197; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG NNTP-Posting-Host: 97.117.194.197 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Can't "catch exception" in gdb on OS X From: Jerry Injection-Date: Sat, 05 Mar 2016 05:24:37 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:29676 Date: 2016-03-04T21:24:37-08:00 List-Id: I'm on OS X 10.9.5 trying to debug a GNAT program. When I type catch exception when the program is in the debugger but paused at the automatically inserted breakpoint at the first line, I get this: Cannot insert Ada exception catchpoints in this configuration. gdb reports this: GNU gdb (GDB) 7.7 for GNAT GPL 2014 (20140405) . . . This GDB was configured as "x86_64-apple-darwin12.5.0". Also (curse the line wraps), (gdb) show configuration This GDB was configured as follows: configure --host=x86_64-apple-darwin12.5.0 --target=x86_64-apple-darwin12.5.0 --with-auto-load-dir=:${prefix}/share/auto-load --with-auto-load-safe-path=:${prefix}/share/auto-load --with-expat --with-gdb-datadir=/gnatmail/sandbox/gpl-2014/x86_64-darwin/gdb/pkg/share/gdb-7.7 (relocatable) --with-jit-reader-dir=/gnatmail/sandbox/gpl-2014/x86_64-darwin/gdb/pkg/lib/gdb (relocatable) --without-libunwind-ia64 --without-lzma --with-python=/gnatmail/sandbox/gpl-2014/x86_64-darwin/gdb/pkg/share/gdb-7.7/python-2.7.3 (relocatable) --with-separate-debug-dir=/usr/lib/debug --without-zlib --without-babeltrace Ideas? Jerry