diff options
Diffstat (limited to 'gdb/gdbcore.h')
-rw-r--r-- | gdb/gdbcore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h index 4b36d6968aa..82c0946366f 100644 --- a/gdb/gdbcore.h +++ b/gdb/gdbcore.h @@ -108,6 +108,8 @@ extern void specify_exec_file_hook (void (*hook) (char *filename)); extern bfd *core_bfd; +extern struct target_ops *core_target; + /* Whether to open exec and core files read-only or read-write. */ extern int write_files; |