diff options
Diffstat (limited to 'gdb/gdbcore.h')
-rw-r--r-- | gdb/gdbcore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h index fef7879..04a235d 100644 --- a/gdb/gdbcore.h +++ b/gdb/gdbcore.h @@ -135,7 +135,9 @@ extern void specify_exec_file_hook (void (*hook) (const char *filename)); extern bfd *core_bfd; -extern struct target_ops *core_target; +/* corelow.c target. It is never NULL after GDB initialization. */ + +extern struct target_ops *the_core_target; /* Whether to open exec and core files read-only or read-write. */ @@ -153,8 +155,6 @@ extern void exec_file_attach (const char *filename, int from_tty); extern void exec_file_locate_attach (int pid, int defer_bp_reset, int from_tty); -extern void exec_file_clear (int from_tty); - extern void validate_files (void); /* The current default bfd target. */ |