From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16120 invoked by alias); 2 Feb 2006 05:07:03 -0000 Received: (qmail 15996 invoked by uid 22791); 2 Feb 2006 05:07:01 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 02 Feb 2006 05:07:00 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F4WgL-0005rK-Qx; Thu, 02 Feb 2006 00:06:57 -0500 Date: Thu, 02 Feb 2006 05:07:00 -0000 From: Daniel Jacobowitz To: Paul Blacquiere Cc: "gdb@sourceware.org" Subject: Re: Howto single step from beginning Message-ID: <20060202050657.GA22487@nevyn.them.org> Mail-Followup-To: Paul Blacquiere , "gdb@sourceware.org" References: <20060202140831.wco48wcskkccsokk@webmail.slingshot.co.nz> <20060202012556.GA19090@nevyn.them.org> <20060202155252.k84sosswgkwkwsg4@webmail.slingshot.co.nz> <20060202025704.GA21125@nevyn.them.org> <20060202174500.8gcgws4wk04kwgs0@webmail.slingshot.co.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060202174500.8gcgws4wk04kwgs0@webmail.slingshot.co.nz> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00009.txt.bz2 On Thu, Feb 02, 2006 at 05:45:00PM +1300, Paul Blacquiere wrote: > child:target_xfer_partial (2, (null), 0x1fc248, 0x0, 0x8094, 4) = 4, > bytes = > 00 e0 a0 e3 > child:target_xfer_partial (2, (null), 0x0, 0x18c436, 0x8094, 4) = 4, > bytes = > fe de ff e7 Remind me again what version of GDB you're using? And it is configured for arm-linux, right? Or maybe you're debugging a uClibc static binary that doesn't have the correct ABI markings? That's an arm-elf breakpoint. It doesn't work on arm-linux systems. Does "show osabi" reveal anything? -- Daniel Jacobowitz CodeSourcery