s/DebuggedProcess/Process/

This commit is contained in:
Derek Parker
2015-06-20 17:54:52 -05:00
parent d265fa764f
commit 102d4c89ae
12 changed files with 96 additions and 96 deletions

View File

@ -65,7 +65,7 @@ func (g *G) ChanRecvBlocked() bool {
}
// chanRecvReturnAddr returns the address of the return from a channel read.
func (g *G) chanRecvReturnAddr(dbp *DebuggedProcess) (uint64, error) {
func (g *G) chanRecvReturnAddr(dbp *Process) (uint64, error) {
locs, err := dbp.stacktrace(g.PC, g.SP, 4)
if err != nil {
return 0, err