Versions in this module Expand all Collapse all v1 v1.5.0 Jun 28, 2021 Changes in this version + var ErrChangeRegisterCore = errors.New("can not change register values of core process") + var ErrContinueCore = errors.New("can not continue execution of core process") + var ErrShortRead = errors.New("short read") + var ErrUnrecognizedFormat = errors.New("unrecognized core format") + var ErrWriteCore = errors.New("can not write to core process") + func OpenCore(corePath, exePath string, debugInfoDirs []string) (*proc.Target, error)