From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19752 invoked by alias); 25 Apr 2009 14:43:01 -0000 Received: (qmail 19740 invoked by uid 22791); 25 Apr 2009 14:42:59 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 25 Apr 2009 14:42:53 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 32BF610B70; Sat, 25 Apr 2009 14:42:51 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id C12B6107D1; Sat, 25 Apr 2009 14:42:50 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Lxj5d-000608-9a; Sat, 25 Apr 2009 10:42:49 -0400 Date: Sun, 26 Apr 2009 20:52:00 -0000 From: Daniel Jacobowitz To: alfred steele Cc: gdb@sourceware.org Subject: Re: Remote GDB to JTAG Message-ID: <20090425144249.GA22989@caradoc.them.org> Mail-Followup-To: alfred steele , gdb@sourceware.org References: <528f13590904240905l18ca611ape5fd242b0bf428f6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <528f13590904240905l18ca611ape5fd242b0bf428f6@mail.gmail.com> User-Agent: Mutt/1.5.17 (2008-05-11) 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: 2009-04/txt/msg00194.txt.bz2 On Fri, Apr 24, 2009 at 11:05:14AM -0500, alfred steele wrote: > Hi > > I am using arm-elf-gdb version GNU gdb 5.3 . > > I am trying to debug u-boot using arm-elf-gdb. I have been > succesfully using this gdb to a great extent. However, when i try my > vanilla u-boot image with debug, i get a "segfault". > > $ arm-elf-gdb u-boot > GNU gdb 5.3 (eCosCentric) This is an ancient version of GDB now. Please try a current release. -- Daniel Jacobowitz CodeSourcery