Home
last modified time | relevance | path

Searched defs:behaves_like_zeroth_frame (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/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.h250 GetRuntimeUnwindPlan(lldb::ProcessSP process_sp,lldb_private::RegisterContext * regctx,bool & behaves_like_zeroth_frame) GetRuntimeUnwindPlan() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp57 bool &behaves_like_zeroth_frame) { in DoGetFrameInfoAtIndex()
/freebsd-src/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 in GetFrameAtIndex() local
[all...]
H A DUnwindLLDB.cpp393 DoGetFrameInfoAtIndex(uint32_t idx,addr_t & cfa,addr_t & pc,bool & behaves_like_zeroth_frame) DoGetFrameInfoAtIndex() argument
H A DStackFrame.cpp56 bool behaves_like_zeroth_frame, in StackFrame() argument
82 addr_t pc, bool behaves_like_zeroth_frame, in StackFrame() argument
108 const Address &pc_addr, bool behaves_like_zeroth_frame, in StackFrame() argument
H A DLanguageRuntime.cpp263 bool &behaves_like_zeroth_frame) { in GetRuntimeUnwindPlan()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp203 const bool behaves_like_zeroth_frame = false; in LoadArtificialStackFrames() local