Remove dwarf2_per_cu_data::objfile ()
[deliverable/binutils-gdb.git] / gdb / gcore.h
index fc168d3e2ee19812a6e3084c7b7fc1d4f8fea860..9b85e46b60127fcb990ec000a6149850aaa39ee1 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for reading/writing gcore files.
 
-   Copyright (C) 2009, Free Software Foundation, Inc.
+   Copyright (C) 2009-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #if !defined (GCORE_H)
 #define GCORE_H 1
 
-extern bfd *create_gcore_bfd (char *filename);
+#include "gdb_bfd.h"
+
+extern gdb_bfd_ref_ptr 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.025168 seconds and 4 git commands to generate.