Disable displaced stepping if trying it fails
[deliverable/binutils-gdb.git] / gdb / gcore.h
index fa642112eaa8932a1c46e508c3cc28bab16ab353..cc25a326ab3c01f8001fb72572ab32d741ff7786 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for reading/writing gcore files.
 
-   Copyright (C) 2009-2014 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015 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.025008 seconds and 4 git commands to generate.