X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fgcore.h;h=7a6271b61ba696c3eca2dea2f5e26f5be1096fe8;hb=ee959deb576c46b85b6174626d700e1393256adf;hp=0f67a1e34e02255a7546c85a327f7b943331d743;hpb=85e1311a3cf4df0eafe2886a29fc753054b71e37;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/gcore.h b/gdb/gcore.h index 0f67a1e..7a6271b 100644 --- a/gdb/gcore.h +++ b/gdb/gcore.h @@ -1,6 +1,6 @@ /* Support for reading/writing gcore files. - Copyright (C) 2009-2013 Free Software Foundation, Inc. + Copyright (C) 2009-2014 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 */