From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9080 invoked by alias); 15 May 2014 19:47:02 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9070 invoked by uid 89); 15 May 2014 19:47:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg20.ericsson.net Received: from usevmg20.ericsson.net (HELO usevmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 15 May 2014 19:47:00 +0000 Received: from EUSAAHC006.ericsson.se (Unknown_Domain [147.117.188.90]) by usevmg20.ericsson.net (Symantec Mail Security) with SMTP id FF.8B.07420.34AC4735; Thu, 15 May 2014 16:08:03 +0200 (CEST) Received: from [142.133.110.254] (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.90) with Microsoft SMTP Server (TLS) id 14.3.174.1; Thu, 15 May 2014 15:46:57 -0400 Message-ID: <537519A2.8040703@ericsson.com> Date: Thu, 15 May 2014 19:47:00 -0000 From: Simon Marchi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tom Tromey CC: Subject: Re: [PATCH v2] Fix argument passing in mi_run_cmd_full References: <1400017636-28020-1-git-send-email-simon.marchi@ericsson.com> <877g5manrz.fsf@fleche.redhat.com> In-Reply-To: <877g5manrz.fsf@fleche.redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00267.txt.bz2 On 14-05-15 02:40 PM, Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi writes: > > Simon> Again, this patch was accepted almost a year ago, I want to make sure > Simon> that it is still OK. > > Simon> Original submission: > Simon> https://sourceware.org/ml/gdb-patches/2013-06/msg00739.html > > Simon> 2014-05-13 Simon Marchi > > Simon> * lib/mi-support.exp (mi_run_cmd_full): Set arguments by calling > Simon> "-exec-arguments" or "set args" before running the inferior. > > Yes, still ok, thank you. > > Tom > Pushed, thanks!