From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121698 invoked by alias); 5 Jul 2016 13:52: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 121683 invoked by uid 89); 5 Jul 2016 13:52:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:364, 160705 X-HELO: usplmg20.ericsson.net Received: from usplmg20.ericsson.net (HELO usplmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 05 Jul 2016 13:51:58 +0000 Received: from EUSAAHC003.ericsson.se (Unknown_Domain [147.117.188.81]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id 30.B7.09012.9E0BB775; Tue, 5 Jul 2016 15:06:49 +0200 (CEST) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.83) with Microsoft SMTP Server id 14.3.294.0; Tue, 5 Jul 2016 09:51:55 -0400 Subject: Re: [PATCH] Add method/format information to =record-started To: Yao Qi References: <20160603155220.22286-1-simon.marchi@ericsson.com> <86wpl0xkg4.fsf@gmail.com> CC: From: Simon Marchi Message-ID: <577BBB7B.2040803@ericsson.com> Date: Tue, 05 Jul 2016 13:52:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <86wpl0xkg4.fsf@gmail.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00064.txt.bz2 On 16-07-05 09:50 AM, Yao Qi wrote: > Simon Marchi writes: > >> gdb/testsuite/ChangeLog: >> >> * gdb.mi/mi-record-changed.exp: Adjust =record-started output >> matching. > > We need to update gdb.mi/mi-reverse.exp too. Patch below does it. > Patch is pushed in. > Thanks!