delve/service
aarzilli e47599d09a proc: remove proc.Process.Halt
The proper way to stop a running process is to call RequestManualStop,
which most code already did with the exception of some old test code.
2018-03-06 09:06:19 -08:00
..
api proc,prettyprint: guard against autodereferenced escaped pointers (#1077) 2018-01-19 15:50:28 +01:00
debugger dwarf/reader,proc: support DW_AT_abstract_origin (#1111) 2018-02-13 09:20:45 -08:00
rpc1 command/terminal: allow restart to change process args (#1060) 2018-01-18 14:16:11 -08:00
rpc2 command/terminal: allow restart to change process args (#1060) 2018-01-18 14:16:11 -08:00
rpccommon command/terminal: allow restart to change process args (#1060) 2018-01-18 14:16:11 -08:00
test proc: remove proc.Process.Halt 2018-03-06 09:06:19 -08:00
client.go command/terminal: allow restart to change process args (#1060) 2018-01-18 14:16:11 -08:00
config.go dlv: make headless servers quit automatically when client disconnects (#895) 2017-06-26 11:45:13 -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