From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25021 invoked by alias); 17 May 2006 00:43:39 -0000 Received: (qmail 25012 invoked by uid 22791); 17 May 2006 00:43:39 -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; Wed, 17 May 2006 00:43:17 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FgA8A-00051j-GI; Tue, 16 May 2006 20:43:14 -0400 Date: Wed, 17 May 2006 11:03:00 -0000 From: Daniel Jacobowitz To: Shaun Jackman Cc: gdb@sources.redhat.com Subject: Re: restore hangs up Message-ID: <20060517004314.GB19174@nevyn.them.org> Mail-Followup-To: Shaun Jackman , gdb@sources.redhat.com References: <7f45d9390605161727i394f959ene15b579e215550a5@mail.gmail.com> <7f45d9390605161732g3fc29755ie7c7ac41bf07e965@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7f45d9390605161732g3fc29755ie7c7ac41bf07e965@mail.gmail.com> User-Agent: Mutt/1.5.11+cvs20060403 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-05/txt/msg00260.txt.bz2 On Tue, May 16, 2006 at 06:32:28PM -0600, Shaun Jackman wrote: > On arm-elf-gdb 6.4 for target rdi, the restore command hangs up. The > `Restoring binary' message is the last thing I see. GDB does not > respond to Ctrl-C. I see that RDI support has been removed from CVS. > So, three questions: > > 1. Any idea how I can diagnose/work-around this bug in GDB 6.4? No, since we have no idea what the bug is. > 2. Can the restore command display some progress information? You could certainly hack it to; I don't know if it would be generally useful. > 3. With a CVS version of gdb (no RDI), is there a recommended way to > communicate with RDI targets such as the Jeeni JTAG device? Use a third-party program which converts RDI to the GDB remote protocol. There's at least two; one formerly distributed by Cygnus that you can probably still find (I'm afraid I don't remember the name) and one in CodeSourcery's ARM releases, which are publicly available. There might be others, too. -- Daniel Jacobowitz CodeSourcery