Bug 33436 - remove function arguments from full symbol names
Summary: remove function arguments from full symbol names
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: symtab (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 29398
  Show dependency treegraph
 
Reported: 2025-09-15 20:43 UTC by Tom Tromey
Modified: 2025-09-15 20:44 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2025-09-15 20:43:55 UTC
Right now, gdb puts function argument types into full
symbol names (for C++ at least); but not into "partial"
symbol names (the index).

Removing the argument types from C++ names would make it
simpler to create a symtab directly from the index.

It may not be strictly necessary, as presumably the full
name could be computed when expanding a given function symbol.