From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19607 invoked by alias); 14 Mar 2005 15:10:20 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19458 invoked from network); 14 Mar 2005 15:10:14 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 14 Mar 2005 15:10:14 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1DArCr-0006nv-Uk; Mon, 14 Mar 2005 10:10:10 -0500 Date: Mon, 14 Mar 2005 15:10:00 -0000 From: Daniel Jacobowitz To: Paul Brook Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Stray "," in mi-support.exp Message-ID: <20050314151009.GA26001@nevyn.them.org> Mail-Followup-To: Paul Brook , gdb-patches@sources.redhat.com References: <200503120127.23761.paul@codesourcery.com> <20050313045243.GA32373@nevyn.them.org> <200503141505.53659.paul@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503141505.53659.paul@codesourcery.com> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-03/txt/msg00201.txt.bz2 On Mon, Mar 14, 2005 at 03:05:53PM +0000, Paul Brook wrote: > On Sunday 13 March 2005 04:52, Daniel Jacobowitz wrote: > > Hmm, it looks right to me, but I'd like for one of the MI maintainers > > to comment. With gdbserver, we use -target-select, which produces: > > > > 47-target-select remote localhost:2346 > > Remote debugging from host 127.0.0.1 > > 47^connected,thread-id="0",frame={addr="0xb7feac20",func="??",args=[]} > > (gdb) > > > > This is preferable to using the CLI passthrough; want to give that a > > shot, and then we can just delete the questionable pattern? > > That does seem a better solution, and works as expected. > Updated patch attached. > > Ok? > > Paul > > 2005-03-14 Paul Brook > > * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote > targets. Hmm... I think this is sufficiently simple that I can approve it. Yes, this is OK - thanks! -- Daniel Jacobowitz CodeSourcery, LLC