Provide LinuxThread with an implementation of Thread::GetUnwinder.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@122841 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/Linux/LinuxThread.h b/source/Plugins/Process/Linux/LinuxThread.h
index afa1548..0e7f89d 100644
--- a/source/Plugins/Process/Linux/LinuxThread.h
+++ b/source/Plugins/Process/Linux/LinuxThread.h
@@ -78,6 +78,9 @@
 
     lldb::StopInfoSP
     GetPrivateStopReason();
+
+    lldb_private::Unwind *
+    GetUnwinder();
 };
 
 #endif // #ifndef liblldb_LinuxThread_H_