delve/pkg/terminal
Alessandro Arzilli 98a4ff7a9f terminal: bugfix: deref of nil SelectedGoroutine switching goroutines (#829)
If CurrentThread isn't running a goroutine SelectedGoroutine can be
nil, do not blindly dereference it.

Fixes #827
2017-05-08 11:16:14 -07:00
..
command_test.go terminal: bugfix: deref of nil SelectedGoroutine switching goroutines (#829) 2017-05-08 11:16:14 -07:00
command.go terminal: bugfix: deref of nil SelectedGoroutine switching goroutines (#829) 2017-05-08 11:16:14 -07: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 terminal: bugfix: tolerate spurious spaces after command prefixes 2017-04-19 09:58:36 -07:00