From 0cac4ca3916ac24ab6139d03cbfd18db9e715bfe Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 25 Nov 2014 21:00:58 +0000 Subject: Import LLDB as of upstream SVN r216948 (git 50f7fe44) This corresponds with the branchpoint for the 3.5 release. A number of files not required for the FreeBSD build have been removed. Sponsored by: DARPA, AFRL --- source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h') diff --git a/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h b/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h index eebaa7b6c8031..8a4fe7c09800c 100644 --- a/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h +++ b/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h @@ -26,6 +26,11 @@ public: lldb_private::Thread& thread, lldb_private::UnwindPlan& unwind_plan); + virtual bool + AugmentUnwindPlanFromCallSite (lldb_private::AddressRange& func, + lldb_private::Thread& thread, + lldb_private::UnwindPlan& unwind_plan); + virtual bool GetFastUnwindPlan (lldb_private::AddressRange& func, lldb_private::Thread& thread, -- cgit v1.2.3