parent
134fcb186e
commit
e90a5b48ca
@ -301,7 +301,7 @@ Aliases: gr
|
|||||||
## goroutines
|
## goroutines
|
||||||
List program goroutines.
|
List program goroutines.
|
||||||
|
|
||||||
goroutines [-u (default: user location)|-r (runtime location)|-g (go statement location)|-s (start location)] [ -t (stack trace)]
|
goroutines [-u (default: user location)|-r (runtime location)|-g (go statement location)|-s (start location)] [-t (stack trace)] [-l (labels)]
|
||||||
|
|
||||||
Print out info for every goroutine. The flag controls what information is shown along with each goroutine:
|
Print out info for every goroutine. The flag controls what information is shown along with each goroutine:
|
||||||
|
|
||||||
|
|||||||
@ -182,7 +182,7 @@ Current limitations:
|
|||||||
If called with the linespec argument it will delete all the breakpoints matching the linespec. If linespec is omitted all breakpoints are deleted.`},
|
If called with the linespec argument it will delete all the breakpoints matching the linespec. If linespec is omitted all breakpoints are deleted.`},
|
||||||
{aliases: []string{"goroutines", "grs"}, group: goroutineCmds, cmdFn: goroutines, helpMsg: `List program goroutines.
|
{aliases: []string{"goroutines", "grs"}, group: goroutineCmds, cmdFn: goroutines, helpMsg: `List program goroutines.
|
||||||
|
|
||||||
goroutines [-u (default: user location)|-r (runtime location)|-g (go statement location)|-s (start location)] [ -t (stack trace)]
|
goroutines [-u (default: user location)|-r (runtime location)|-g (go statement location)|-s (start location)] [-t (stack trace)] [-l (labels)]
|
||||||
|
|
||||||
Print out info for every goroutine. The flag controls what information is shown along with each goroutine:
|
Print out info for every goroutine. The flag controls what information is shown along with each goroutine:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user