commit | d97b78ec63113980e9e4e5c2c532cf5ff7d2a895 | [log] [tgz] |
---|---|---|
author | jcd <jcd@golang.org> | Wed Feb 10 16:07:17 2016 +1100 |
committer | jcd . <jcd@golang.org> | Fri Feb 19 04:08:54 2016 +0000 |
tree | ec0cb0032e76e0fb303ffb724b10c32f699e6cba | |
parent | 324290c8b3ea8997b079f73f93b4bec866abcd7c [diff] |
x/debug: read stack frames of goroutines. Add some more fields and a String method to program.Frame, so they can be printed similarly to how the runtime prints them. Move stack-walking code to a separate function. Change-Id: I3bc8a24296890733d13823a58b7eabd42050ca02 Reviewed-on: https://go-review.googlesource.com/19408 Reviewed-by: Dave Day <djd@golang.org>