From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4278 invoked by alias); 15 May 2014 19:44:50 -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 4260 invoked by uid 89); 15 May 2014 19:44:48 -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, 15 May 2014 19:44:47 +0000 Received: from EUSAAHC004.ericsson.se (Unknown_Domain [147.117.188.84]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id 8B.5B.02831.F47C4735; Thu, 15 May 2014 15:55:27 +0200 (CEST) Received: from [142.133.110.254] (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.84) with Microsoft SMTP Server (TLS) id 14.3.174.1; Thu, 15 May 2014 15:44:40 -0400 Message-ID: <53751928.6040501@ericsson.com> Date: Thu, 15 May 2014 19:44: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 mi_expect_stop for non-zero exit codes References: <1400015633-16145-1-git-send-email-simon.marchi@ericsson.com> <87bnuyantg.fsf@fleche.redhat.com> In-Reply-To: <87bnuyantg.fsf@fleche.redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00266.txt.bz2 On 14-05-15 02:39 PM, Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi writes: > > Simon> This patch was accepted almost a year ago, but I only recently > Simon> received my commit access. I submit it again to make sure it is > Simon> still relevant. > > Simon> Original submission: https://sourceware.org/ml/gdb-patches/2013-06/msg00736.html > > Thanks for linking to the original. > > Simon> 2014-05-13 Simon Marchi > > Simon> * lib/mi-support.exp (mi_expect_stop): Expect message for > Simon> inferiors that exit with non-zero exit code. > > Still ok. Thanks! > > Tom > Pushed, thanks.