Modernize configure.ac's
[deliverable/binutils-gdb.git] / gdb / gcore.h
index fa642112eaa8932a1c46e508c3cc28bab16ab353..91107e0bcceb395aa2fdea028ad6c5d776ebe716 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for reading/writing gcore files.
 
-   Copyright (C) 2009-2014 Free Software Foundation, Inc.
+   Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -23,5 +23,8 @@
 extern bfd *create_gcore_bfd (const char *filename);
 extern void write_gcore_file (bfd *obfd);
 extern bfd *load_corefile (char *filename, int from_tty);
+extern int objfile_find_memory_regions (struct target_ops *self,
+                                       find_memory_region_ftype func,
+                                       void *obfd);
 
 #endif /* GCORE_H */
This page took 0.024453 seconds and 4 git commands to generate.