/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Unwind.h | 40 bool behaves_like_zeroth_frame = (end_idx == 0); in GetFramesUpTo() local 43 if (!DoGetFrameInfoAtIndex(idx, cfa, pc, behaves_like_zeroth_frame)) { in GetFramesUpTo() 51 lldb::addr_t &pc, bool &behaves_like_zeroth_frame) { in GetFrameInfoAtIndex() argument 53 return DoGetFrameInfoAtIndex(frame_idx, cfa, pc, behaves_like_zeroth_frame); in GetFrameInfoAtIndex() 71 bool &behaves_like_zeroth_frame) = 0;
|
H A D | StackFrame.h | 111 bool behaves_like_zeroth_frame, const SymbolContext *sc_ptr); 116 lldb::addr_t pc, bool behaves_like_zeroth_frame, 122 const Address &pc, bool behaves_like_zeroth_frame,
|
H A D | LanguageRuntime.h | 242 bool &behaves_like_zeroth_frame); 251 bool &behaves_like_zeroth_frame) { in GetRuntimeUnwindPlan() argument
|
H A D | UnwindLLDB.h | 77 bool &behaves_like_zeroth_frame) override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | HistoryUnwind.cpp | 57 bool &behaves_like_zeroth_frame) { in DoGetFrameInfoAtIndex() argument 65 behaves_like_zeroth_frame = true; in DoGetFrameInfoAtIndex() 67 behaves_like_zeroth_frame = (frame_idx == 0); in DoGetFrameInfoAtIndex()
|
H A D | HistoryUnwind.h | 34 bool &behaves_like_zeroth_frame) override;
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrameList.cpp | 423 const bool behaves_like_zeroth_frame = in SynthesizeTailCallFrames() local 430 behaves_like_zeroth_frame, &sc); in SynthesizeTailCallFrames() 483 bool behaves_like_zeroth_frame = (idx == 0); in GetFramesUpTo() local 492 idx, cfa, pc, behaves_like_zeroth_frame); in GetFramesUpTo() 503 cfa, pc, behaves_like_zeroth_frame, nullptr); in GetFramesUpTo() 521 unwinder.GetFrameInfoAtIndex(idx, cfa, pc, behaves_like_zeroth_frame); in GetFramesUpTo() 530 pc, StackFrame::Kind::Regular, behaves_like_zeroth_frame, nullptr); in GetFramesUpTo() 555 behaves_like_zeroth_frame = false; in GetFramesUpTo() 559 behaves_like_zeroth_frame, &next_frame_sc)); in GetFramesUpTo() 699 bool behaves_like_zeroth_frame = (idx == 0); in GetFrameAtIndex() local [all …]
|
H A D | UnwindLLDB.cpp | 398 bool &behaves_like_zeroth_frame) { in DoGetFrameInfoAtIndex() argument 415 behaves_like_zeroth_frame = true; in DoGetFrameInfoAtIndex() 420 behaves_like_zeroth_frame = true; in DoGetFrameInfoAtIndex() 427 behaves_like_zeroth_frame = true; in DoGetFrameInfoAtIndex() 429 behaves_like_zeroth_frame = true; in DoGetFrameInfoAtIndex() 431 behaves_like_zeroth_frame = false; in DoGetFrameInfoAtIndex()
|
H A D | LanguageRuntime.cpp | 263 bool &behaves_like_zeroth_frame) { in GetRuntimeUnwindPlan() argument 272 process_sp, regctx, behaves_like_zeroth_frame); in GetRuntimeUnwindPlan()
|
H A D | StackFrame.cpp | 56 bool behaves_like_zeroth_frame, in StackFrame() argument 63 m_behaves_like_zeroth_frame(behaves_like_zeroth_frame), in StackFrame() 82 addr_t pc, bool behaves_like_zeroth_frame, in StackFrame() argument 90 m_behaves_like_zeroth_frame(behaves_like_zeroth_frame), in StackFrame() 108 const Address &pc_addr, bool behaves_like_zeroth_frame, in StackFrame() argument 118 m_behaves_like_zeroth_frame(behaves_like_zeroth_frame), in StackFrame()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 203 const bool behaves_like_zeroth_frame = false; in LoadArtificialStackFrames() 209 StackFrame::Kind::Artificial, behaves_like_zeroth_frame, &sc); in LoadArtificialStackFrames() 197 const bool behaves_like_zeroth_frame = false; LoadArtificialStackFrames() local
|