diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 5f83cbf..7dfe1ee 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -3731,6 +3731,7 @@ expand_symtabs_matching symbol_matcher, expansion_notify, search_flags, + UNDEF_DOMAIN, kind)) return false; return true; |