From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2596 invoked by alias); 24 Oct 2007 06:05:55 -0000 Received: (qmail 2587 invoked by uid 22791); 24 Oct 2007 06:05:54 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 24 Oct 2007 06:05:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6CFB22AA6CA; Wed, 24 Oct 2007 02:05:51 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OhB-BTKXtuSO; Wed, 24 Oct 2007 02:05:51 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1BDDA2AA6DB; Wed, 24 Oct 2007 02:05:51 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E142DE7AC8; Tue, 23 Oct 2007 23:05:48 -0700 (PDT) Date: Wed, 24 Oct 2007 06:38:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [0/8] solib handler rework Message-ID: <20071024060548.GK764@adacore.com> References: <20071022180819.GF764@adacore.com> <200710222025.l9MKPCNT026151@d12av02.megacenter.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710222025.l9MKPCNT026151@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00564.txt.bz2 > Huh. Yeah, my thinking exactly :-). > This error message is issued by solib-pa64.c if the initial > dlgetmodinfo call (with index -1) fails. The docs I can find: > http://docs.hp.com/en/B2355-60127/dlgetmodinfo.3C.html > say you can use dlerrno () to find out more details on that > failure ... Unfortunately, this function doesn't seem to be defined anywhere on the systems I have access to. I was doing my testing on 11.00, but also checked in 11.11 since this is what the man page refers to. Nor could I find any of the values that the man page says dlerrno returns. Just in case, I did check errno, and it returned 22 EINVAL... Not as useful as what dlerrno would tell us. I'm going to try to build GDB on 11.11 and see if I get better results. First, I need to find a compiler... -- Joel