GDB/MI: Document support for -exec-run --start in -list-features
[deliverable/binutils-gdb.git] / gdb / remote-sim.c
index f7be6fa477a33bffa324759a12165503e22a02d9..c0596b398b0598dc6ea4542a8bf9f6f8472a7e4f 100644 (file)
@@ -23,7 +23,7 @@
 #include "defs.h"
 #include "inferior.h"
 #include "value.h"
-#include "gdb_string.h"
+#include <string.h>
 #include <ctype.h>
 #include <fcntl.h>
 #include <signal.h>
@@ -78,7 +78,8 @@ static void gdbsim_open (char *args, int from_tty);
 
 static void gdbsim_close (void);
 
-static void gdbsim_detach (struct target_ops *ops, const char *args, int from_tty);
+static void gdbsim_detach (struct target_ops *ops, const char *args,
+                          int from_tty);
 
 static void gdbsim_prepare_to_store (struct regcache *regcache);
 
This page took 0.023943 seconds and 4 git commands to generate.