• A
    proc: stacktrace refactoring · 497b5261
    aarzilli 提交于
    - 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
    497b5261
variables.go 36.8 KB