commit | b2bc564fe817f857b4915903f16026472acfbdcc | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Mar 21 11:07:28 2021 -0600 |
committer | Tom Tromey <tom@tromey.com> | Tue Apr 12 09:31:15 2022 -0600 |
tree | eb1dd6d22659e8cd209722ea9b778e1068c687c0 | |
parent | 073954a792b3911f07b1dd22a8e0ffcc89ed3080 [diff] |
Add name splitting The new DWARF index code works by keeping names pre-split. That is, rather than storing a symbol name like "a::b::c", the names "a", "b", and "c" will be stored separately. This patch introduces some helper code to split a full name into its components.