aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-03-02 15:05:17 -0700
committerTom Tromey <tom@tromey.com>2024-01-28 10:58:16 -0700
commitc92d4de16a0650ae973cfecf9c563893757a01f1 (patch)
tree806dfef283b95bdfb261587255a6e8338d3dcfd6 /gdb/symfile.h
parent25f31e1820dcec2f0c073c28cbf88646c7c2af97 (diff)
downloadgdb-c92d4de16a0650ae973cfecf9c563893757a01f1.zip
gdb-c92d4de16a0650ae973cfecf9c563893757a01f1.tar.gz
gdb-c92d4de16a0650ae973cfecf9c563893757a01f1.tar.bz2
Replace search_domain with domain_search_flags
This patch changes gdb to replace search_domain with domain_search_flags everywhere. search_domain is removed.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index 4cb3c38..6f8b441 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -352,7 +352,7 @@ bool expand_symtabs_matching
gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher,
gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify,
block_search_flags search_flags,
- enum search_domain kind);
+ domain_search_flags kind);
void map_symbol_filenames (gdb::function_view<symbol_filename_ftype> fun,
bool need_fullname);