Searched refs:behaves_like_zeroth_frame (Results 1 – 11 of 11) sorted by relevance
| /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 | 112 bool behaves_like_zeroth_frame, const SymbolContext *sc_ptr); 117 lldb::addr_t pc, bool behaves_like_zeroth_frame, 123 const Address &pc, bool behaves_like_zeroth_frame,
|
| H A D | LanguageRuntime.h | 248 bool &behaves_like_zeroth_frame); 262 bool &behaves_like_zeroth_frame) { in GetRuntimeUnwindPlan() argument
|
| H A D | UnwindLLDB.h | 80 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 | 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 | StackFrameList.cpp | 324 const bool behaves_like_zeroth_frame = in SynthesizeTailCallFrames() local 331 behaves_like_zeroth_frame, &sc); in SynthesizeTailCallFrames() 426 bool behaves_like_zeroth_frame = (idx == 0); in FetchFramesUpTo() local 435 idx, cfa, pc, behaves_like_zeroth_frame); in FetchFramesUpTo() 446 cfa, pc, behaves_like_zeroth_frame, nullptr); in FetchFramesUpTo() 464 unwinder.GetFrameInfoAtIndex(idx, cfa, pc, behaves_like_zeroth_frame); in FetchFramesUpTo() 473 pc, StackFrame::Kind::Regular, behaves_like_zeroth_frame, nullptr); in FetchFramesUpTo() 498 behaves_like_zeroth_frame = false; in FetchFramesUpTo() 502 behaves_like_zeroth_frame, &next_frame_sc)); in FetchFramesUpTo()
|
| 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 | 60 bool behaves_like_zeroth_frame, in StackFrame() argument 67 m_behaves_like_zeroth_frame(behaves_like_zeroth_frame), in StackFrame() 86 addr_t pc, bool behaves_like_zeroth_frame, in StackFrame() argument 94 m_behaves_like_zeroth_frame(behaves_like_zeroth_frame), in StackFrame() 112 const Address &pc_addr, bool behaves_like_zeroth_frame, in StackFrame() argument 122 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() local 209 StackFrame::Kind::Artificial, behaves_like_zeroth_frame, &sc); in LoadArtificialStackFrames()
|