Home
last modified time | relevance | path

Searched refs:GetSelectedFrame (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdData.cpp125 lldb::SBFrame frame = thread.GetSelectedFrame(); in Execute()
605 : thread.GetSelectedFrame(); in Execute()
908 lldb::SBFrame frame = thread.GetSelectedFrame(); in Execute()
977 lldb::SBFrame frame = thread.GetSelectedFrame(); in GetRegister()
1113 lldb::SBFrame frame = thread.GetSelectedFrame(); in Execute()
1184 lldb::SBFrame frame = thread.GetSelectedFrame(); in GetRegister()
H A DMICmdCmdStack.cpp220 MIuint nFrameId = sbThread.GetSelectedFrame().GetFrameID(); in Execute()
759 : thread.GetSelectedFrame(); in Execute()
930 : thread.GetSelectedFrame(); in Execute()
H A DMICmdCmdGdbShow.cpp323 const lldb::SBFrame sbFrame = sbThread.GetSelectedFrame(); in OptionFnLanguage()
H A DMICmdCmdVar.cpp176 lldb::SBFrame frame = bCurrentFrame ? thread.GetSelectedFrame() in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp166 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThread.h173 lldb::SBFrame GetSelectedFrame();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp206 ->GetSelectedFrame() in IOHandlerInputComplete()
272 exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp91 m_frame_sp = m_thread_sp->GetSelectedFrame(); in ExecutionContext()
536 lldb::StackFrameSP frame_sp(thread_sp->GetSelectedFrame()); in SetTargetPtr()
H A DStackFrameList.cpp956 StackFrameSP selected_frame_sp = m_thread.GetSelectedFrame(); in GetStatus()
H A DThread.cpp320 lldb::StackFrameSP Thread::GetSelectedFrame() { in GetSelectedFrame() function in Thread
354 StackFrameSP frame_sp = GetSelectedFrame(); in SetSelectedFrameByIndexNoisily()
H A DStopInfo.cpp1199 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in GetCrashingDereference()
H A DProcess.cpp4902 StackFrameSP selected_frame_sp = thread->GetSelectedFrame(); in RunThreadPlan()
4905 selected_frame_sp = thread->GetSelectedFrame(); in RunThreadPlan()
4937 selected_stack_id = selected_thread_sp->GetSelectedFrame()->GetStackID(); in RunThreadPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp120 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp79 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp119 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp161 StackFrameSP frame_sp = thread->GetSelectedFrame(); in DoExecute()
400 m_exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in DoExecute()
H A DCommandObjectThread.cpp1681 m_exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in DoExecute()
H A DCommandObjectType.cpp3005 StackFrameSP frame_sp = thread->GetSelectedFrame(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp936 frame_sp = thread->GetSelectedFrame(); in StepOverUntil()
1301 lldb::SBFrame SBThread::GetSelectedFrame() { in GetSelectedFrame() function in SBThread
1312 frame_sp = exe_ctx.GetThreadPtr()->GetSelectedFrame(); in GetSelectedFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp141 exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in GetObjectDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h458 lldb::StackFrameSP GetSelectedFrame();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp310 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp948 exe_ctx.SetFrameSP(thread_sp->GetSelectedFrame()); in GetSelectedExecutionContext()
H A DValueObject.cpp2984 frame_sp = thread_sp->GetSelectedFrame(); in EvaluationPoint()
H A DIOHandler.cpp3872 frame_sp = thread->GetSelectedFrame(); in WindowDelegateDraw()

12