Fix inconsistent output of prefix and bugs in 'show' command
[deliverable/binutils-gdb.git] / gdb / dwarf2 / index-cache.c
index 23e938b010256dfe39557e98d33a5d91b4a16bf9..76e7ce6ab721a2cee38aa226f5314ef77ca8de53 100644 (file)
@@ -259,7 +259,7 @@ show_index_cache_command (const char *arg, int from_tty)
   auto restore_flag = make_scoped_restore (&in_show_index_cache_command, true);
 
   /* Call all "show index-cache" subcommands.  */
-  cmd_show_list (show_index_cache_prefix_list, from_tty, "");
+  cmd_show_list (show_index_cache_prefix_list, from_tty);
 
   printf_unfiltered ("\n");
   printf_unfiltered
This page took 0.024033 seconds and 4 git commands to generate.