delve/service/api
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
..
conversions.go Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
prettyprint.go proc/variables: dereference concrete value of interface variables (#905) 2017-06-29 11:17:52 -07:00
types.go api: add FrameOffset to Stackframe (#864) 2017-06-20 10:39:33 -07:00