From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8529 invoked by alias); 6 Apr 2004 10:41:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 8504 invoked from network); 6 Apr 2004 10:41:21 -0000 Received: from unknown (HELO alice.acmet.com) (61.11.104.17) by sources.redhat.com with SMTP; 6 Apr 2004 10:41:21 -0000 Received: from monika (localhost [127.0.0.1]) by alice.acmet.com (8.11.6/8.11.6) with ESMTP id i36Afcn04022 for ; Tue, 6 Apr 2004 16:11:39 +0530 From: "Monika Chaddha" To: Subject: Coprocessor register values not displaying correctly for mips32 Date: Tue, 06 Apr 2004 10:41:00 -0000 Message-ID: <001201c41bc3$3c333ca0$5100a8c0@monika> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00037.txt.bz2 Hi All, I am using gdb build for mips32.I want to see operations on coprocessor registers. I am loading some value in coprocessor register no 8 which is "bad" register .But when I run command "info registers", it's not displaying correct value of bad register which I have loaded. This problem is not only for bad register but for other coprocessor registers also. Can someone help me in this regard? Thanks in advance Regards Monika