Documentation
¶
Overview ¶
Package yield records the current yeilded state of a coprocessor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct {
Addr uint32
Reason coprocessor.CoProcYieldType
LocalVariables []*dwarf.SourceVariableLocal
}
State records the most recent yield
func (State) UpdateLocalVariables ¶
func (yld State) UpdateLocalVariables()
UpdateLocalVariables using the current state of the emulated coprocessor
Click to show internal directories.
Click to hide internal directories.