Home
last modified time | relevance | path

Searched defs:behaves_like_zeroth_frame (Results 1 – 8 of 8) 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
51 lldb::addr_t &pc, bool &behaves_like_zeroth_frame) { in GetFrameInfoAtIndex()
H A DLanguageRuntime.h251 bool &behaves_like_zeroth_frame) { in GetRuntimeUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp57 bool &behaves_like_zeroth_frame) { in DoGetFrameInfoAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp423 const bool behaves_like_zeroth_frame = in SynthesizeTailCallFrames() local
483 bool behaves_like_zeroth_frame = (idx == 0); in GetFramesUpTo() local
699 bool behaves_like_zeroth_frame = (idx == 0); in GetFrameAtIndex() local
H A DUnwindLLDB.cpp398 bool &behaves_like_zeroth_frame) { in DoGetFrameInfoAtIndex()
H A DStackFrame.cpp56 bool behaves_like_zeroth_frame, in StackFrame()
82 addr_t pc, bool behaves_like_zeroth_frame, in StackFrame()
108 const Address &pc_addr, bool behaves_like_zeroth_frame, in StackFrame()
H A DLanguageRuntime.cpp263 bool &behaves_like_zeroth_frame) { in GetRuntimeUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp197 const bool behaves_like_zeroth_frame = false; LoadArtificialStackFrames() local