delve/service
Alessandro Arzilli 8c96e275d0 proc: Make sure CurrentLoc of G returned by GetG is up to date (#723)
We are already doing this in GoroutinesInfo we should be doing it for
GetG. The main consequence of not doing this is that the CurrentLoc of
DebuggerState.SelectedGoroutine is out of date compared to the location
of the thread running it.
2017-02-07 13:44:36 -08:00
..
api proc/variables: support NaN/Inf float values (#706) 2017-01-20 14:22:36 -08:00
debugger service/debugger: bugfix: error values can not be marshalled (#697) 2017-01-09 15:19:42 -08:00
rpc1 Two bugfixes regarding stale executable files, and executables changing between restarts (#689) 2016-12-22 10:53:34 -06:00
rpc2 Two bugfixes regarding stale executable files, and executables changing between restarts (#689) 2016-12-22 10:53:34 -06:00
rpccommon Fix for #614 and #683 (#687) 2017-01-09 15:21:54 -08:00
test proc: Make sure CurrentLoc of G returned by GetG is up to date (#723) 2017-02-07 13:44:36 -08:00
client.go Two bugfixes regarding stale executable files, and executables changing between restarts (#689) 2016-12-22 10:53:34 -06:00
config.go Flag to set working directory (#650) 2016-11-01 12:58:42 -07:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00