aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-03-21 11:07:28 -0600
committerTom Tromey <tom@tromey.com>2022-04-12 09:31:15 -0600
commitb2bc564fe817f857b4915903f16026472acfbdcc (patch)
treeeb1dd6d22659e8cd209722ea9b778e1068c687c0 /gdb/Makefile.in
parent073954a792b3911f07b1dd22a8e0ffcc89ed3080 (diff)
downloadfsf-binutils-gdb-b2bc564fe817f857b4915903f16026472acfbdcc.zip
fsf-binutils-gdb-b2bc564fe817f857b4915903f16026472acfbdcc.tar.gz
fsf-binutils-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/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 647f012..110c157 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1160,6 +1160,7 @@ COMMON_SFILES = \
solib-target.c \
source.c \
source-cache.c \
+ split-name.c \
stabsread.c \
stack.c \
std-regs.c \
@@ -1448,6 +1449,7 @@ HFILES_NO_SRCDIR = \
sparc-ravenscar-thread.h \
sparc-tdep.h \
sparc64-tdep.h \
+ split-name.h \
stabsread.h \
stack.h \
stap-probe.h \