delve/terminal
aarzilli b370e20cd5 proc: bugs setting next breakpoints
1. A running goroutine is by definition not parked waiting for a
chan recv
2. The FDE end address is intended to be exclusive, the code
interpreted as inclusive and sometimes ended up setting a breakpoint
on a function other than the current one.
2016-02-11 08:28:07 +01:00
..
command_test.go terminal/command: stack command panics when stack has 1 frame 2016-01-29 07:26:41 +01:00
command.go proc: bugs setting next breakpoints 2016-02-11 08:28:07 +01:00
terminal.go cmd/dlv: bugfix: trace disables terminal echo 2016-02-04 08:55:38 +01:00