Home
last modified time | relevance | path

Searched refs:behaves_like_zeroth_frame (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwind.h40 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 DStackFrame.h112 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 DLanguageRuntime.h248 bool &behaves_like_zeroth_frame);
262 bool &behaves_like_zeroth_frame) { in GetRuntimeUnwindPlan() argument
H A DUnwindLLDB.h80 bool &behaves_like_zeroth_frame) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp57 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 DHistoryUnwind.h34 bool &behaves_like_zeroth_frame) override;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp398 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 DStackFrameList.cpp324 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 DLanguageRuntime.cpp263 bool &behaves_like_zeroth_frame) { in GetRuntimeUnwindPlan() argument
272 process_sp, regctx, behaves_like_zeroth_frame); in GetRuntimeUnwindPlan()
H A DStackFrame.cpp60 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 DScriptedThread.cpp203 const bool behaves_like_zeroth_frame = false; in LoadArtificialStackFrames() local
209 StackFrame::Kind::Artificial, behaves_like_zeroth_frame, &sc); in LoadArtificialStackFrames()