From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31489 invoked by alias); 29 Jun 2009 10:45:21 -0000 Received: (qmail 31476 invoked by uid 22791); 29 Jun 2009 10:45:20 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp3.ugent.be (HELO smtp3.UGent.be) (157.193.49.127) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Jun 2009 10:45:12 +0000 Received: from localhost (mcheck2.ugent.be [157.193.71.69]) by smtp3.UGent.be (Postfix) with ESMTP id D563F147647; Mon, 29 Jun 2009 12:45:08 +0200 (CEST) Received: from smtp3.UGent.be ([157.193.49.127]) by localhost (mcheck2.ugent.be [157.193.43.11]) (amavisd-new, port 10024) with ESMTP id 4MaOfpu+H5qg; Mon, 29 Jun 2009 12:45:08 +0200 (CEST) Received: from mail.elis.ugent.be (mail.elis.UGent.be [157.193.206.48]) by smtp3.UGent.be (Postfix) with ESMTP id B71C1147645; Mon, 29 Jun 2009 12:45:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.elis.ugent.be (Postfix) with ESMTP id 4D4DF918F1B; Mon, 29 Jun 2009 12:45:07 +0200 (CEST) Received: from mail.elis.ugent.be ([127.0.0.1]) by localhost (mail.elis.ugent.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FB+-mRDE16bJ; Mon, 29 Jun 2009 12:45:04 +0200 (CEST) Received: from bigmac.elis.UGent.be (bigmac.elis.UGent.be [157.193.206.33]) by mail.elis.ugent.be (Postfix) with ESMTP id 6AA10918F18; Mon, 29 Jun 2009 12:45:04 +0200 (CEST) Cc: gdb@sourceware.org Message-Id: <9EBB8DF9-54E2-4F2F-9673-57F2AA497748@elis.ugent.be> From: Jonas Maebe To: Massimo Costa In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: Dollar in backtrace print Date: Mon, 29 Jun 2009 10:45:00 -0000 References: X-j-chkmail-Enveloppe: 4A489B33.002/157.193.206.48/mail.elis.UGent.be/mail.elis.ugent.be/ X-j-chkmail-Score: MSGID : 4A489B33.002 on smtp3.UGent.be : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham 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: 2009-06/txt/msg00294.txt.bz2 On 29 Jun 2009, at 12:37, Massimo Costa wrote: > Example > > (gdb) bt > #0 0x0807bfd7 in MyClass::~MyClass$delete () It means nothing special as far as the debugger is concerned. It just means that the symbol name (as generated by the compiler, in this case) contains a $-sign. Jonas