Add unlink support to moxie simulator
[deliverable/binutils-gdb.git] / gdb / regcache-dump.c
index 52ecbbe138731b93794f6c0e774120a18d1c02e4..04590853144cdb8a71f1174da14b466ea6bd4ad7 100644 (file)
@@ -23,6 +23,7 @@
 #include "remote.h"
 #include "reggroups.h"
 #include "target.h"
+#include "gdbarch.h"
 
 /* Dump registers from regcache, used for dumping raw registers and
    cooked registers.  */
@@ -328,8 +329,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.025037 seconds and 4 git commands to generate.