From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12690 invoked by alias); 6 Feb 2012 13:33:24 -0000 Received: (qmail 12680 invoked by uid 22791); 6 Feb 2012 13:33:23 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,MISSING_HEADERS 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, 06 Feb 2012 13:32:23 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1RuOgB-0003Lr-10 from Luis_Gustavo@mentor.com for gdb-patches@sourceware.org; Mon, 06 Feb 2012 05:32:23 -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, 6 Feb 2012 05:32:22 -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, 6 Feb 2012 05:32:22 -0800 Message-ID: <4F2FD659.5070708@mentor.com> Date: Mon, 06 Feb 2012 13:33:00 -0000 From: Luis Gustavo Reply-To: "Gustavo, Luis" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15 MIME-Version: 1.0 CC: gdb-patches@sourceware.org Subject: [ping] [rfc target-side break conditions 0/5 v2] General info References: <4F2309F1.1020703@mentor.com> In-Reply-To: <4F2309F1.1020703@mentor.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-02/txt/msg00057.txt.bz2 Ping this updated series. On 01/27/2012 06:32 PM, Luis Gustavo wrote: > Hi, > > This is an updated series of patches to implement target-side breakpoint > condition evaluation. > > Most of the changes are in part 1, 3 and 5. The other parts had only > minor changes. > > The current testsuite seems to be a good exercise for this feature when > ran in gdbserver mode. I can provide additional tests if required. > > Part 1: Documentation bits > Part 2: Protocol and feature changes > Part 3: GDB-specific changes > Part 4: GDBServer tracepoint/agent expression common code cleanup > Part 5: GDBServer breakpoint condition evaluation enablement > > Luis >