From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7007 invoked by alias); 1 Dec 2003 13:06:39 -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 6999 invoked from network); 1 Dec 2003 13:06:37 -0000 Received: from unknown (HELO sohm.kpit.com) (203.129.230.82) by sources.redhat.com with SMTP; 1 Dec 2003 13:06:37 -0000 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: H8300 - Addition of Pseudo registers has broken displaying of CCR and EXR registers Date: Mon, 01 Dec 2003 13:06:00 -0000 Message-ID: <69595093233BB547BB70CF5E492B63F202FBC7A0@sohm.kpit.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Dhananjay R. Deshpande" To: X-SW-Source: 2003-12/txt/msg00002.txt.bz2 Hi, With the addition of Pseudo registers, "info reg" command doesn't show corr= ect values of CCR and EXR registers. If you set these registers from GDB ( = set $ccr =3D 0x55 )then it shows correct value but when the register is mod= ified by instruction it always shows "0". This fails both with SIM and remo= te target ( stub ) Regards, Dhananjay