summaryrefslogtreecommitdiffstats
path: root/libunwindstack/Android.bp
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-09-20 13:37:24 -0700
committerChristopher Ferris <cferris@google.com>2017-09-22 16:55:12 -0700
commitb9de87f7edefd7a2473134b267716c5fd750e89f (patch)
treeb172908cd472d59887c35a040b61c7fe6d61196a /libunwindstack/Android.bp
parent0bb8dcb23ea63995fa7afe84be58c6e9407585a8 (diff)
downloadcore-b9de87f7edefd7a2473134b267716c5fd750e89f.tar.gz
core-b9de87f7edefd7a2473134b267716c5fd750e89f.tar.bz2
core-b9de87f7edefd7a2473134b267716c5fd750e89f.zip
Add a new unwind method on error.
If a function crashes by jumping into unexecutable code, the old method could not unwind through that. Add a fallback method to set the pc from the default return address location. In addition, add a new finished check for steps. This will provide a method to indicate that this step is the last step. This prevents cases where the fallback method might be triggered incorrectly. Update the libbacktrace code to unwind using the new methodology. Update the unwind tool to use the new unwind methodology. Add a new option to crasher that calls through a null function. Create a new object, Unwinder, that encapsulates the a basic unwind. For now, libbacktrace will still use the custom code. Added new unit tests to cover the new cases. Also add a test that crashes calling a nullptr as a function, and then has call frames in the signal stack. Bug: 65842173 Test: Pass all unit tests, verify crasher dumps properly. Change-Id: Ia18430ab107e9f7bdf0e14a9b74710b1280bd7f4
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r--libunwindstack/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index e1957ca40..ca055161d 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -61,6 +61,7 @@ cc_library {
"Maps.cpp",
"Memory.cpp",
"Regs.cpp",
+ "Unwinder.cpp",
"Symbols.cpp",
],