From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21564 invoked by alias); 7 Dec 2001 19:08:42 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 21496 invoked from network); 7 Dec 2001 19:08:37 -0000 Message-ID: <3C1113A6.9080906@cygnus.com> Date: Wed, 10 Oct 2001 18:06:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Keith Seitz Cc: Andrew Volkov , "Insight ( =?ISO-8859-1?Q?=3F=3F=2E=20=3F=3F=3F=3F=3F?=)" Subject: Re: [bug] Synchonization of registers window in h8300 Insight References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-q4/txt/msg00104.txt.bz2 > On Fri, 7 Dec 2001, Andrew Volkov wrote: > > >> If I run gdb without any parameters, and make view registers, then >> Insight show registers window for default platform (h8300 16bits registers), >> >> then when I load my program, wich build for h8300h or h8300s (32bits >> registers) >> target, registers window STILL remain for h8300 target, i.e. not updated for >> new target. > > > This could be an architecture change bug. It may not even be implemented > in the version of Insight you are using. What does "gdb -v" (or "show > version") give? Just FYI, the h8300 target doesn't use GDB's multi-arch framework to flip between architectures. I suspect that is the problem. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Keith Seitz Cc: Andrew Volkov , "Insight ( ??. ?????)" Subject: Re: [bug] Synchonization of registers window in h8300 Insight Date: Fri, 07 Dec 2001 11:08:00 -0000 Message-ID: <3C1113A6.9080906@cygnus.com> References: X-SW-Source: 2001-q4/msg00405.html Message-ID: <20011207110800.xvu7J1JXEE3g80K80ToPoXv_frM8gWHhv_i5i1EGatI@z> > On Fri, 7 Dec 2001, Andrew Volkov wrote: > > >> If I run gdb without any parameters, and make view registers, then >> Insight show registers window for default platform (h8300 16bits registers), >> >> then when I load my program, wich build for h8300h or h8300s (32bits >> registers) >> target, registers window STILL remain for h8300 target, i.e. not updated for >> new target. > > > This could be an architecture change bug. It may not even be implemented > in the version of Insight you are using. What does "gdb -v" (or "show > version") give? Just FYI, the h8300 target doesn't use GDB's multi-arch framework to flip between architectures. I suspect that is the problem. Andrew