From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27682 invoked by alias); 14 Sep 2009 17:21:35 -0000 Received: (qmail 27674 invoked by uid 22791); 14 Sep 2009 17:21:35 -0000 X-SWARE-Spam-Status: No, hits=-2.3 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; Mon, 14 Sep 2009 17:21:32 +0000 Received: from eusrcmw751.eamcs.ericsson.se (eusrcmw751.exu.ericsson.se [138.85.77.51]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id n8EHLTj2000351; Mon, 14 Sep 2009 12:21:29 -0500 Received: from eusrcmw750.eamcs.ericsson.se ([138.85.77.50]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959); Mon, 14 Sep 2009 12:20:58 -0500 Received: from eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959); Mon, 14 Sep 2009 12:20:58 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.20]) by eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) with mapi; Mon, 14 Sep 2009 13:20:57 -0400 From: Marc Khouzam To: "'Michael Snyder'" CC: "'Hui Zhu'" , "'gdb-patches ml'" Date: Mon, 14 Sep 2009 17:21:00 -0000 Subject: RE: PRecord sets memory even when it says it did not Message-ID: References: <4AAE79F0.2000506@vmware.com> In-Reply-To: <4AAE79F0.2000506@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-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: 2009-09/txt/msg00417.txt.bz2 =20 > -----Original Message----- > From: gdb-patches-owner@sourceware.org=20 > [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Michael Snyder > Sent: Monday, September 14, 2009 1:14 PM > To: Marc Khouzam > Cc: 'Hui Zhu'; 'gdb-patches ml' > Subject: Re: PRecord sets memory even when it says it did not >=20 ... > Mark -- >=20 > By any chance, if you change the memory, and then do > (say) a "stepi", does the memory revert to its previous > value? Just wondering... I just ried and you are right, after stepi,=20 p a shows the previous value.