delve/pkg
aarzilli 9348492c58 proc: bugfix: onNextGoroutine and breakpoints with nil condition
Next will add internal breakpoints with nil condition if it can't find
the current goroutine (possibly because there isn't a current goroutine
because the runtime hasn't been initialized yet).
onNextGoroutine should skip breakpoints with nil condition, otherwise
we'll end up with an internal debugger error trying to walk a nil
expression.

Updates #893
2017-07-26 12:50:09 -06:00
..
config Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
dwarf Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
proc proc: bugfix: onNextGoroutine and breakpoints with nil condition 2017-07-26 12:50:09 -06:00
terminal proc: tolerate memory read errors during stacktrace 2017-07-26 12:50:09 -06:00
version *: Bump version to 1.0.0-rc.1 2017-05-06 15:38:32 +02:00