diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/target.h b/gdb/target.h index 92becca..4af4799 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1237,4 +1237,6 @@ extern void push_remote_target (char *name, int from_tty); /* Blank target vector entries are initialized to target_ignore. */ void target_ignore (void); +extern struct target_ops child_ops; + #endif /* !defined (TARGET_H) */ |