From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23225 invoked by alias); 13 Apr 2009 03:11:20 -0000 Received: (qmail 23214 invoked by uid 22791); 13 Apr 2009 03:11:17 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.186) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Apr 2009 03:09:02 +0000 Received: by ti-out-0910.google.com with SMTP id i7so1635689tid.23 for ; Sun, 12 Apr 2009 20:08:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.110.62.4 with SMTP id k4mr2112644tia.11.1239592139322; Sun, 12 Apr 2009 20:08:59 -0700 (PDT) In-Reply-To: <528f13590904081254l583b4718uc97ae1a2c1e1c0d0@mail.gmail.com> References: <528f13590904081254l583b4718uc97ae1a2c1e1c0d0@mail.gmail.com> Date: Mon, 13 Apr 2009 16:09:00 -0000 Message-ID: Subject: Re: Remote GDB to JTAG From: Hui Zhu To: alfred steele Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00100.txt.bz2 Version please. On Thu, Apr 9, 2009 at 03:54, alfred steele wrote: > > Hi > =A0I 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". Could it be > something wrong with the binary itslef. If so, any hints as to what > could be wrong? > > (gdb) symbol-file u-boot > Load new symbol table from "u-boot"? (y or n) y > Reading symbols from u-boot...done. > (gdb) target remote 206.44.17.238:2001 > Remote debugging using 206.44.17.238:2001 > Segmentation fault > > Thanks, > ALfred.