commit | ed2adb6158ffbe85c89aa5c9892a35bafa5006cd | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 29 14:41:01 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Feb 29 14:41:01 2012 -0800 |
tree | d9f07418b596ce985b0d46362a66a055566de6da | |
parent | 04ec04e096306c38abe00cbe65e0aff64524ab1d [diff] |
Fix oatdump to dump the right code bytes. I used the wrong bound for finding the end address, and just dumping plain bytes is far more useful. These bytes can be filtered through "llvm-mc -disassemble -triple=thumbv7-unknown-linux" to get mostly-readable disassembly (it doesn't seem to cope with the single-register PUSH our methods start with, but gets in sync). Change-Id: Ic7e07f1330b352110a4517c1939ec7c11ae65e0a