delve/pkg/terminal
aarzilli 1a4b5a05b2 terminal/command_test: improved TestIssue387
The test in question tries to 'next' over a call to wg.Done, this is
not guaranteed to succeed, if the goroutine gets suspended after
wg.Done has notified the waiting group but before returning to
main.dostuff the program could quit before the goroutine is resumed.
2017-02-22 20:39:28 +01:00
..
command_test.go terminal/command_test: improved TestIssue387 2017-02-22 20:39:28 +01:00
command.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
disasmprint.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
docgen.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal_other.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal_test.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal_windows.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00