From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7610 invoked by alias); 22 May 2014 18:18:59 -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 7596 invoked by uid 89); 22 May 2014 18:18:57 -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: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 22 May 2014 18:18:56 +0000 Received: from EUSAAHC008.ericsson.se (Unknown_Domain [147.117.188.96]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id FF.F0.11744.55DED735; Thu, 22 May 2014 14:28:05 +0200 (CEST) Received: from [142.133.183.104] (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.96) with Microsoft SMTP Server (TLS) id 14.3.174.1; Thu, 22 May 2014 14:18:53 -0400 Message-ID: <537E3F8D.40208@ericsson.com> Date: Thu, 22 May 2014 18:18: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: Joel Brobecker CC: Subject: Re: [PATCH v2] Add comment for mi_run_cmd_full References: <1400781727-8421-1-git-send-email-simon.marchi@ericsson.com> <20140522181142.GU22822@adacore.com> In-Reply-To: <20140522181142.GU22822@adacore.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00567.txt.bz2 On Thu 22 May 2014 02:11:42 PM EDT, Joel Brobecker wrote: >> Thanks to Joel for the clear formulation. I also added a comment about the >> impact of use_gdb_stub. > > A useful addition, as I missed it when I read the function's code! > >> gdb/testsuite/ChangeLog: >> >> 2014-05-22 Simon Marchi >> >> * lib/mi-support.exp (mi_run_cmd_full): Add comments. > > OK to push. > > Thank you! Pushed!