From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18694 invoked by alias); 23 Sep 2010 22:03:06 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 18683 invoked by uid 22791); 23 Sep 2010 22:03:05 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Oleg Nesterov X-Fcc: ~/Mail/utrace X-Fcc: ~/Mail/utrace Cc: "Frank Ch. Eigler" , archer@sourceware.org, utrace-devel@redhat.com Subject: Re: gdbstub initial code, v11 In-Reply-To: Oleg Nesterov's message of Thursday, 23 September 2010 01:44:43 +0200 <20100922234442.GA13379@redhat.com> References: <20100922022226.GA27400@redhat.com> <20100922231451.GA11198@redhat.com> <20100922233909.GF2727@redhat.com> <20100922234442.GA13379@redhat.com> Message-Id: <20100923212138.5B3E940048@magilla.sf.frob.com> Date: Thu, 23 Sep 2010 22:03:00 -0000 X-SW-Source: 2010-q3/txt/msg00217.txt.bz2 > > The ones I'm talking about are Z2/Z3 for (data) watchpoints. > > Ah, OK, thanks. I'll try to understand how this works. In theory these will map to uses of the hw_breakpoint interface. Thanks, Roland