delve/service
Alessandro Arzilli 7820921b7e service: Make Halt work during tracing (#469)
While tracing delve may spend most of its time outside of
proc.(*Process).Continue, which renders
service/rpc/client.(*Client).Halt ineffective.
This commit changes the implementation of
service/rpc/client.(*Client).Halt to make it capable of stopping traces.
2016-04-24 10:30:43 -07:00
..
api proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00
debugger proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00
rpc1 service: Make Halt work during tracing (#469) 2016-04-24 10:30:43 -07:00
rpc2 documentation: API documentation improvements (#507) 2016-04-24 10:18:02 -07:00
test proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00
client.go proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00
config.go cmd/dlv: add flag to make headless server accept multiple clients 2016-02-17 20:09:50 +01:00
server.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00