delve/terminal
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
..
command_test.go proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00
command.go service: Make Halt work during tracing (#469) 2016-04-24 10:30:43 -07:00
disasmprint.go Disassemble command 2016-02-11 16:59:07 -08:00
terminal_other.go terminal: Update doc strings for getColorableWriter 2016-04-18 12:49:14 -07:00
terminal_windows.go terminal: Update doc strings for getColorableWriter 2016-04-18 12:49:14 -07:00
terminal.go terminal: helpful message in SIGINT handler (#486) 2016-04-24 10:27:25 -07:00