From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22154 invoked by alias); 22 Feb 2003 08:51:52 -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 22147 invoked from network); 22 Feb 2003 08:51:51 -0000 Received: from unknown (HELO ngate.noida.hcltech.com) (202.54.110.230) by 172.16.49.205 with SMTP; 22 Feb 2003 08:51:51 -0000 Received: from exch-01.noida.hcltech.com (exch-01 [204.160.254.29]) by ngate.noida.hcltech.com (8.9.3/8.9.3) with ESMTP id OAA30720; Sat, 22 Feb 2003 14:22:05 +0530 Received: by exch-01.noida.hcltech.com with Internet Mail Service (5.5.2656.59) id <1ABP3XSB>; Sat, 22 Feb 2003 14:14:53 +0530 Message-ID: From: "D.Venkatasubramanian, Noida" To: Andrew Volkov , Kazu Hirata , Petr Ledvina Cc: gnuh8@gnuh8.org.uk, gdb@sources.redhat.com Subject: RE: Adding MAC registers on H8300 Simulator [H8S/2600] Date: Sat, 22 Feb 2003 08:51:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" X-SW-Source: 2003-02/txt/msg00495.txt.bz2 >> >> > Also, how do I make these registers conditionally >> > displayed on GDB when the CPU is H8S/2600. >> IIRC gdb knows only h8s target, so this could be quite difficult. > >Kazu, this question to you, remember our chat about new BFD target for >h8s/2600? >I dont't add real MAC support to simulator, 'cause bumped same problem, >only one solution I found - command to enable/disable MAC directly :(. This is a pretty serious flaw on the present target definitions for the H8 CPUs, probably, I could get the MAC registers to display for all H8S CPUs, (politically incorrect but still useful) as MAC instructions are beginning to be generated. > >Andrey Volkov > Venky