Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp171 parent_frame_sp->GetConcreteFrameIndex() == in ShouldStop()
172 cur_frame_sp->GetConcreteFrameIndex()) { in ShouldStop()
H A DUnwindLLDB.cpp441 uint32_t idx = frame->GetConcreteFrameIndex(); in DoCreateRegisterContextForFrame()
H A DStackFrameList.cpp417 uint32_t concrete_frame_idx = next_frame.GetConcreteFrameIndex(); in SynthesizeTailCallFrames()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp48 *frame->GetThread().get(), frame->GetConcreteFrameIndex(), in DoCreateRegisterContextForFrame()
H A DThreadMemory.cpp61 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp48 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp58 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h429 uint32_t GetConcreteFrameIndex() const { return m_concrete_frame_index; } in GetConcreteFrameIndex() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp305 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp120 frame ? frame->GetConcreteFrameIndex() : 0; in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp78 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7069 frame_sp->GetConcreteFrameIndex() == 0) { in WindowDelegateDraw()
7222 frame_sp->GetConcreteFrameIndex() == 0) { in WindowDelegateDraw()