delve/vendor/golang.org/x/debug/dwarf
aarzilli 54f1c9b3d4 proc: replace debug/dwarf with golang.org/x/debug/dwarf
Typedefs that resolve to slices are not recorded in DWARF as typedefs
but instead as structs in a way that there is no way to know they
are really slices using debug/dwarf.
Using golang.org/x/debug/dwarf instead this problem is solved and
as a bonus some types are printed with a nicer names: (struct string
→ string, struct []int → []int, etc)

 Fixes #356 and #293
2016-01-24 15:41:41 -08:00
..
buf.go proc: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -08:00
const.go proc: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -08:00
entry.go proc: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -08:00
frame.go proc: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -08:00
line.go proc: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -08:00
open.go proc: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -08:00
symbol.go proc: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -08:00
type.go proc: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -08:00
typeunit.go proc: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -08:00
unit.go proc: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -08:00