From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3313 invoked by alias); 8 Mar 2012 23:40:34 -0000 Received: (qmail 3296 invoked by uid 22791); 8 Mar 2012 23:40:32 -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; Thu, 08 Mar 2012 23:40:19 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1S5mwU-0006Ex-JD from Luis_Gustavo@mentor.com ; Thu, 08 Mar 2012 15:40:18 -0800 Received: from NA1-MAIL.mgc.mentorg.com ([147.34.98.181]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 8 Mar 2012 15:40:04 -0800 Received: from [0.0.0.0] ([172.16.63.104]) by NA1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 8 Mar 2012 15:40:17 -0800 Message-ID: <4F594363.7070106@mentor.com> Date: Thu, 08 Mar 2012 23:40: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: Joel Brobecker CC: gdb-patches@sourceware.org Subject: Re: [RFA] Make breakpoint condition detection trace conditional on remote_debug. References: <1331232142-10562-1-git-send-email-brobecker@adacore.com> <4F593DEF.2020100@mentor.com> <20120308233243.GY2853@adacore.com> In-Reply-To: <20120308233243.GY2853@adacore.com> 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-03/txt/msg00310.txt.bz2 On 03/08/2012 08:32 PM, Joel Brobecker wrote: >> Thanks for the fix, it is the right thing. > > You are welcome. > >> Do you have the testcase handy? I can do some digging... >> Did the condition go to the target? How did it evaluate? > > Which testcase are you referring to? > You mentioned a problem where a conditional breakpoint no longer stops where it should when using gdbserver. I'm assuming it is a regression we didn't catch with GDB's testsuite when testing the target-side condition patches. Is this the case or is it something else? Luis