From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8206 invoked by alias); 24 May 2005 18:55:18 -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 8187 invoked by uid 22791); 24 May 2005 18:55:14 -0000 Received: from qnxmail.qnx.com (HELO nimbus.ott.qnx.com) (209.226.137.76) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 24 May 2005 18:55:14 +0000 Received: from [10.42.102.103] (MOJOJOJO [10.42.102.103]) by nimbus.ott.qnx.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id LFXZFXF2; Tue, 24 May 2005 14:55:03 -0400 Message-ID: <429378D9.6060709@qnx.com> Date: Tue, 24 May 2005 18:55:00 -0000 From: Kris Warkentin User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Ion_Gazta=F1aga?= CC: Daniel Jacobowitz , gdb@sources.redhat.com Subject: Re: Error building qnx cross-gdb 6.3 References: <001601c56085$0e3ca720$0a001aac@amd1ghzwinxp> In-Reply-To: <001601c56085$0e3ca720$0a001aac@amd1ghzwinxp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2005-05/txt/msg00306.txt.bz2 Ion GaztaƱaga wrote: >After some breakpoints (yes, I've learnt that right now ;-) ) I find >that: > >_initialize_nto_tdep is called before _initialize_infrun so signal >arrays >are not initialized. I can confirm this in gdb\init.c file of my >build-dir > > Ah..this looks familiar. I'm maintaining 4 or 5 different gdb branches and it's possible that some of my signal handling code didn't make it back into the head. Thanks for finding this. I'll look into it. cheers, Kris