summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h')
-rw-r--r--lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h b/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
index 6a48f5dfd70..5667aaf7462 100644
--- a/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
+++ b/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
@@ -30,27 +30,24 @@ public:
{
}
+protected:
virtual void
- Clear()
+ DoClear()
{
m_cursors.clear();
}
virtual uint32_t
- GetFrameCount();
+ DoGetFrameCount();
bool
- GetFrameInfoAtIndex (uint32_t frame_idx,
+ DoGetFrameInfoAtIndex (uint32_t frame_idx,
lldb::addr_t& cfa,
lldb::addr_t& pc);
lldb::RegisterContextSP
- CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
-
- lldb_private::Thread &
- GetThread();
+ DoCreateRegisterContextForFrame (lldb_private::StackFrame *frame);
-protected:
friend class RegisterContextMacOSXFrameBackchain;
struct Cursor
OpenPOWER on IntegriCloud