PR 6878
[deliverable/binutils-gdb.git] / gdb / gdbcore.h
index 383cc3f96a73472d4bee000e71a821aba5096d03..6d8d2eb46801b1175b82f5fcbc5ea2884744c6b2 100644 (file)
@@ -104,6 +104,9 @@ extern void specify_exec_file_hook (void (*hook) (char *filename));
 extern bfd *core_bfd;
 extern bfd *exec_bfd;
 
+/* The mtime when we last opened exec_bfd.  */
+extern long exec_bfd_mtime;
+
 /* Whether to open exec and core files read-only or read-write.  */
 
 extern int write_files;
This page took 0.02324 seconds and 4 git commands to generate.