Home
last modified time | relevance | path

Searched refs:UnwindMacOSXFrameBackchain (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.h18 class UnwindMacOSXFrameBackchain : public lldb_private::Unwind {
20 UnwindMacOSXFrameBackchain(lldb_private::Thread &thread);
22 ~UnwindMacOSXFrameBackchain() override = default;
53 DISALLOW_COPY_AND_ASSIGN(UnwindMacOSXFrameBackchain);
H A DUnwindMacOSXFrameBackchain.cpp24 UnwindMacOSXFrameBackchain::UnwindMacOSXFrameBackchain(Thread &thread) in UnwindMacOSXFrameBackchain() function in UnwindMacOSXFrameBackchain
27 uint32_t UnwindMacOSXFrameBackchain::DoGetFrameCount() { in DoGetFrameCount()
45 bool UnwindMacOSXFrameBackchain::DoGetFrameInfoAtIndex(uint32_t idx, in DoGetFrameInfoAtIndex()
64 UnwindMacOSXFrameBackchain::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame()
74 size_t UnwindMacOSXFrameBackchain::GetStackFrameData_i386( in GetStackFrameData_i386()
166 size_t UnwindMacOSXFrameBackchain::GetStackFrameData_x86_64( in GetStackFrameData_x86_64()
H A DRegisterContextMacOSXFrameBackchain.h23 const UnwindMacOSXFrameBackchain::Cursor &cursor);
51 UnwindMacOSXFrameBackchain::Cursor m_cursor;
H A DRegisterContextMacOSXFrameBackchain.cpp28 const UnwindMacOSXFrameBackchain::Cursor &cursor) in RegisterContextMacOSXFrameBackchain()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile421 SRCS+= Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp2081 m_unwinder_ap.reset(new UnwindMacOSXFrameBackchain(*this)); in GetUnwinder()