From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4527 invoked by alias); 27 Feb 2012 13:23:28 -0000 Received: (qmail 4519 invoked by uid 22791); 27 Feb 2012 13:23:27 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 27 Feb 2012 13:23:14 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1S20Xp-0002PI-Jj from Luis_Gustavo@mentor.com ; Mon, 27 Feb 2012 05:23:13 -0800 Received: from NA1-MAIL.mgc.mentorg.com ([147.34.98.181]) by svr-orw-fem-01.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 27 Feb 2012 05:23:13 -0800 Received: from [0.0.0.0] ([172.16.63.104]) by NA1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 27 Feb 2012 05:23:12 -0800 Message-ID: <4F4B83D6.8060504@mentor.com> Date: Mon, 27 Feb 2012 16:23:00 -0000 From: Luis Gustavo Reply-To: "Gustavo, Luis" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.27) Gecko/20120216 Lightning/1.0b2 Thunderbird/3.1.19 MIME-Version: 1.0 To: Jan Kratochvil CC: gdb-patches@sourceware.org Subject: Re: Regressions in gdbserver mode #2 [Re: General regressions in gdbserver mode] References: <4F2309F1.1020703@mentor.com> <4F47ABCF.9020305@mentor.com> <20120225142037.GA26330@host2.jankratochvil.net> <4F4900CB.8010606@mentor.com> <20120225170610.GA31657@host2.jankratochvil.net> <4F49277A.70400@mentor.com> <20120225194022.GA16174@host2.jankratochvil.net> <4F493D7D.1030907@mentor.com> <20120226215423.GA9147@host2.jankratochvil.net> <4F4AFE94.5090708@mentor.com> <20120227041841.GA13256@host2.jankratochvil.net> In-Reply-To: <20120227041841.GA13256@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-02/txt/msg00628.txt.bz2 On 02/27/2012 01:18 AM, Jan Kratochvil wrote: > On Mon, 27 Feb 2012 04:55:00 +0100, Luis Gustavo wrote: >> What about the following to fix save-bp.exp? Hopefully the syntax is >> correct. > >> 2012-02-27 Luis Machado >> >> * gdb.base/save-bp.exp: Account for new condition evaluator output. > > Yes, I find the patch OK. > > > Thanks, > Jan Thanks, i've checked it in now. Luis