From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7D3B93858425; Fri, 23 Dec 2022 19:17:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7D3B93858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671823064; bh=9dvVYuR0dcB93bc1BvAlyduNcADIEJAULdZhDD0ntos=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ymkdqFn8S3PJ2OvbXde8v20PzqIJY8NdKDVRuYrNN01+34ovbq7FXxBeFX1vCgU1g 4/kXa0OyyFVe8vCOyZX12AkDBCOGYdYfh8947Kz6c9MCRoZOYbz5ndGIaT+3UxgZ6Y tdeaV0OF9whnlMfq9SI+CUx0fAKY16zZ7VGbywEM= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug c++/19991] Poor demangling for C++ lambdas Date: Fri, 23 Dec 2022 19:17:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 7.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D19991 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #1 from Tom Tromey --- Interestingly the 'demangle' command does print that info: (gdb) demangle -l c++ _ZZN5mongo12_GLOBAL__N_122checkOpCountForCommandEmENKUlvE_clEv mongo::(anonymous namespace)::checkOpCountForCommand(unsigned long)::{lambda()#1}::operator()() const I didn't try to write a test program to see if this is also fixed in the disassembler. --=20 You are receiving this mail because: You are on the CC list for the bug.=