Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrWriteCore is returned when attempting to write to the core // process memory. ErrWriteCore = errors.New("can not write to core process") // ErrShortRead is returned on a short read. ErrShortRead = errors.New("short read") // ErrContinueCore is returned when trying to continue execution of a core process. ErrContinueCore = errors.New("can not continue execution of core process") // ErrChangeRegisterCore is returned when trying to change register values for core files. ErrChangeRegisterCore = errors.New("can not change register values of core process") )
View Source
var ErrUnrecognizedFormat = errors.New("unrecognized core format")
ErrUnrecognizedFormat is returned when the core file is not recognized as any of the supported formats.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.