Home
last modified time | relevance | path

Searched refs:GetSelectedThread (Results 1 – 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThreadList.cpp61 return GetSelectedThread(); in GetExpressionExecutionThread()
66 return GetSelectedThread(); in GetExpressionExecutionThread()
599 if (thread_sp == GetSelectedThread()) in WillResume()
683 ThreadSP ThreadList::GetSelectedThread() { in GetSelectedThread() function in ThreadList
HDExecutionContext.cpp86 m_thread_sp = m_process_sp->GetThreadList().GetSelectedThread(); in ExecutionContext()
515 process_sp->GetThreadList().GetSelectedThread()); in SetTargetPtr()
HDThread.cpp1747 if (process->GetThreadList().GetSelectedThread().get() == this) in GetStatus()
1778 (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID())) in GetStatus()
HDStackFrameList.cpp882 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
HDProcess.cpp833 ThreadSP curr_thread(thread_list.GetSelectedThread()); in HandleProcessStateChangedEvent()
929 ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in HandleProcessStateChangedEvent()
5026 lldb::ThreadSP selected_thread_sp = GetThreadList().GetSelectedThread(); in RunThreadPlan()
5695 GetThreadList().GetSelectedThread()->GetFrameWithStackID( in RunThreadPlan()
5698 GetThreadList().GetSelectedThread()->SetSelectedFrame( in RunThreadPlan()
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBProcessDocstrings.i67 ) lldb::SBProcess::GetSelectedThread;
HDSBProcessExtensions.i93 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadList.h43 lldb::ThreadSP GetSelectedThread();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBProcess.h103 lldb::SBThread GetSelectedThread() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.cpp159 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp238 .GetSelectedThread() in IOHandlerInputComplete()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBProcess.cpp204 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread() function in SBProcess
213 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in GetSelectedThread()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
HDABISysV_arm64.cpp793 lldb::ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in ReadLinuxProcessAddressMask()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandObject.cpp790 return process->GetThreadList().GetSelectedThread().get(); in GetDefaultThread()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
HDProcessMinidump.cpp257 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp5167 ThreadSP selected_thread_sp = thread_list.GetSelectedThread(); in TreeDelegateItemSelected()
5248 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateGenerateChildren()
5279 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateUpdateSelection()
HDValueObject.cpp3397 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in EvaluationPoint()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp3040 thread_list.GetSelectedThread()->GetRegisterContext()); in DoExecute()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp44284 result = ((lldb::SBProcess const *)arg1)->GetSelectedThread(); in _wrap_SBProcess_GetSelectedThread()