gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / regcache-dump.c
index 3a4debffe86b87db7fd4dc61f820645ac2932c65..10f6e49a786dc964776a34cf48fb140b7544da6d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1986-2017 Free Software Foundation, Inc.
+/* Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #include "defs.h"
 #include "gdbcmd.h"
 #include "regcache.h"
-#include "common/def-vector.h"
+#include "gdbsupport/def-vector.h"
 #include "valprint.h"
 #include "remote.h"
 #include "reggroups.h"
 #include "target.h"
+#include "gdbarch.h"
 
 /* Dump registers from regcache, used for dumping raw registers and
    cooked registers.  */
@@ -304,8 +305,9 @@ maintenance_print_remote_registers (const char *args, int from_tty)
   regcache_print (args, regcache_dump_remote);
 }
 
+void _initialize_regcache_dump ();
 void
-_initialize_regcache_dump (void)
+_initialize_regcache_dump ()
 {
   add_cmd ("registers", class_maintenance, maintenance_print_registers,
           _("Print the internal register configuration.\n"
@@ -328,8 +330,8 @@ _initialize_regcache_dump (void)
           &maintenanceprintlist);
   add_cmd ("remote-registers", class_maintenance,
           maintenance_print_remote_registers, _("\
-Print the internal register configuration including each register's\n\
-remote register number and buffer offset in the g/G packets.\n\
+Print the internal register configuration including remote register number "
+"and g/G packets offset.\n\
 Takes an optional file parameter."),
           &maintenanceprintlist);
 }
This page took 0.025217 seconds and 4 git commands to generate.