From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21195 invoked by alias); 27 Jan 2012 20:33:31 -0000 Received: (qmail 21187 invoked by uid 22791); 27 Jan 2012 20:33:30 -0000 X-SWARE-Spam-Status: No, hits=-1.7 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; Fri, 27 Jan 2012 20:33:18 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1RqsU1-0001nD-Ga from Luis_Gustavo@mentor.com for gdb-patches@sourceware.org; Fri, 27 Jan 2012 12:33:17 -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); Fri, 27 Jan 2012 12:33:17 -0800 Received: from [0.0.0.0] ([172.16.63.104]) by NA1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 27 Jan 2012 12:33:14 -0800 Message-ID: <4F2309F1.1020703@mentor.com> Date: Fri, 27 Jan 2012 20: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 To: gdb-patches@sourceware.org Subject: [rfc target-side break conditions 0/5 v2] General info 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-01/txt/msg00962.txt.bz2 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