From df2906186b6952c57b1f662bfef0b65c9f8c2e0d Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 22 Jan 2014 19:21:07 -0800 Subject: Re-enable libunwind for arm. Update to handle the new optimized way that libunwind works. In addition, a small refactor of the BacktraceMap code. A few new tests of for good measure. Change-Id: I2f9b4f5ad5a0dfe907b31febee76e4b9b94fb76f --- libbacktrace/BacktraceThread.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbacktrace/BacktraceThread.h') diff --git a/libbacktrace/BacktraceThread.h b/libbacktrace/BacktraceThread.h index cae496a..3412d58 100644 --- a/libbacktrace/BacktraceThread.h +++ b/libbacktrace/BacktraceThread.h @@ -20,7 +20,7 @@ #include #include -#include "Backtrace.h" +#include "BacktraceImpl.h" enum state_e { STATE_WAITING = 0, @@ -58,8 +58,6 @@ class BacktraceThreadInterface { public: virtual ~BacktraceThreadInterface() { } - virtual bool Init() = 0; - virtual void ThreadUnwind( siginfo_t* siginfo, void* sigcontext, size_t num_ignore_frames) = 0; }; -- cgit v1.1