mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 02:07:58 +08:00
dlv: Misc refactors
This commit is contained in:
committed by
Derek Parker
parent
ff0ec8ce00
commit
37f124817d
@ -84,9 +84,9 @@ func (n NullAddrError) Error() string {
|
||||
type StackIterator struct {
|
||||
pc, sp uint64
|
||||
top bool
|
||||
atend bool
|
||||
frame Stackframe
|
||||
dbp *Process
|
||||
atend bool
|
||||
err error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user