delve/service/api
aarzilli 317ebe1c58 proc: auto-dereference local variables that escape to the heap
The compiler a variable 'v' that escapes to the heap with a '&v' entry.
Auto dereference those local variables.

Fixe #871
2017-08-30 13:46:45 -07:00
..
conversions.go pkg/dwarf/godwarf: split out type parsing from x/debug/dwarf 2017-08-01 11:20:25 -06:00
prettyprint.go proc/variables: dereference concrete value of interface variables (#905) 2017-06-29 11:17:52 -07:00
types.go proc: auto-dereference local variables that escape to the heap 2017-08-30 13:46:45 -07:00