delve/pkg
Alessandro Arzilli fecf14bd19
terminal: fix nil pointer dereference when printing tracepoints (#2071)
This issue causes a failure of TestTracePid that was observed in CI:

https://travis-ci.com/github/go-delve/delve/jobs/343053383

I'm not sure what causes it in this particular instance but there are
several ways in which a thread stopped at a breakpoint might have a
BreakpointInfo == nil field (see variable withBreakpointInfo in
debugger.Debugger.Command).
2020-06-03 10:54:07 -07:00
..
astutil proc: simplify next/step/stepout condition code 2020-04-04 11:00:54 -07:00
config config: add option for printfile() line count (#2043) 2020-05-11 09:50:25 -07:00
dwarf vendor: remove github.com/pkg/profile dependency (#2053) 2020-05-14 10:16:09 -07:00
gobuild gobuild: pass-through stdout to 'go' command invocation (#2044) 2020-05-11 09:44:25 -07:00
goversion travis-ci: autogenerate .travis.yml (#1939) 2020-03-19 11:09:29 -07:00
locspec cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
logflags logflags: Add pid to server-listening-at message (#1885) 2020-03-09 10:14:34 -07:00
proc [WIP] pkg/proc: avoid target process leaks. (#2018) 2020-05-14 14:23:16 +02:00
terminal terminal: fix nil pointer dereference when printing tracepoints (#2071) 2020-06-03 10:54:07 -07:00
version *: v1.4.1 (#2059) 2020-05-22 20:09:01 +02:00