Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i153 Returns the currently selected thread.") GetSelectedThread;
155 GetSelectedThread () const;
514 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp61 return GetSelectedThread(); in GetExpressionExecutionThread()
66 return GetSelectedThread(); in GetExpressionExecutionThread()
565 if (thread_sp == GetSelectedThread()) { in WillResume()
596 thread_to_run = GetSelectedThread(); in WillResume()
648 ThreadSP ThreadList::GetSelectedThread() { in GetSelectedThread() function in ThreadList
H A DExecutionContext.cpp88 m_thread_sp = m_process_sp->GetThreadList().GetSelectedThread(); in ExecutionContext()
520 process_sp->GetThreadList().GetSelectedThread()); in SetTargetPtr()
H A DThread.cpp1725 if (process->GetThreadList().GetSelectedThread().get() == this) in GetStatus()
1752 (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID())) in GetStatus()
H A DStackFrameList.cpp810 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
H A DProcess.cpp777 ThreadSP curr_thread(thread_list.GetSelectedThread()); in HandleProcessStateChangedEvent()
873 ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in HandleProcessStateChangedEvent()
4729 lldb::ThreadSP selected_thread_sp = GetThreadList().GetSelectedThread(); in RunThreadPlan()
5397 GetThreadList().GetSelectedThread()->GetFrameWithStackID( in RunThreadPlan()
5400 GetThreadList().GetSelectedThread()->SetSelectedFrame( in RunThreadPlan()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h42 lldb::ThreadSP GetSelectedThread();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h97 lldb::SBThread GetSelectedThread() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp209 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread() function in SBProcess
211 GetSelectedThread); in GetSelectedThread()
219 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in GetSelectedThread()
1360 LLDB_REGISTER_METHOD_CONST(lldb::SBThread, SBProcess, GetSelectedThread, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp153 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp230 .GetSelectedThread() in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp799 lldb::ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in ReadLinuxProcessAddressMask()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp967 return process->GetThreadList().GetSelectedThread().get(); in GetDefaultThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp338 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3919 ThreadSP selected_thread_sp = thread_list.GetSelectedThread(); in TreeDelegateItemSelected()
3991 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateGenerateChildren()
4022 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateUpdateSelection()
H A DValueObject.cpp2820 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in EvaluationPoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2769 thread_list.GetSelectedThread()->GetRegisterContext()); in DoExecute()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39365 result = ((lldb::SBProcess const *)arg1)->GetSelectedThread(); in _wrap_SBProcess_GetSelectedThread()