From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15131 invoked by alias); 12 Aug 2008 15:30:57 -0000 Received: (qmail 15047 invoked by uid 22791); 12 Aug 2008 15:30:56 -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, 12 Aug 2008 15:30:18 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 5D07398100; Tue, 12 Aug 2008 15:30:16 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 3C7C898015; Tue, 12 Aug 2008 15:30:16 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KSvp9-0002EA-Ar; Tue, 12 Aug 2008 11:30:15 -0400 Date: Tue, 12 Aug 2008 22:51:00 -0000 From: Daniel Jacobowitz To: =?iso-8859-1?Q?Andr=E9_P=F6nitz?= Cc: gdb@sourceware.org Subject: Re: problem with gdb's 'call' Message-ID: <20080812153015.GA8546@caradoc.them.org> Mail-Followup-To: =?iso-8859-1?Q?Andr=E9_P=F6nitz?= , gdb@sourceware.org References: <200808121636.43694.apoenitz@trolltech.com> <20080812143945.GA5050@caradoc.them.org> <200808121727.40394.apoenitz@trolltech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200808121727.40394.apoenitz@trolltech.com> User-Agent: Mutt/1.5.17 (2008-05-11) 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: 2008-08/txt/msg00166.txt.bz2 On Tue, Aug 12, 2008 at 05:27:39PM +0200, André Pönitz wrote: > > > Is there a way to make the gdb core accept the mangled name without > > > attempting to demangling it (to avoid the crash)? > > > > The crash has nothing to do with demangling, but you can disable > > overload resolution and that should help. "set overload-resolution > > off". > > Is there somewhere a description in what code paths setting variables > like overload-resolution or demangle-style has an effect? Just the description of the commands in the manual. -- Daniel Jacobowitz CodeSourcery