gdb/
[deliverable/binutils-gdb.git] / gdb / target.h
index ee3fbff4b0c54a619840c0a9d07367eba0da817e..4f8520cee9ba7966c9f8c20136c0599af475fa35 100644 (file)
@@ -63,6 +63,7 @@ struct expression;
 #include "vec.h"
 #include "gdb_signals.h"
 #include "btrace.h"
+#include "command.h"
 
 enum strata
   {
@@ -1841,6 +1842,9 @@ int target_verify_memory (const gdb_byte *data,
 
 extern void add_target (struct target_ops *);
 
+extern void add_target_with_completer (struct target_ops *t,
+                                      completer_ftype *completer);
+
 /* Adds a command ALIAS for target T and marks it deprecated.  This is useful
    for maintaining backwards compatibility when renaming targets.  */
 
This page took 0.02635 seconds and 4 git commands to generate.