From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20231 invoked by alias); 7 Mar 2012 18:53:19 -0000 Received: (qmail 20222 invoked by uid 22791); 7 Mar 2012 18:53:18 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Mar 2012 18:53:04 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M0J009003415G00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 07 Mar 2012 20:53:03 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.43.187]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M0J008QA34EE8F0@a-mtaout22.012.net.il>; Wed, 07 Mar 2012 20:53:02 +0200 (IST) Date: Wed, 07 Mar 2012 18:53:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] [RFC, docs RFA] gdbserver and gdb.threads/attach-into-signal.exp. In-reply-to: <4F57A80E.1040809@redhat.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83linc1bvw.fsf@gnu.org> References: <20120222171937.29946.56976.stgit@hit-nxdomain.opendns.com> <4F565356.6040302@redhat.com> <83fwdla6w3.fsf@gnu.org> <4F57A80E.1040809@redhat.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-03/txt/msg00234.txt.bz2 > Date: Wed, 07 Mar 2012 18:25:18 +0000 > From: Pedro Alves > CC: gdb-patches@sourceware.org > > +z0/z1 conditional breakpoints extension > + > The z0/z1 breakpoint insertion packets have been extended to carry > a list of conditional expressions over to the remote stub depending on the > condition evaluation mode. The use of this extension can be controlled > via the "set remote conditional-breakpoints-packet" command. This should be a separate (obvious) commit, I Think. > +QProgramSignals: > + > + Signals the remote stub may pass to the debugged program, without > + GDB involvement. OK, but the style is different from all the other entries for packets. How about this small change: Specify the signals which the remote stub may pass ...