commit | ad7719b5e610d033569e35d564601dcb80b4fd59 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Mar 15 14:35:01 2018 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu Mar 15 19:28:23 2018 -0700 |
tree | 593c5772f266f723ef97ff234363c7fc4c07d84e | |
parent | a5fea773eedbd5c89511402a15bb4c5c5036f761 [diff] |
Handle ARM thumb function symbols. ARM thumb functions will have the zero bit set to one, which can cause function name lookups to fail. Add an ARM special GetFunctionName that handles this condition. Fix a couple of the function offsets in unit tests. Bug: 74844137 Test: Ran unit tests. Test: Ran debuggerd -b on processes on a bullhead device. Change-Id: Ibd407db34eaaa641f91fdb4f589c44a0dcc0216a (cherry picked from commit 704ec9adbac6f7f265afe0d727e685b92f7726d0)