From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32723 invoked by alias); 28 Jan 2012 08:25:40 -0000 Received: (qmail 32386 invoked by uid 22791); 28 Jan 2012 08:25:38 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 28 Jan 2012 08:25:18 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LYI00J0020O9E00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Sat, 28 Jan 2012 10:25:16 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.102.195]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LYI00JX321Y8130@a-mtaout21.012.net.il>; Sat, 28 Jan 2012 10:25:13 +0200 (IST) Date: Sat, 28 Jan 2012 09:07:00 -0000 From: Eli Zaretskii Subject: Re: [rfc target-side break conditions 1/5 v2] Documentation bits In-reply-to: <4F2309FF.9050708@mentor.com> To: "Gustavo, Luis" Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zkd8xmky.fsf@gnu.org> References: <4F2309FF.9050708@mentor.com> 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/msg00971.txt.bz2 > Date: Fri, 27 Jan 2012 18:33:03 -0200 > From: Luis Gustavo > > This is the second iteration of the documentation bits. > > I've switched to using explicit markers for the breakpoint parameters in > the Z packet. Conditions will be passed via the "conditions" marker, > like the following: > > Z0,addr,kind,length,conditions=;;...; > > The documentation was updated to reflect that. This version is OK, thanks.