delve/pkg
aarzilli f8c0c37f30 proc: remove inversion of return variables from returnBreakpointInfo
It was never true that return variables were in the inverse order.
Instead in Go1.11 return variables are saved in debug_info in an
arbitrary order and inverting them just happened to work for this
specific example.

This bug was fixed in Go 1.12, regardless we should attempt to
rearrange return variables anyway.
2018-11-20 12:57:25 -08:00
..
config pkg/prog: Improve support for external debug info 2018-11-08 10:16:42 -08:00
dwarf pkg/dwarf: Remove exec bit from reader.go 2018-11-01 06:44:16 +01:00
goversion proc: correctly set G struct offset for 1.11 2018-06-11 11:09:02 -07:00
logflags *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
proc proc: remove inversion of return variables from returnBreakpointInfo 2018-11-20 12:57:25 -08:00
terminal proc/proc: Extend GoroutinesInfo to allow specifying a range 2018-11-19 10:06:38 -08:00
version all: Bump to v1.1.0 2018-08-16 13:20:21 -07:00