From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13811 invoked by alias); 27 Jan 2012 11:53:56 -0000 Received: (qmail 13801 invoked by uid 22791); 27 Jan 2012 11:53:55 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Jan 2012 11:53:43 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0RBrgZd031049 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 27 Jan 2012 06:53:43 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q0RBrfde002171; Fri, 27 Jan 2012 06:53:42 -0500 Message-ID: <4F229045.2070806@redhat.com> Date: Fri, 27 Jan 2012 12:02:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Jan Kratochvil CC: gdb-patches@sourceware.org Subject: Re: [patch] protocol doc vs. gdbserver on H and pPID.-1 etc. [Re: [patch 2/2] Fix watchpoints for multi-inferior #2] References: <20120102164652.GB10231@host2.jankratochvil.net> <4F02020F.5090906@gmail.com> <20120120213110.GB424@host2.jankratochvil.net> <4F1EAFE6.30202@redhat.com> <20120125152240.GA26914@host2.jankratochvil.net> <4F203B6A.7090605@redhat.com> <4F204408.4090607@redhat.com> <4F205F3C.7090406@redhat.com> <20120126215039.GA6943@host2.jankratochvil.net> In-Reply-To: <20120126215039.GA6943@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00943.txt.bz2 On 01/26/2012 09:50 PM, Jan Kratochvil wrote: > +/* Deprecated. See gdb.texinfo description of the `Hc' packet - use > + 'vCont' packet instead. It can be null_ptid for no inferior, > + minus_one_ptid for resuming all inferior or a specific thread ptid_t. > + Particularly process wildcard (pid > 0 && lwp == -1) for resuming > + whole one inferior is not supported. This variable is provided only > + for backward compatibility with both clients and backend, backend > + 'resume' method supports process wildcards instead. */ > ptid_t cont_thread; > + I forgot to say in the previous reply, but FAOD, this one is a good idea too. -- Pedro Alves