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 D | Unwind.h | 40 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 D | LanguageRuntime.h | 250 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 D | HistoryUnwind.cpp | 57 bool &behaves_like_zeroth_frame) { in DoGetFrameInfoAtIndex()
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrameList.cpp | 423 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 D | UnwindLLDB.cpp | 393 DoGetFrameInfoAtIndex(uint32_t idx,addr_t & cfa,addr_t & pc,bool & behaves_like_zeroth_frame) DoGetFrameInfoAtIndex() argument
|
H A D | StackFrame.cpp | 56 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 D | LanguageRuntime.cpp | 263 bool &behaves_like_zeroth_frame) { in GetRuntimeUnwindPlan()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 203 const bool behaves_like_zeroth_frame = false; in LoadArtificialStackFrames() local
|