commit | 3119cb53db5b8d095a2e73acb25e8dfd20bfa129 | [log] [tgz] |
---|---|---|
author | jcd <jcd@golang.org> | Thu Feb 04 14:57:11 2016 +1100 |
committer | jcd . <jcd@golang.org> | Tue Feb 09 05:37:29 2016 +0000 |
tree | 877223ab187cebc729585ef6d3f21e086a4e8c8f | |
parent | 7251105b6a3f658bcae16dd382ec3047858da7f1 [diff] |
x/debug: handle some more cases for struct member offset encoding in the DWARF parser. These cases were used in older compiler versions. We also check that we consumed all the opcodes in the buffer, otherwise we probably didn't interpret it correctly. Change-Id: If918dbdcb824a5d4e5add1c9333b34aae9d6d0b4 Reviewed-on: https://go-review.googlesource.com/19212 Reviewed-by: Dave Day <djd@golang.org>