delve/pkg
aarzilli a17de32c23 proc/variables: support embedded struct fields on go1.9
Before go1.9 embedded struct fields had name == "" in runtime and ==
type name in DWARF. After go1.9 both runtime and DWARF use a simplified
version of the type as name.
Embedded structs are distinguished from normal fields by setting a flag
in the runtime.structfield, for runtime, and by adding a custom
attribute in DWARF.
2017-08-01 11:20:25 -06:00
..
config Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
dwarf pkg/dwarf/godwarf: split out type parsing from x/debug/dwarf 2017-08-01 11:20:25 -06:00
proc proc/variables: support embedded struct fields on go1.9 2017-08-01 11:20:25 -06:00
terminal tests: remove rr trace directory after running tests (#934) 2017-08-01 11:14:11 -06:00
version *: Bump version to 1.0.0-rc.1 2017-05-06 15:38:32 +02:00