commit | 1222cc46824758ed1f6ba9decc27c9d61d963297 | [log] [tgz] |
---|---|---|
author | Austin Clements <austin@google.com> | Fri Nov 14 13:58:31 2014 -0500 |
committer | Austin Clements <austin@google.com> | Fri Nov 14 13:58:31 2014 -0500 |
tree | bc9c772c08e8ccb306c11eceaa07a02996407925 | |
parent | a11f256436a386c81e3a34378b37bc51fb2d5f61 [diff] |
[dev.power64] 6g,9g: formatters for Prog and Addr details The pretty printers for these make it hard to understand what's actually in the fields of these structures. These "ugly printers" show exactly what's in each field, which can be useful for understanding and debugging code. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/175780043