aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/Makefile.am
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-03-23 16:53:01 -0600
committerTom Tromey <tom@tromey.com>2024-01-08 18:40:21 -0700
commit542e23ffbe5cd9e49c026e36533902f6df1f4021 (patch)
treea22eba5148556c0d07d672101f8f323df2073411 /gdbsupport/Makefile.am
parent4ea870efec420b8c9010a7bf397ec1806889f535 (diff)
downloadgdb-542e23ffbe5cd9e49c026e36533902f6df1f4021.zip
gdb-542e23ffbe5cd9e49c026e36533902f6df1f4021.tar.gz
gdb-542e23ffbe5cd9e49c026e36533902f6df1f4021.tar.bz2
Add gdb::task_group
This adds gdb::task_group, a convenient way to group background tasks and then call a function when all the tasks have completed.
Diffstat (limited to 'gdbsupport/Makefile.am')
-rw-r--r--gdbsupport/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdbsupport/Makefile.am b/gdbsupport/Makefile.am
index f1a6413..fdca034 100644
--- a/gdbsupport/Makefile.am
+++ b/gdbsupport/Makefile.am
@@ -79,6 +79,7 @@ libgdbsupport_a_SOURCES = \
search.cc \
signals.cc \
signals-state-save-restore.cc \
+ task-group.cc \
tdesc.cc \
thread-pool.cc \
xml-utils.cc \