diff options
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/UnwindLLDB.h')
-rw-r--r-- | lldb/source/Plugins/Process/Utility/UnwindLLDB.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/Utility/UnwindLLDB.h b/lldb/source/Plugins/Process/Utility/UnwindLLDB.h index 1741a125f95..e219a871fe7 100644 --- a/lldb/source/Plugins/Process/Utility/UnwindLLDB.h +++ b/lldb/source/Plugins/Process/Utility/UnwindLLDB.h @@ -63,6 +63,9 @@ private: typedef lldb::SharedPtr<Cursor>::Type CursorSP; std::vector<CursorSP> m_frames; + bool AddOneMoreFrame (); + bool AddFirstFrame (); + //------------------------------------------------------------------ // For UnwindLLDB only //------------------------------------------------------------------ |