[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
core_file_matches_executable_p
bfd_boolean core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd); |
TRUE
if the core file attached to core_bfd
was generated by a run of the executable file attached to
exec_bfd, FALSE
otherwise.