Documentation
¶
Index ¶
- Variables
- type Point
- type Process
- func (p *Process) Break(pt Point) (Point, error)
- func (p *Process) BreakPoints() map[uint64]Point
- func (p *Process) Clear(pt Point) (Point, error)
- func (p *Process) Continue() error
- func (p *Process) CurrentPoint() (pt Point, err error)
- func (p *Process) CurrentThreadPoints() (map[int]Point, error)
- func (p *Process) Funcs() []string
- func (p *Process) HasFunc(name string) bool
- func (p *Process) Kill() error
- func (p *Process) Next(id int) error
- func (p *Process) NextAll() error
- func (p *Process) NextCurrent() error
- func (p *Process) PID() int
- func (p *Process) Step(id int) error
- func (p *Process) StepAll() error
- func (p *Process) StepCurrent() error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAddrNotFound = errors.New("Error Address not found!")
View Source
var ErrFuncNotFound = errors.New("Error Func not found!")
Functions ¶
This section is empty.
Types ¶
type Process ¶
type Process struct {
// contains filtered or unexported fields
}
func (*Process) BreakPoints ¶
func (*Process) CurrentPoint ¶
func (*Process) CurrentThreadPoints ¶
func (*Process) NextCurrent ¶
func (*Process) StepCurrent ¶
Click to show internal directories.
Click to hide internal directories.