OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [bfd/] [doc/] [core.texi] - Diff between revs 157 and 223

Only display areas with differences | Details | Blame | View Log

Rev 157 Rev 223
@section Core files
@section Core files
 
 
 
 
@subsection Core file functions
@subsection Core file functions
 
 
 
 
@strong{Description}@*
@strong{Description}@*
These are functions pertaining to core files.
These are functions pertaining to core files.
 
 
@findex bfd_core_file_failing_command
@findex bfd_core_file_failing_command
@subsubsection @code{bfd_core_file_failing_command}
@subsubsection @code{bfd_core_file_failing_command}
@strong{Synopsis}
@strong{Synopsis}
@example
@example
const char *bfd_core_file_failing_command (bfd *abfd);
const char *bfd_core_file_failing_command (bfd *abfd);
@end example
@end example
@strong{Description}@*
@strong{Description}@*
Return a read-only string explaining which program was running
Return a read-only string explaining which program was running
when it failed and produced the core file @var{abfd}.
when it failed and produced the core file @var{abfd}.
 
 
@findex bfd_core_file_failing_signal
@findex bfd_core_file_failing_signal
@subsubsection @code{bfd_core_file_failing_signal}
@subsubsection @code{bfd_core_file_failing_signal}
@strong{Synopsis}
@strong{Synopsis}
@example
@example
int bfd_core_file_failing_signal (bfd *abfd);
int bfd_core_file_failing_signal (bfd *abfd);
@end example
@end example
@strong{Description}@*
@strong{Description}@*
Returns the signal number which caused the core dump which
Returns the signal number which caused the core dump which
generated the file the BFD @var{abfd} is attached to.
generated the file the BFD @var{abfd} is attached to.
 
 
@findex core_file_matches_executable_p
@findex core_file_matches_executable_p
@subsubsection @code{core_file_matches_executable_p}
@subsubsection @code{core_file_matches_executable_p}
@strong{Synopsis}
@strong{Synopsis}
@example
@example
bfd_boolean core_file_matches_executable_p
bfd_boolean core_file_matches_executable_p
   (bfd *core_bfd, bfd *exec_bfd);
   (bfd *core_bfd, bfd *exec_bfd);
@end example
@end example
@strong{Description}@*
@strong{Description}@*
Return @code{TRUE} if the core file attached to @var{core_bfd}
Return @code{TRUE} if the core file attached to @var{core_bfd}
was generated by a run of the executable file attached to
was generated by a run of the executable file attached to
@var{exec_bfd}, @code{FALSE} otherwise.
@var{exec_bfd}, @code{FALSE} otherwise.
 
 
@findex generic_core_file_matches_executable_p
@findex generic_core_file_matches_executable_p
@subsubsection @code{generic_core_file_matches_executable_p}
@subsubsection @code{generic_core_file_matches_executable_p}
@strong{Synopsis}
@strong{Synopsis}
@example
@example
bfd_boolean generic_core_file_matches_executable_p
bfd_boolean generic_core_file_matches_executable_p
   (bfd *core_bfd, bfd *exec_bfd);
   (bfd *core_bfd, bfd *exec_bfd);
@end example
@end example
@strong{Description}@*
@strong{Description}@*
Return TRUE if the core file attached to @var{core_bfd}
Return TRUE if the core file attached to @var{core_bfd}
was generated by a run of the executable file attached
was generated by a run of the executable file attached
to @var{exec_bfd}.  The match is based on executable
to @var{exec_bfd}.  The match is based on executable
basenames only.
basenames only.
 
 
Note: When not able to determine the core file failing
Note: When not able to determine the core file failing
command or the executable name, we still return TRUE even
command or the executable name, we still return TRUE even
though we're not sure that core file and executable match.
though we're not sure that core file and executable match.
This is to avoid generating a false warning in situations
This is to avoid generating a false warning in situations
where we really don't know whether they match or not.
where we really don't know whether they match or not.
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.