gdbserver: turn target op 'create_inferior' into a method
[deliverable/binutils-gdb.git] / gdbserver / nto-low.h
index 2695db98737083a2d5e8f3f5a7ebf16816e307e1..3bad08b82ac079cd62d4d00eaa99b41322c2d237 100644 (file)
@@ -48,6 +48,8 @@ class nto_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.024684 seconds and 4 git commands to generate.