delve/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
..
frame dwarf/frame: detecting dwarf section endianness 2016-01-24 15:41:41 -08:00
line Add support for Windows. 2016-01-20 19:06:31 -08:00
op bugfix, Issue #163: offset of g struct in TLS picked based on the value of runtime.buildVersion and presence of compile units created by GNU AS, instead of being fixed to -16 2015-07-28 07:33:51 +02:00
reader proc: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -08:00
util Update for Go 1.3.1 2014-09-13 12:28:46 -05:00