remote: Fix indentation in remote_new_objfile.
[deliverable/binutils-gdb.git] / gdb / dcache.c
index 9f7cc1a12d6479fa0b5361d2da2b850ba28c2061..50b3854fe69e6bc8aee952c71ad88b63f0b9b495 100644 (file)
@@ -1,6 +1,6 @@
 /* Caching code for GDB, the GNU debugger.
 
-   Copyright (C) 1992-2020 Free Software Foundation, Inc.
+   Copyright (C) 1992-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -696,11 +696,10 @@ the contents of the given line."));
 
   add_basic_prefix_cmd ("dcache", class_obscure, _("\
 Use this command to set number of lines in dcache and line-size."),
-                       &dcache_set_list, "set dcache ", /*allow_unknown*/0,
-                       &setlist);
+                       &dcache_set_list, /*allow_unknown*/0, &setlist);
   add_show_prefix_cmd ("dcache", class_obscure, _("\
 Show dcachesettings."),
-                      &dcache_show_list, "show dcache ", /*allow_unknown*/0,
+                      &dcache_show_list, /*allow_unknown*/0,
                       &showlist);
 
   add_setshow_zuinteger_cmd ("line-size", class_obscure,
This page took 0.025039 seconds and 4 git commands to generate.