Home
last modified time | relevance | path

Searched refs:GetConcreteFrameIndex (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepInstruction.cpp171 parent_frame_sp->GetConcreteFrameIndex() == in ShouldStop()
172 cur_frame_sp->GetConcreteFrameIndex()) { in ShouldStop()
HDUnwindLLDB.cpp441 uint32_t idx = frame->GetConcreteFrameIndex(); in DoCreateRegisterContextForFrame()
HDStackFrameList.cpp417 uint32_t concrete_frame_idx = next_frame.GetConcreteFrameIndex(); in SynthesizeTailCallFrames()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDHistoryUnwind.cpp48 *frame->GetThread().get(), frame->GetConcreteFrameIndex(), in DoCreateRegisterContextForFrame()
HDThreadMemory.cpp61 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
HDThreadFreeBSDKernel.cpp48 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
HDThreadMinidump.cpp58 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStackFrame.h429 uint32_t GetConcreteFrameIndex() const { return m_concrete_frame_index; } in GetConcreteFrameIndex() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp305 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedThread.cpp120 frame ? frame->GetConcreteFrameIndex() : 0; in CreateRegisterContextForFrame()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDThreadElfCore.cpp78 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp7069 frame_sp->GetConcreteFrameIndex() == 0) { in WindowDelegateDraw()
7222 frame_sp->GetConcreteFrameIndex() == 0) { in WindowDelegateDraw()