summaryrefslogtreecommitdiff
path: root/debuggerd/handler/debuggerd_handler.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2017-12-10 17:55:12 -0800
committerYabin Cui <yabinc@google.com>2017-12-10 18:00:35 -0800
commit0ca49b09add6f8d0fc3254984cb3f87d192b910b (patch)
treea9817a12857178e5de2ede7c5be1b709c4b9956a /debuggerd/handler/debuggerd_handler.cpp
parentd65c6ba9552816382fd760024574a1a6d353f2a4 (diff)
libBacktraceOffline: try both .debug_frame and .ARM.exidx on arm.
Currently, libBacktraceOffline doesn't try .ARM.exidx if a function appears in .debug_frame. This make it can't unwind through functions appear in both .debug_frame and .ARM.exidx, but having dwarf instructions not accepted by libunwind. This patch fixes this by trying first .debug_frame then .ARM.exidx on arm. Bug: http://b/69383534 Test: run libbacktrace_test on arm. Change-Id: Ib95dd56d5cc123a20948e880b51b28ddc04b4a6e
Diffstat (limited to 'debuggerd/handler/debuggerd_handler.cpp')
0 files changed, 0 insertions, 0 deletions