From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19413 invoked by alias); 30 Nov 2007 16:10:40 -0000 Received: (qmail 19404 invoked by uid 22791); 30 Nov 2007 16:10:40 -0000 X-Spam-Check-By: sourceware.org Received: from igw1.br.ibm.com (HELO igw1.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Nov 2007 16:10:31 +0000 Received: from mailhub1.br.ibm.com (mailhub1 [9.18.232.109]) by igw1.br.ibm.com (Postfix) with ESMTP id 9A42632C1C3 for ; Fri, 30 Nov 2007 13:51:43 -0200 (BRDT) Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.18.232.47]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id lAUGAQg53289312 for ; Fri, 30 Nov 2007 14:10:27 -0200 Received: from d24av02.br.ibm.com (loopback [127.0.0.1]) by d24av02.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id lAUGAFxt011253 for ; Fri, 30 Nov 2007 14:10:26 -0200 Received: from [9.18.238.21] ([9.18.238.21]) by d24av02.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id lAUGA75C010982 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Nov 2007 14:10:14 -0200 Subject: Re: [patch] Watchpoints: support for thread parameters From: Luis Machado Reply-To: luisgpm@linux.vnet.ibm.com To: Eli Zaretskii Cc: drow@false.org, gdb-patches@sourceware.org In-Reply-To: <1195042801.4908.2.camel@localhost> References: <1187298178.5853.11.camel@localhost> <1187365616.4520.14.camel@localhost> <20071011193558.GE30810@caradoc.them.org> <1192134591.18528.1.camel@localhost> <1194961811.4820.3.camel@localhost> <1195042801.4908.2.camel@localhost> Content-Type: text/plain Date: Fri, 30 Nov 2007 16:10:00 -0000 Message-Id: <1196439007.6312.3.camel@gargoyle> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 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: 2007-11/txt/msg00566.txt.bz2 Hi guys, If there isn't anything against this patch, i presume it's OK to commit it? I addressed the last couple documentation issues catched by Eli. Thanks, Luis On Wed, 2007-11-14 at 10:20 -0200, Luis Machado wrote: > Thanks! > > > The documentation part is okay with me, provided that you fix the > > following two small gotchas: > > Got those fixed and changed thread_num to threadnum. > > Regards, > Luis