diff options
Diffstat (limited to 'gdb/linespec.c')
-rw-r--r-- | gdb/linespec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/linespec.c b/gdb/linespec.c index f37861b..03a11fd 100644 --- a/gdb/linespec.c +++ b/gdb/linespec.c @@ -1172,6 +1172,7 @@ iterate_over_all_matching_symtabs objfile->expand_symtabs_matching (NULL, &lookup_name, NULL, NULL, (SEARCH_GLOBAL_BLOCK | SEARCH_STATIC_BLOCK), + UNDEF_DOMAIN, search_domain); for (compunit_symtab *cu : objfile->compunits ()) |