psymtab cleanup patch 3/3
[deliverable/binutils-gdb.git] / gdb / mi / mi-cmd-file.c
index 42520895f95561091443c91fb8b1341c3bb1ea05..1bc58673cea35bcac8b0fb4ba09700c9ef3af509 100644 (file)
@@ -100,8 +100,8 @@ mi_cmd_file_list_exec_source_files (char *command, char **argv, int argc)
     ui_out_end (uiout, ui_out_type_tuple);
   }
 
-  map_partial_symbol_filenames (print_partial_file_name, NULL,
-                               1 /*need_fullname*/);
+  map_symbol_filenames (print_partial_file_name, NULL,
+                       1 /*need_fullname*/);
 
   ui_out_end (uiout, ui_out_type_list);
 }
This page took 0.024777 seconds and 4 git commands to generate.