From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21917 invoked by alias); 20 Jun 2007 14:21:33 -0000 Received: (qmail 21909 invoked by uid 22791); 20 Jun 2007 14:21:32 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Jun 2007 14:21:30 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 870E6982FC; Wed, 20 Jun 2007 14:21:28 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 5FC0C982BA; Wed, 20 Jun 2007 14:21:28 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1I1144-0007ti-5Y; Wed, 20 Jun 2007 10:21:44 -0400 Date: Wed, 20 Jun 2007 14:21:00 -0000 From: Daniel Jacobowitz To: "Joseph S. Myers" , Thiago Jung Bauermann , gdb-patches ml Subject: Re: [PATCH] Fixes problem setting breakpoint in dynamic loader Message-ID: <20070620142144.GA30319@caradoc.them.org> Mail-Followup-To: "Joseph S. Myers" , Thiago Jung Bauermann , gdb-patches ml References: <1177701733.10993.27.camel@localhost.localdomain> <20070620131524.GA21190@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070620131524.GA21190@caradoc.them.org> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes 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-06/txt/msg00392.txt.bz2 On Wed, Jun 20, 2007 at 09:15:24AM -0400, Daniel Jacobowitz wrote: > Here's an extended version of Joseph's revision of Thiago's revision > of Paul's patch (begat by... who begat...). I tested it with > gdbserver on powerpc-linux -m64; it fixes the function calling test in > nodebug.exp and all the threading tests. The branch I was testing on > is a little bit older than HEAD, and I had an unstripped libc; but I > believe that on HEAD and with a stripped libc, it will also fix a > number of shared library load/unload tests and all of the calls to > malloc to create strings. I'm going to test it natively now. The shared library tests seem generally OK, and it fixes all sorts of tests that call malloc or fork. Unless someone sees a problem with this patch, I would like to include it in GDB 6.7. -- Daniel Jacobowitz CodeSourcery