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
1 file changed
tree: d9f07418b596ce985b0d46362a66a055566de6da
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk