5 These are functions pertaining to core files.
7 @findex bfd_core_file_failing_command
8 @subsubsection @code{bfd_core_file_failing_command}
11 const char *bfd_core_file_failing_command (bfd *abfd);
13 @strong{Description}@*
14 Return a read-only string explaining which program was running
15 when it failed and produced the core file @var{abfd}.
17 @findex bfd_core_file_failing_signal
18 @subsubsection @code{bfd_core_file_failing_signal}
21 int bfd_core_file_failing_signal (bfd *abfd);
23 @strong{Description}@*
24 Returns the signal number which caused the core dump which
25 generated the file the BFD @var{abfd} is attached to.
27 @findex core_file_matches_executable_p
28 @subsubsection @code{core_file_matches_executable_p}
31 bfd_boolean core_file_matches_executable_p
32 (bfd *core_bfd, bfd *exec_bfd);
34 @strong{Description}@*
35 Return @code{TRUE} if the core file attached to @var{core_bfd}
36 was generated by a run of the executable file attached to
37 @var{exec_bfd}, @code{FALSE} otherwise.