Node:Core Files, Next:Targets, Previous:Relocations, Up:BFD front end
Description
These are functions pertaining to core files.
bfd_core_file_failing_command
Synopsis
const char *bfd_core_file_failing_command(bfd *abfd);Description
bfd_core_file_failing_signal
Synopsis
int bfd_core_file_failing_signal(bfd *abfd);Description
core_file_matches_executable_p
Synopsis
boolean core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd);Description
true if the core file attached to core_bfd
was generated by a run of the executable file attached to
exec_bfd, false otherwise.