Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp171 parent_frame_sp->GetConcreteFrameIndex() == in ShouldStop()
172 cur_frame_sp->GetConcreteFrameIndex()) { in ShouldStop()
H A DUnwindLLDB.cpp436 uint32_t idx = frame->GetConcreteFrameIndex(); in DoCreateRegisterContextForFrame()
H A DStackFrameList.cpp414 uint32_t concrete_frame_idx = next_frame.GetConcreteFrameIndex(); in SynthesizeTailCallFrames()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp48 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/
H A DThreadOpenBSDKernel.cpp48 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp58 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp75 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp92 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp67 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h412 uint32_t GetConcreteFrameIndex() const { return m_concrete_frame_index; } in GetConcreteFrameIndex() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp305 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp116 frame ? frame->GetConcreteFrameIndex() : 0; in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp71 concrete_frame_idx = frame->GetConcreteFrameIndex(); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7047 frame_sp->GetConcreteFrameIndex() == 0) { in WindowDelegateDraw()
7200 frame_sp->GetConcreteFrameIndex() == 0) { in WindowDelegateDraw()