| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadList.cpp | 61 return GetSelectedThread(); in GetExpressionExecutionThread() 66 return GetSelectedThread(); in GetExpressionExecutionThread() 533 if (thread_sp == GetSelectedThread()) in WillResume() 687 ThreadSP ThreadList::GetSelectedThread() { in GetSelectedThread() function in ThreadList
|
| H A D | ExecutionContext.cpp | 86 m_thread_sp = m_process_sp->GetThreadList().GetSelectedThread(); in ExecutionContext() 515 process_sp->GetThreadList().GetSelectedThread()); in SetTargetPtr()
|
| H A D | StackFrameList.cpp | 831 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
|
| H A D | Thread.cpp | 1792 if (process->GetThreadList().GetSelectedThread().get() == this) in GetStatus() 1823 (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID())) in GetStatus()
|
| H A D | Process.cpp | 804 ThreadSP curr_thread(thread_list.GetSelectedThread()); in HandleProcessStateChangedEvent() 853 ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in HandleProcessStateChangedEvent() 5065 lldb::ThreadSP selected_thread_sp = GetThreadList().GetSelectedThread(); in RunThreadPlan() 5735 GetThreadList().GetSelectedThread()->GetFrameWithStackID( in RunThreadPlan() 5738 GetThreadList().GetSelectedThread()->SetSelectedFrame( in RunThreadPlan()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessDocstrings.i | 67 ) lldb::SBProcess::GetSelectedThread;
|
| H A D | SBProcessExtensions.i | 93 selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that gets/sets the currently selected thread in this process. The getter returns a lldb.SBThread object and the setter takes an lldb.SBThread object.''')
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadList.h | 43 lldb::ThreadSP GetSelectedThread();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 103 lldb::SBThread GetSelectedThread() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 159 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 240 .GetSelectedThread() in IOHandlerInputComplete()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 206 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread() function in SBProcess 215 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in GetSelectedThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 789 return process->GetThreadList().GetSelectedThread().get(); in GetDefaultThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABISysV_arm64.cpp | 814 lldb::ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in ReadLinuxProcessAddressMask()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 270 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5169 ThreadSP selected_thread_sp = thread_list.GetSelectedThread(); in TreeDelegateItemSelected() 5250 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateGenerateChildren() 5281 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateUpdateSelection()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObject.cpp | 3367 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in EvaluationPoint()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 3068 thread_list.GetSelectedThread()->GetRegisterContext()); in DoExecute()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 45063 result = ((lldb::SBProcess const *)arg1)->GetSelectedThread(); in _wrap_SBProcess_GetSelectedThread()
|