From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28217 invoked by alias); 12 Aug 2002 17:43:54 -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 28199 invoked from network); 12 Aug 2002 17:43:53 -0000 Received: from unknown (HELO mail3.utc.com) (192.249.46.81) by sources.redhat.com with SMTP; 12 Aug 2002 17:43:53 -0000 Received: (from uucp@localhost) by mail3.utc.com (8.10.0/8.10.0) id g7CHhqX07060 for ; Mon, 12 Aug 2002 13:43:52 -0400 (EDT) Received: from uusnwa0n.utc.com(159.82.82.46) by mail3.utc.com via csmap (V6.0) id srcAAACla4Vn; Mon, 12 Aug 02 13:43:51 -0400 Received: from ronbo.sikorsky.com (ronbo.sikorsky.com [140.76.12.150]) by uusnwa0n.utc.com (Switch-2.2.0/Switch-2.2.0) with ESMTP id g7CHhlR27153 for ; Mon, 12 Aug 2002 13:43:48 -0400 (EDT) Received: (from s29299@localhost) by ronbo.sikorsky.com (8.11.6+Sun/8.11.6) id g7CHhf928873 for gdb@sources.redhat.com; Mon, 12 Aug 2002 13:43:41 -0400 (EDT) X-Authentication-Warning: ronbo.sikorsky.com: s29299 set sender to rmccall@sikorsky.com using -f Date: Mon, 12 Aug 2002 10:43:00 -0000 From: Ron McCall To: GDB Mailing List Subject: Re: Architectures and PSIM Message-ID: <20020812134341.A28867@sikorsky.com> Mail-Followup-To: GDB Mailing List References: <20020812131719.A28734@sikorsky.com> <15703.61966.94242.687658@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15703.61966.94242.687658@localhost.redhat.com>; from ezannoni@redhat.com on Mon, Aug 12, 2002 at 01:36:14PM -0400 X-SW-Source: 2002-08/txt/msg00108.txt.bz2 Sure, I will give the latest cvs version a try and will report back the results. Thanks! Ron McCall On Mon, Aug 12, 2002 at 01:36:14PM -0400, Elena Zannoni wrote: > I am no expert on the uses of psim, so I cannot really help with the > device tree, etc. But.... > > I have seen the behavior above, (gdb not listing the correct set of > available architectures), could you try the current cvs main line > instead? > > Note that psim will not digest a connection from gdb *after* the > architecture has been explicitly set by the set architecture command. > You should first connect, then change the architecture. > > There are 2 patches that I committed to main trunk gdb and I don't > think were included in 5.2.1: > > this one stops psim from complaining about lack of altivec registers: > http://sources.redhat.com/ml/gdb-patches/2002-04/msg00535.html > > this one makes psim understand the architecture parameter set by gdb > before connection: > http://sources.redhat.com/ml/gdb-patches/2002-06/msg00305.html > > Elena