GDB (xrefs)
|
Go to the source code of this file.
Functions | |
bfd * | create_gcore_bfd (const char *filename) |
void | write_gcore_file (bfd *obfd) |
bfd * | load_corefile (char *filename, int from_tty) |
int | objfile_find_memory_regions (struct target_ops *self, find_memory_region_ftype func, void *obfd) |
bfd* create_gcore_bfd | ( | const char * | filename | ) |
Definition at line 52 of file gcore.c.
References _, default_gcore_arch(), default_gcore_mach(), default_gcore_target(), error(), and gdb_bfd_openw().
Referenced by gcore_command(), and record_full_save().
bfd* load_corefile | ( | char * | filename, |
int | from_tty | ||
) |
int objfile_find_memory_regions | ( | struct target_ops * | self, |
find_memory_region_ftype | func, | ||
void * | obfd | ||
) |
Definition at line 503 of file gcore.c.
References ALL_OBJSECTIONS, derive_heap_segment(), derive_stack_segment(), exec_bfd, flags, objfile::obfd, obj_section_addr, objfile::separate_debug_objfile_backlink, size, and obj_section::the_bfd_section.
Referenced by init_exec_ops().
void write_gcore_file | ( | bfd * | obfd | ) |
Definition at line 115 of file gcore.c.
References CATCH, END_CATCH, exception_none, gdb_exception::reason, RETURN_MASK_ALL, target_done_generating_core(), target_prepare_to_generate_core(), throw_exception(), TRY, and write_gcore_file_1().
Referenced by gcore_command(), and record_full_save().