From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29807 invoked by alias); 27 Jun 2008 14:39:18 -0000 Received: (qmail 29797 invoked by uid 22791); 27 Jun 2008 14:39:17 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Jun 2008 14:39:00 +0000 Received: (qmail 17744 invoked from network); 27 Jun 2008 14:38:58 -0000 Received: from unknown (HELO wind.local) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 27 Jun 2008 14:38:58 -0000 From: Vladimir Prus To: Daniel Jacobowitz Subject: Re: [MI] argv/argc/args Date: Fri, 27 Jun 2008 14:39:00 -0000 User-Agent: KMail/1.9.9 Cc: gdb@sources.redhat.com References: <200806251306.27720.vladimir@codesourcery.com> <20080627135328.GA26625@caradoc.them.org> In-Reply-To: <20080627135328.GA26625@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806271839.01225.vladimir@codesourcery.com> 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: 2008-06/txt/msg00298.txt.bz2 On Friday 27 June 2008 17:53:28 Daniel Jacobowitz wrote: > On Wed, Jun 25, 2008 at 01:06:27PM +0400, Vladimir Prus wrote: > > So, we have 3 commands for which requiring the input to be quoted per MI rules > > will cause issues; and fixing those issues will require changing other parts of > > GDB to avoid parsing filenames, which is risky at this point. It appears, that > > instead of reverting my original patch, we can just path those 3 commands > > via CLI directly. Does the plan sound reasonable? > > Can we use the same approach for -exec-run/-exec-return now that some > of your other async-related patches are in? I know it's less likely, > but we can't rule out some frontend using them. I think I can convert those, too. > For -target-select, -target-download, and -exec-until your approach > sounds great to me. We do want these things to be quoted normally > someday but I think it has to wait for mi3. Ok, I'll see if this nice idea actually works out :-) - Volodya