Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp62 return GetSelectedThread(); in GetExpressionExecutionThread()
67 return GetSelectedThread(); in GetExpressionExecutionThread()
600 if (thread_sp == GetSelectedThread()) in WillResume()
684 ThreadSP ThreadList::GetSelectedThread() { in GetSelectedThread() function in ThreadList
H A DExecutionContext.cpp86 m_thread_sp = m_process_sp->GetThreadList().GetSelectedThread(); in ExecutionContext()
515 process_sp->GetThreadList().GetSelectedThread()); in SetTargetPtr()
H A DThread.cpp1734 if (process->GetThreadList().GetSelectedThread().get() == this) in GetStatus()
1765 (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID())) in GetStatus()
H A DStackFrameList.cpp882 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
H A DProcess.cpp801 ThreadSP curr_thread(thread_list.GetSelectedThread()); in HandleProcessStateChangedEvent()
897 ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in HandleProcessStateChangedEvent()
4829 lldb::ThreadSP selected_thread_sp = GetThreadList().GetSelectedThread(); in RunThreadPlan()
5498 GetThreadList().GetSelectedThread()->GetFrameWithStackID( in RunThreadPlan()
5501 GetThreadList().GetSelectedThread()->SetSelectedFrame( in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i67 ) lldb::SBProcess::GetSelectedThread;
H A DSBProcessExtensions.i93 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h42 lldb::ThreadSP GetSelectedThread();
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h103 lldb::SBThread GetSelectedThread() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp201 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread() function in SBProcess
210 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in GetSelectedThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp155 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp238 .GetSelectedThread() in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp791 lldb::ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in ReadLinuxProcessAddressMask()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp713 return process->GetThreadList().GetSelectedThread().get(); in GetDefaultThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp257 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.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()
H A DValueObject.cpp2802 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in EvaluationPoint()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3116 thread_list.GetSelectedThread()->GetRegisterContext()); in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42647 result = ((lldb::SBProcess const *)arg1)->GetSelectedThread(); in _wrap_SBProcess_GetSelectedThread()