
ConvertEvalScope() attempts to find the scope for the specified goroutine id and frame index. If the goroutine that is found is nil, then it falls back to the threads stack trace to find the scope. This fix makes sure that the frame id is taken into account for thread strack traces as well.
713 B
713 B
Tests skipped by each supported backend:
- 386 skipped = 6
- 1 broken
- 3 broken - cgo stacktraces
- 2 not implemented
- arm64 skipped = 4
- 1 broken
- 1 broken - global variable symbolication
- 2 not implemented
- darwin skipped = 2
- 2 not implemented
- darwin/arm64 skipped = 1
- 1 broken - cgo stacktraces
- darwin/lldb skipped = 1
- 1 upstream issue
- freebsd skipped = 14
- 11 broken
- 3 not implemented
- linux/386/pie skipped = 1
- 1 broken
- linux/arm64 skipped = 1
- 1 broken - cgo stacktraces
- pie skipped = 2
- 2 upstream issue - https://github.com/golang/go/issues/29322
- rr skipped = 2
- 2 not implemented
- windows skipped = 4
- 1 broken
- 2 not implemented
- 1 upstream issue