Add 'domain' parameter to expand_symtabs_matching
[deliverable/binutils-gdb.git] / gdb / symmisc.c
index 33657f88fa9e0dddcd6f42a295326425fec453e3..d992c67163554f16cee3a0a71c9b034868448454 100644 (file)
@@ -939,6 +939,7 @@ maintenance_expand_symtabs (const char *args, int from_tty)
         NULL,
         NULL,
         SEARCH_GLOBAL_BLOCK | SEARCH_STATIC_BLOCK,
+        UNDEF_DOMAIN,
         ALL_DOMAIN);
 }
 \f
This page took 0.026206 seconds and 4 git commands to generate.