mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 21:40:22 +08:00
- made GoroutineStacktrace a method of struct G - made stacktrace a method of StackIterator - renamed StackIterator to stackIterator - factored out logic to obtain a stackIterator from a goroutine that's used by both (*G).Stacktrace and by (*G).UserCurrent