Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py606 ).GetSelectedThread().GetSelectedFrame()
658 ).GetSelectedThread().GetSelectedFrame()
892 frame = process.GetSelectedThread().GetSelectedFrame()
1000 frame = process.GetSelectedThread().GetSelectedFrame()
1117 frame = process.GetSelectedThread().GetSelectedFrame()
1283 frame = target.GetProcess().GetSelectedThread().GetSelectedFrame()
1334 frame = process.GetSelectedThread().GetSelectedFrame()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Djump.py146 frame = thread.GetSelectedFrame()
H A Ddiagnose_nsstring.py50 frame = thread.GetSelectedFrame()
H A Dlldbtk.py556 frame = thread.GetSelectedFrame()
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp159 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in GetHistoryThreads()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h177 lldb::SBFrame GetSelectedFrame();
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp236 ->GetSelectedFrame() in IOHandlerInputComplete()
311 exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DExecutionContext.cpp88 m_frame_sp = m_thread_sp->GetSelectedFrame(); in ExecutionContext()
520 lldb::StackFrameSP frame_sp(thread_sp->GetSelectedFrame()); in SetTargetPtr()
H A DStackFrameList.cpp866 StackFrameSP selected_frame_sp = m_thread.GetSelectedFrame(); in GetStatus()
H A DThread.cpp267 lldb::StackFrameSP Thread::GetSelectedFrame() { in GetSelectedFrame() function in Thread
301 StackFrameSP frame_sp = GetSelectedFrame(); in SetSelectedFrameByIndexNoisily()
H A DStopInfo.cpp1460 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in GetCrashingDereference()
H A DProcess.cpp4748 StackFrameSP selected_frame_sp = thread->GetSelectedFrame(); in RunThreadPlan()
4751 selected_frame_sp = thread->GetSelectedFrame(); in RunThreadPlan()
4783 selected_stack_id = selected_thread_sp->GetSelectedFrame()->GetStackID(); in RunThreadPlan()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp116 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp84 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i334 GetSelectedFrame ();
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DBreakpointBase.cpp284 lldb::SBFrame frame = thread.GetSelectedFrame(); in BreakpointHitCallback()
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dsourcewin.py110 loc = process.GetSelectedThread().GetSelectedFrame().GetLineEntry()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp792 frame_sp = thread->GetSelectedFrame(); in StepOverUntil()
1125 lldb::SBFrame SBThread::GetSelectedFrame() { in GetSelectedFrame() function in SBThread
1136 frame_sp = exe_ctx.GetThreadPtr()->GetSelectedFrame(); in GetSelectedFrame()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp112 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp138 StackFrameSP frame_sp = thread->GetSelectedFrame(); in DoExecute()
375 m_exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in DoExecute()
H A DCommandObjectThread.cpp1530 m_exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/
H A Dcli-wrapper-mpxtable.cpp275 target.GetProcess().GetSelectedThread().GetSelectedFrame(); in GetInitInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h435 lldb::StackFrameSP GetSelectedFrame();
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp159 exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in GetObjectDescription()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp307 StackFrameSP frame_sp = thread_sp->GetSelectedFrame(); in RetrieveReportData()

12