terminal: add ability to print goroutine labels (#1879)

This commit is contained in:
Alessandro Arzilli
2020-02-24 18:47:54 +01:00
committed by GitHub
parent ade20a4d4d
commit 186786235f
2 changed files with 51 additions and 7 deletions

View File

@ -274,7 +274,8 @@ Print out info for every goroutine. The flag controls what information is shown
-r displays location of topmost stackframe (including frames inside private runtime functions)
-g displays location of go instruction that created the goroutine
-s displays location of the start function
-t displays stack trace of goroutine
-t displays goroutine's stacktrace
-l displays goroutine's labels
If no flag is specified the default is -u.