From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6482 invoked by alias); 2 Apr 2007 01:16:48 -0000 Received: (qmail 6467 invoked by uid 22791); 2 Apr 2007 01:16:47 -0000 X-Spam-Check-By: sourceware.org Received: from de01egw02.freescale.net (HELO de01egw02.freescale.net) (192.88.165.103) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Apr 2007 02:16:45 +0100 Received: from de01smr02.am.mot.com (de01smr02.freescale.net [10.208.0.151]) by de01egw02.freescale.net (8.12.11/de01egw02) with ESMTP id l321GfGV020470 for ; Sun, 1 Apr 2007 18:16:41 -0700 (MST) Received: from postal.somerset.sps.mot.com ([163.12.132.5]) by de01smr02.am.mot.com (8.13.1/8.13.0) with ESMTP id l321GeZs013859 for ; Sun, 1 Apr 2007 20:16:40 -0500 (CDT) Received: from ld0159-tx32 (ld0159-tx32 [10.82.19.109]) by postal.somerset.sps.mot.com (8.11.0/8.11.0) with ESMTP id l321GxL10046 for ; Sun, 1 Apr 2007 20:16:59 -0500 (CDT) Date: Mon, 02 Apr 2007 01:16:00 -0000 From: "Anmol P. Paralkar" To: gdb@sourceware.org Subject: In a remote debug session, how do I get to see fresh register values each time I do a 'show all-registers'? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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: 2007-04/txt/msg00000.txt.bz2 Hello, I am using GDB 6.6, (ppc64-elf) to remote debug linux running on a PowerPC simulator. I can read the values of the GPR's in the simulator and upon a 'show all-registers', I do see that the registers have values as expected. However, on issuing a 'show all-registers' subsequently, I see GDB displaying the resgister values it displayed earlier - not the ones that the simulator now shows. What do I need to do to force GDB to get the fresh set of register values? Thanks, Anmol P. Paralkar