From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19292 invoked by alias); 23 Jun 2004 02:38:11 -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 19272 invoked from network); 23 Jun 2004 02:38:10 -0000 Received: from unknown (HELO intranet.tidalnetworks.net) (67.114.153.34) by sourceware.org with SMTP; 23 Jun 2004 02:38:10 -0000 Received: from xinanpc (dynamic-10 [172.16.128.10]) (authenticated bits=0) by intranet.tidalnetworks.net (8.12.8/8.12.8) with ESMTP id i5N2W8AB003966; Tue, 22 Jun 2004 19:32:09 -0700 From: "Xinan Tang" To: "Jim Blandy" Cc: Subject: RE: "Info reg doesn't work" Date: Wed, 23 Jun 2004 02:38:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: X-SW-Source: 2004-06/txt/msg00230.txt.bz2 Hi After gdb is started, the following captures what was happening: _______________________________________________________ (top-gdb) target sim complaining the floating point register size is wrong ... (top-gdb) info target simulator: (top-gdb) _______________________________________________________ It seems in my gdb porting, the simulator was not found out. Where to start to debug this? Thanks --Xinan