mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
s/DebuggedProcess/Process/
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user