From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6958 invoked by alias); 7 Dec 2001 19:50:57 -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 6937 invoked from network); 7 Dec 2001 19:50:57 -0000 X-Authentication-Warning: krustylu.cygnus.com: ezannoni set sender to ezannoni@cygnus.com using -f From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15377.7947.191922.528211@krustylu.cygnus.com> Date: Wed, 10 Oct 2001 21:31:00 -0000 To: Andrew Volkov Cc: Andrew Cagney , insight@sourceware.cygnus.com Subject: RE: [bug] Synchonization of registers window in h8300 Insight In-Reply-To: <2E74F312D6980D459F3A05492BA40F8D56FF61@clue.transas.com> References: <2E74F312D6980D459F3A05492BA40F8D56FF61@clue.transas.com> X-Mailer: VM 6.97 under Emacs 20.7.1 X-SW-Source: 2001-q4/txt/msg00106.txt.bz2 Andrew Volkov writes: > Hello Andrew, > > > > 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 > > I think you right. Indeed, I didn't touch the H8300 when I multiarched the sh. Elena > > Andrey From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elena Zannoni To: Andrew Volkov Cc: Andrew Cagney , insight@sourceware.cygnus.com Subject: RE: [bug] Synchonization of registers window in h8300 Insight Date: Fri, 07 Dec 2001 11:50:00 -0000 Message-ID: <15377.7947.191922.528211@krustylu.cygnus.com> References: <2E74F312D6980D459F3A05492BA40F8D56FF61@clue.transas.com> X-SW-Source: 2001-q4/msg00407.html Message-ID: <20011207115000.UpnG1EazAzMk3XbTuOCdKHzmpujDFaWKD9ixRRShvMo@z> Andrew Volkov writes: > Hello Andrew, > > > > 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 > > I think you right. Indeed, I didn't touch the H8300 when I multiarched the sh. Elena > > Andrey