|
GDB (xrefs)
|
#include "gdb_bfd.h"Go to the source code of this file.
Functions | |
| gdb_bfd_ref_ptr | 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) |
| gdb_bfd_ref_ptr create_gcore_bfd | ( | const char * | filename | ) |
Definition at line 55 of file gcore.c.
References _, default_gcore_arch(), default_gcore_mach(), default_gcore_target(), error(), gdb_bfd_openw(), and gdb::ref_ptr< T, Policy >::get().
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 488 of file gcore.c.
References ALL_OBJSECTIONS, derive_heap_segment(), derive_stack_segment(), exec_bfd, flags, func, objfile::obfd, obj_section_addr, objfile::objfile(), 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().
1.8.14