From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 419 invoked by alias); 19 Feb 2010 13:51:29 -0000 Received: (qmail 408 invoked by uid 22791); 19 Feb 2010 13:51:28 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr1.ericy.com (HELO imr1.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 19 Feb 2010 13:51:24 +0000 Received: from eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id o1JDrFCU011297; Fri, 19 Feb 2010 07:53:15 -0600 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.238]) by eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) with mapi; Fri, 19 Feb 2010 08:51:21 -0500 From: Marc Khouzam To: "'Michael Snyder'" , "'Pedro Alves'" CC: "'gdb@sourceware.org'" Date: Fri, 19 Feb 2010 13:51:00 -0000 Subject: RE: PRecord and hardware watchpoint Message-ID: References: <4B7D83D2.6040206@vmware.com> In-Reply-To: <4B7D83D2.6040206@vmware.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-02/txt/msg00137.txt.bz2 I got the latest HEAD and gave it a go. Very cool! Thanks both=20 > -----Original Message----- > From: gdb-owner@sourceware.org=20 > [mailto:gdb-owner@sourceware.org] On Behalf Of Michael Snyder > Sent: Thursday, February 18, 2010 1:16 PM > To: Marc Khouzam > Cc: 'gdb@sourceware.org' > Subject: Re: PRecord and hardware watchpoint >=20 > Marc Khouzam wrote: > > Hi, > >=20 > > someone asked me if watchpoints worked with Reverse=20 > debugging (PRecord), > > so I gave it a try. What I found is that software=20 > watchpoints work but > > not hardware watchpoints. That sounds reasonable to me. > >=20 > > What seemed strange was that hardware watchpoints did not work > > even when doing normal forward execution with PRecord enabled. > > I guess during replay it makes sense, but during record? > >=20 > > Just wondering. > >=20 > > Thanks > >=20 > > Marc > >=20 > > P.S. It would be nice to have some kinds of warning to tell user > > not to set hw watchpoints when PRecord is being used. >=20 > Were you using the release or CVS version? > CVS head should work. >=20