delve/pkg
aarzilli 4f70ff0a77 terminal: make printcontext use SelectedGoroutine
printcontext should use SelectedGoroutine instead of trusting that the
goroutine running on current thread matches the SelectedGoroutine.

When the user switches to a parked goroutine CurrentThread and
SelectedGoroutine will diverge.

Almost all calls to printcontext are safe, they happen after a continue
command returns when SelectedGoroutine and CurrentThread always agree,
but the calls in frameCommand and listCommand are wrong.

Additionally we should stop reporting an error when the debugger is
stopped on an unknown PC address.
2018-04-13 15:31:50 -07:00
..
config config: Return handle for created default config (#1130) 2018-02-20 20:24:05 +01:00
dwarf proc: support inlining 2018-03-26 14:30:38 -04:00
goversion all: Spelling 2018-03-20 11:05:35 +01:00
logflags proc/gdbserial,dlv/cmds: make logGdbWire command line configurable 2018-04-13 15:31:02 -07:00
proc terminal: make printcontext use SelectedGoroutine 2018-04-13 15:31:50 -07:00
terminal terminal: make printcontext use SelectedGoroutine 2018-04-13 15:31:50 -07:00
version all: Bump to v1.0.0 (#1126) 2018-02-19 21:33:47 +01:00