mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 12:01:35 +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