diff options
author | Tom Tromey <tom@tromey.com> | 2021-03-21 11:07:28 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-04-12 09:31:15 -0600 |
commit | b2bc564fe817f857b4915903f16026472acfbdcc (patch) | |
tree | eb1dd6d22659e8cd209722ea9b778e1068c687c0 /gdb/gcore.c | |
parent | 073954a792b3911f07b1dd22a8e0ffcc89ed3080 (diff) | |
download | gdb-b2bc564fe817f857b4915903f16026472acfbdcc.zip gdb-b2bc564fe817f857b4915903f16026472acfbdcc.tar.gz gdb-b2bc564fe817f857b4915903f16026472acfbdcc.tar.bz2 |
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.
Diffstat (limited to 'gdb/gcore.c')
0 files changed, 0 insertions, 0 deletions