mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 21:40:22 +08:00
Further improve documentation
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user