target: add to_record_stop_replaying target method
[deliverable/binutils-gdb.git] / gdb / symmisc.c
index 9ae0847f58bbdcae0e9466af4589d47a888ef1da..bee07ac64ea35c7cae4b01ec3a3e47a643928661 100644 (file)
@@ -1,6 +1,6 @@
 /* Do various things to symbol tables (other than lookup), for GDB.
 
-   Copyright (C) 1986-2014 Free Software Foundation, Inc.
+   Copyright (C) 1986-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -926,7 +926,7 @@ maintenance_expand_symtabs (char *args, int from_tty)
        {
          objfile->sf->qf->expand_symtabs_matching
            (objfile, maintenance_expand_file_matcher,
-            maintenance_expand_name_matcher, ALL_DOMAIN, regexp);
+            maintenance_expand_name_matcher, NULL, ALL_DOMAIN, regexp);
        }
     }
 
This page took 0.023988 seconds and 4 git commands to generate.