mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
Add options to the stack command to read the goroutine ancestors. Ancestor tracking was added to Go 1.12 with CL: https://go-review.googlesource.com/c/go/+/70993/ Implements #1491