aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lldb/source/Plugins/Process/Utility/UnwindLLDB.h')
-rw-r--r--contrib/llvm-project/lldb/source/Plugins/Process/Utility/UnwindLLDB.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm-project/lldb/source/Plugins/Process/Utility/UnwindLLDB.h b/contrib/llvm-project/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
index c512929c185b..ff5db39730b5 100644
--- a/contrib/llvm-project/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
+++ b/contrib/llvm-project/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
@@ -73,7 +73,8 @@ protected:
uint32_t DoGetFrameCount() override;
bool DoGetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa,
- lldb::addr_t &start_pc) override;
+ lldb::addr_t &start_pc,
+ bool &behaves_like_zeroth_frame) override;
lldb::RegisterContextSP
DoCreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;