OSDN Git Service

Fix thumb bit in the oatdump symbolizer.
authorDavid Srbecky <dsrbecky@google.com>
Thu, 31 Mar 2016 17:17:59 +0000 (18:17 +0100)
committerDavid Srbecky <dsrbecky@google.com>
Tue, 5 Apr 2016 17:28:05 +0000 (18:28 +0100)
commit9c0bce46d93ea443cf4bc0163666475c4f928d73
tree24a6e7ffa2c38564cba1728eb2e9c408db917ac6
parent55338c9f2c7d5c154ec28891ef655ae1514e4102
Fix thumb bit in the oatdump symbolizer.

MethodDebugInfo expects code address without the bit set.
Therefore we need to clear it before passing it to the DWARF writer.

(cherry picked from commit a1b4c5f562c67398e14756bd127ed806937ff35a)
Bug: 28017942
Change-Id: I37586b19f2a3fc95107abb6204a34e95a3816936
oatdump/oatdump.cc