]> Cypherpunks repositories - gostls13.git/commit
runtime: support all as parameter in gdb goroutine commands.
authorHaosdent Huang <haosdent@gmail.com>
Mon, 29 Apr 2019 02:04:26 +0000 (02:04 +0000)
committerDavid Chase <drchase@google.com>
Mon, 29 Apr 2019 18:11:11 +0000 (18:11 +0000)
commit8c1f78524e421ac01e35e8805dd7a45bf98c2a79
tree83d40f52bf7a4cd2cf49b5c9aac3c7730d0217a6
parent08b956f37846bd317aace534aa98dcd9353d868b
runtime: support all as parameter in gdb goroutine commands.

For example, can use `goroutine all bt` to dump all goroutines'
information.

Change-Id: I51b547c2b837913e4bdabf0f45b28f09250a3e34
GitHub-Last-Rev: d04dcd4f581f97e35ee45969a864f1270d79e49b
GitHub-Pull-Request: golang/go#26283
Reviewed-on: https://go-review.googlesource.com/c/go/+/122589
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: David Chase <drchase@google.com>
doc/debugging_with_gdb.html
src/runtime/runtime-gdb.py
src/runtime/runtime-gdb_test.go