From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26351 invoked by alias); 17 Aug 2007 18:41:55 -0000 Received: (qmail 26207 invoked by uid 22791); 17 Aug 2007 18:41:54 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 17 Aug 2007 18:41:49 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-54-244.inter.net.il [83.130.54.244]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IRA82808 (AUTH halo1); Fri, 17 Aug 2007 21:41:34 +0300 (IDT) Date: Fri, 17 Aug 2007 18:41:00 -0000 Message-Id: From: Eli Zaretskii To: luisgpm@linux.vnet.ibm.com CC: gdb-patches@sourceware.org In-reply-to: <1187365616.4520.14.camel@localhost> (message from Luis Machado on Fri, 17 Aug 2007 12:46:56 -0300) Subject: Re: [patch] Watchpoints: support for thread parameters Reply-to: Eli Zaretskii References: <1187298178.5853.11.camel@localhost> <1187365616.4520.14.camel@localhost> 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-08/txt/msg00334.txt.bz2 > From: Luis Machado > Cc: gdb-patches@sourceware.org > Date: Fri, 17 Aug 2007 12:46:56 -0300 > > How does this new version look? Fine, I'm happy now. Is this all that needs to be done to have thread-specific watchpoints? Do they work after this patch as you want them to?