From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E76FF3858C35; Fri, 9 Feb 2024 20:15:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E76FF3858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707509707; bh=Lbu6UFNJngByyo8b5pAKiuOoAnZy/vg04RENpI4Qh9E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eul/psj+miFt7EpfdKPAntzYOTpl6Dc8Nt/f4DXn7zy1rLceynRt896NGyq8wqKc7 vrgn9u9A/oJokRHAEeTuOw8MdpLeM5st7CrP7VdMpIWbfIGfW5pkLRHUr76HolHycf lKx/zlECFSyWojKO0rintPbi/GFtj4dEUXNkCxX0= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug symtab/29398] [gdb/symtab] lazy CU expansion Date: Fri, 09 Feb 2024 20:15:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement 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: 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=3D29398 --- Comment #10 from Tom Tromey --- I've been thinking I'd really like to remove the full parameters from symbol names. This would allow the removal of a bunch of hacks. It's difficult though. And there are things like stabs to maybe deal with (not sure). I'd also like to remove the C parser extension that lets you put full parameter types into a call, but I don't know if that's important for this project. --=20 You are receiving this mail because: You are on the CC list for the bug.=