From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Andrew Volkov Cc: Keith Seitz , "Insight ( =?KOI8-R?Q?=FC=CC=2E=20=D0=CF=DE=D4=C1?=)" Subject: Re: [bug] Synchonization of registers window in h8300 Insight Date: Fri, 07 Dec 2001 13:30:00 -0000 Message-ID: <3C1134FB.9060508@cygnus.com> References: <2E74F312D6980D459F3A05492BA40F8D56FF5F@clue.transas.com> X-SW-Source: 2001-q4/msg00409.html Message-ID: <20011207133000.X9IcnzXCMNEf-OSi_pnAvDDxg3YkKG4d9qrvHGxeeGU@z> > Another warkaround, NETHER run gdb without args (ex. $h8300-hms-gdb > hello.out). > > But, I think better way remain registers window blank (if it possible), or > invisible while architecture is unknown. Unfortunatly the architecture is known. GDB makes use of that default architecture when talking to some targets. The best way to fix this really is multi-arch - all sorts of problems just mysteriously disappear! Would you (FSF assignment permitting) be interested in helping with converting the h8300 to multi-arch? Andrew