dlv: Misc refactors

This commit is contained in:
Hubert Krauze
2016-03-09 15:11:58 +00:00
committed by Derek Parker
parent ff0ec8ce00
commit 37f124817d
12 changed files with 71 additions and 77 deletions

View File

@ -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
}