delve/pkg
Alessandro Arzilli 293c508757 proc/variables: dereference concrete value of interface variables (#905)
The concrete value of an interface is always stored as a pointer inside
an interface variable. So far we have followed the memory layout and
reported the type of the 'data' attribute of interfaces as a pointer,
however this makes it impossible to distinguish interfaces with
concrete value of type 'A' from interfaces of concrete value of type
'*A'.

With this changeset when we autodereference pointers when the concrete
type of an interface is not a pointer.
2017-06-29 11:17:52 -07:00
..
config Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
dwarf Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
proc proc/variables: dereference concrete value of interface variables (#905) 2017-06-29 11:17:52 -07:00
terminal Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
version *: Bump version to 1.0.0-rc.1 2017-05-06 15:38:32 +02:00