From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30162 invoked by alias); 5 Jun 2007 13:39:17 -0000 Received: (qmail 30152 invoked by uid 22791); 5 Jun 2007 13:39:16 -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; Tue, 05 Jun 2007 13:39:11 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CCDED982E4 for ; Tue, 5 Jun 2007 13:39:09 +0000 (GMT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by nan.false.org (Postfix) with ESMTP id 7F42C982CE for ; Tue, 5 Jun 2007 13:39:09 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HvZF0-0002zZ-MK for gdb@sourceware.org; Tue, 05 Jun 2007 09:38:30 -0400 Date: Tue, 05 Jun 2007 13:39:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org Subject: Re: Destroying frame caches Message-ID: <20070605133830.GA11260@caradoc.them.org> Mail-Followup-To: gdb@sourceware.org References: <20070605125051.GA9024@caradoc.them.org> <20070605132547.GA10486@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00046.txt.bz2 On Tue, Jun 05, 2007 at 03:30:10PM +0200, Andreas Schwab wrote: > This is not possible. There is no way to tell libunwind not to use > malloc. Well, then you'll have to either change that, or add a new interface. Probably to struct frame_unwind. -- Daniel Jacobowitz CodeSourcery