From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24147 invoked by alias); 3 Aug 2011 09:05:53 -0000 Received: (qmail 24135 invoked by uid 22791); 3 Aug 2011 09:05:53 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp2.ugent.be (HELO smtp2.UGent.be) (157.193.49.126) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Aug 2011 09:05:39 +0000 Received: from localhost (mcheck5.ugent.be [157.193.49.247]) by smtp2.UGent.be (Postfix) with ESMTP id CFC5944CA08; Wed, 3 Aug 2011 11:05:37 +0200 (CEST) Received: from smtp2.UGent.be ([157.193.49.126]) by localhost (mcheck5.UGent.be [157.193.43.11]) (amavisd-new, port 10024) with ESMTP id Af+VtV9sTPD2; Wed, 3 Aug 2011 11:05:37 +0200 (CEST) Received: from mail.elis.ugent.be (mail.elis.UGent.be [157.193.206.48]) by smtp2.UGent.be (Postfix) with ESMTP id 421B244C9E7; Wed, 3 Aug 2011 11:05:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.elis.ugent.be (Postfix) with ESMTP id E86F99192B6; Wed, 3 Aug 2011 11:05:36 +0200 (CEST) Received: from mail.elis.ugent.be ([127.0.0.1]) by localhost (mail.elis.ugent.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Lkh2zT9Ddz8T; Wed, 3 Aug 2011 11:05:33 +0200 (CEST) Received: from bigmac.elis.UGent.be (bigmac.elis.UGent.be [157.193.206.33]) by mail.elis.ugent.be (Postfix) with ESMTP id 3A1E79192B1; Wed, 3 Aug 2011 11:05:33 +0200 (CEST) Cc: GDB Users , "Ben L. Titzer" Message-Id: <3A370EF2-7FE5-4266-99A9-E58537D4A4B2@elis.ugent.be> From: Jonas Maebe To: Pedro Alves In-Reply-To: <201108030959.38208.pedro@codesourcery.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Break at address on darwin Date: Wed, 03 Aug 2011 09:05:00 -0000 References: <5456BE39-F808-4255-B327-334CBC46B068@elis.ugent.be> <201108030959.38208.pedro@codesourcery.com> X-j-chkmail-Enveloppe: 4E390F60.002 from mail.elis.UGent.be/mail.elis.UGent.be/157.193.206.48/mail.elis.ugent.be/ X-j-chkmail-Score: MSGID : 4E390F60.002 on smtp2.UGent.be : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-08/txt/msg00011.txt.bz2 On 03 Aug 2011, at 10:59, Pedro Alves wrote: > On Tuesday 02 August 2011 22:51:22, Ben L. Titzer wrote: >> Num Type Disp Enb Address What >> 1 breakpoint keep y 0x00001114 >> 2 breakpoint keep y 0x00001148 > > Does the program really load at those addresses? > They look suspiciously low. They're probably correct. Darwin/i386 generally does load programs starting at 0x1000. Jonas