From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30398 invoked by alias); 22 Oct 2007 18:08:26 -0000 Received: (qmail 30388 invoked by uid 22791); 22 Oct 2007 18:08:26 -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; Mon, 22 Oct 2007 18:08:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 425382AA660; Mon, 22 Oct 2007 14:08:22 -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 ihgS0+-uxXRo; Mon, 22 Oct 2007 14:08:22 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 05F8A2AA657; Mon, 22 Oct 2007 14:08:22 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C5401E7AC8; Mon, 22 Oct 2007 11:08:19 -0700 (PDT) Date: Mon, 22 Oct 2007 18:47:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [0/8] solib handler rework Message-ID: <20071022180819.GF764@adacore.com> References: <200710192131.l9JLVYuv002496@d12av02.megacenter.de.ibm.com> <20071022032134.GA764@adacore.com> <20071022041100.GC764@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071022041100.GC764@adacore.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/msg00514.txt.bz2 > Now, onto testing... [hppa64-hpux] Testing reveals no regression, but you couldn't break it more than it already is broken: (gdb) start Breakpoint 1 at 0x4000000000001218: file foo.c, line 6. Starting program: /[...]/foo Error trying to get information about dynamic linker. (that's before your patch) :-( -- Joel