gdbserver: turn target op 'create_inferior' into a method
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.h
index 923725dd003bfca8fed6ef9feed6e648b97e5b2a..66cfdfa870c7e3001a4e62740a2b05d6128be9f5 100644 (file)
@@ -58,6 +58,8 @@ class lynx_process_target : public process_target
 {
 public:
 
+  int create_inferior (const char *program,
+                      const std::vector<char *> &program_args) override;
 };
 
 /* The inferior's target description.  This is a global because the
This page took 0.02395 seconds and 4 git commands to generate.