From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D11A8385B517; Mon, 6 Mar 2023 16:30:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D11A8385B517 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678120257; bh=aosPT4v3WSKaYZ7a3lpq2m0wqy+5q4Be2/4nyuqj0ro=; h=From:To:Subject:Date:From; b=xX8vhkKOoDV0BOPChTOlqVjdqT1Lidvsc2W2u7/WV810Les6S8svR9CCcueyQAR/I yn2J6uP5ypXdk8QFI2WthCk0NkE9V30LDvYxHZ7vM4I6/prZ8E5UjmULX7nWmFcUOp QkzN3UJt66cef6LQG9QgP1Y01JOqfhfsLDFvALa8= From: "blarsen at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug cli/30203] New: [RFE] GDB should be able to print and complete function names with typedefs Date: Mon, 06 Mar 2023 16:30:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: blarsen at redhat dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D30203 Bug ID: 30203 Summary: [RFE] GDB should be able to print and complete function names with typedefs Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: cli Assignee: unassigned at sourceware dot org Reporter: blarsen at redhat dot com Target Milestone: --- Right now, GDB only stores the canonical names of functions which, in C++ at least, always means that typedefs have been stripped. The problem comes whe= n a user tries, for instance, to print information on a function from a library= and the canonical types don't give much information, or when the user know one = of the types with the typedef, GDB will be unable to finish the completion. --=20 You are receiving this mail because: You are on the CC list for the bug.=