commit | d61182d19856ae0338feb052cfe7cd5faa632e83 | [log] [tgz] |
---|---|---|
author | Stephen Wilson <wilsons@start.ca> | Tue Jan 04 21:45:57 2011 +0000 |
committer | Stephen Wilson <wilsons@start.ca> | Tue Jan 04 21:45:57 2011 +0000 |
tree | d90951572449425cc9d4113fcda0a07e9371ec94 | |
parent | ed56002a20abc5c62010753afe969686d5b114ce [diff] [blame] |
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_