core.texi
来自「这个是LINUX下的GDB调度工具的源码」· TEXI 代码 · 共 39 行
TEXI
39 行
@section Core files@strong{Description}@*These are functions pertaining to core files.@findex bfd_core_file_failing_command@subsubsection @code{bfd_core_file_failing_command}@strong{Synopsis}@exampleconst char *bfd_core_file_failing_command (bfd *abfd);@end example@strong{Description}@*Return a read-only string explaining which program was runningwhen it failed and produced the core file @var{abfd}.@findex bfd_core_file_failing_signal@subsubsection @code{bfd_core_file_failing_signal}@strong{Synopsis}@exampleint bfd_core_file_failing_signal (bfd *abfd);@end example@strong{Description}@*Returns the signal number which caused the core dump whichgenerated the file the BFD @var{abfd} is attached to.@findex core_file_matches_executable_p@subsubsection @code{core_file_matches_executable_p}@strong{Synopsis}@examplebfd_boolean core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd);@end example@strong{Description}@*Return @code{TRUE} if the core file attached to @var{core_bfd}was generated by a run of the executable file attached to@var{exec_bfd}, @code{FALSE} otherwise.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?