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: 103376,11a85fe9e5aa9e94,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.224.230 with SMTP id rf6mr1294337pbc.4.1330621074652; Thu, 01 Mar 2012 08:57:54 -0800 (PST) Path: h9ni27346pbe.0!nntp.google.com!news1.google.com!postnews.google.com!eb6g2000vbb.googlegroups.com!not-for-mail From: Volkert Newsgroups: comp.lang.ada Subject: gdb problem with gnat gpl 2011 (drawin_64) on OS X Lion (10.7.3) Date: Thu, 1 Mar 2012 08:57:54 -0800 (PST) Organization: http://groups.google.com Message-ID: <10230c24-42d2-4b21-8e8f-f3841282840c@eb6g2000vbb.googlegroups.com> NNTP-Posting-Host: 217.233.89.125 Mime-Version: 1.0 X-Trace: posting.google.com 1330621074 11038 127.0.0.1 (1 Mar 2012 16:57:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 1 Mar 2012 16:57:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: eb6g2000vbb.googlegroups.com; posting-host=217.233.89.125; posting-account=8t9pXQoAAADkxkCReU3jwSDl3ee1TY12 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-03-01T08:57:54-08:00 List-Id: Dear all, gdb not stops on my breakpoints. :-( Here what gdb says: (gdb) b main Breakpoint 4 at 0x100000e20: file /Users/XYZ/Development/gnat/share/ examples/gnat/dimensioned_units/objs/b~demo_checked.adb, line 236. (gdb) run unable to read unknown load command 0x24 unable to read unknown load command 0x26 Error in re-setting breakpoint 4: Cannot access memory at address 0x100000e20 Program exited normally. (gdb) XYZ$ gdb -v GNU gdb (GDB) 7.2 for GNAT GPL 2011 (20110419) [rev=gdb-7.2-ref-110- g8cd875d] Copyright (C) 2010 Free Software Foundation, Inc. All Code its compiled with debug information. ;-) Any hints? Volkert