delve/service
Alessandro Arzilli 1afcc6c189 Fix for #614 and #683 (#687)
* service: Prevent panics from crashing delve and killing the target

Catch all unrecovered proc and debugger panics in the service layer and
report them as errors, allow users to cleanly detach from the target
and quit.

Fixes #614

* proc: Next/Step should not panic if line info can not be found.

Fixes #683
2017-01-09 15:21:54 -08:00
..
api service/debugger: bugfix: error values can not be marshalled (#697) 2017-01-09 15:19:42 -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 terminal: fixed typo. (#694) 2017-01-05 11:13:07 -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