From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 266A13851C29 for ; Sun, 14 Mar 2021 09:40:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 266A13851C29 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50074) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lLNEn-0004nu-3g; Sun, 14 Mar 2021 05:40:41 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3416 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lLNEl-00011l-6Y; Sun, 14 Mar 2021 05:40:40 -0400 Date: Sun, 14 Mar 2021 11:40:46 +0200 Message-Id: <837dmagjj5.fsf@gnu.org> From: Eli Zaretskii To: Andreas Schwab Cc: gdb@sourceware.org In-Reply-To: <874khe3zvp.fsf@linux-m68k.org> (message from Andreas Schwab on Sun, 14 Mar 2021 09:26:02 +0100) Subject: Re: Demangling in backtraces References: <83h7loun5e.fsf@gnu.org> <87h7le42jf.fsf@linux-m68k.org> <83h7legp9t.fsf@gnu.org> <874khe3zvp.fsf@linux-m68k.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=1.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2021 09:40:43 -0000 > From: Andreas Schwab > Cc: gdb@sourceware.org > Date: Sun, 14 Mar 2021 09:26:02 +0100 > > On Mär 14 2021, Eli Zaretskii wrote: > > >> From: Andreas Schwab > >> Cc: Eli Zaretskii > >> Date: Sun, 14 Mar 2021 08:28:36 +0100 > >> > >> > #0 0x70f5ac3e in libgccjit-0!_Z17gimple_build_callP9tree_nodejz () > >> > >> Is this prefix part of the symbol name? A valid mangled name must start > >> with _Z. > > > > No, that's the name of the shared library. This is a known > > peculiarity on Windows, see "Non-debug DLL Symbols" in the GDB manual. > > So it _is_ part of the symbol name? AFAIU, it's how the symbol is recorded in minsyms, yes.