From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3953 invoked by alias); 23 Nov 2007 17:03:09 -0000 Received: (qmail 3945 invoked by uid 22791); 23 Nov 2007 17:03:08 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Nov 2007 17:03:03 +0000 Received: (qmail 3343 invoked from network); 23 Nov 2007 17:03:01 -0000 Received: from unknown (HELO 172.16.unknown.plus.ru) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 23 Nov 2007 17:03:01 -0000 From: Vladimir Prus To: Pierre Muller , gdb-patches@sources.redhat.com Subject: Re: [RFA] Clarify infrun variable naming. Date: Fri, 23 Nov 2007 17:03:00 -0000 User-Agent: KMail/1.9.6 References: <200711231623.04823.vladimir@codesourcery.com> <200711231851.47586.vladimir@codesourcery.com> <20071123160557.GA18738@caradoc.them.org> In-Reply-To: <20071123160557.GA18738@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711232002.57365.vladimir@codesourcery.com> 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/msg00433.txt.bz2 On Friday 23 November 2007 19:05:57 Daniel Jacobowitz wrote: > On Fri, Nov 23, 2007 at 06:51:47PM +0300, Vladimir Prus wrote: > > - Remove breakpoints at current PC > > - Remove watchpoint a the address being accessed > > - Single step > > Alternatively, remove all watchpoints but only for the current thread. How? target_remove_watchpoint does not appear to provide for that, and in fact, I'm not sure what architectures provide for watchpoint that fires in all threads except for thread N. - Volodya