Further improve documentation

This commit is contained in:
Derek Parker
2015-04-22 20:00:42 -05:00
parent ce01e0f4bc
commit b86f227ab6
2 changed files with 9 additions and 1 deletions

View File

@ -266,6 +266,7 @@ func (thread *ThreadContext) setNextTempBreakpoints(curpc uint64, pcs []uint64)
return nil
}
// Sets the PC for this thread.
func (thread *ThreadContext) SetPC(pc uint64) error {
regs, err := thread.Registers()
if err != nil {