reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/ThreadList.h
   42   lldb::ThreadSP GetSelectedThread();

References

tools/lldb/source/API/SBProcess.cpp
  219     thread_sp = process_sp->GetThreadList().GetSelectedThread();
tools/lldb/source/Commands/CommandObjectTarget.cpp
 2814                       thread_list.GetSelectedThread()->GetRegisterContext());
tools/lldb/source/Core/Debugger.cpp
  860       ThreadSP thread_sp(process_sp->GetThreadList().GetSelectedThread());
tools/lldb/source/Core/IOHandler.cpp
 2513           ThreadSP selected_thread_sp = thread_list.GetSelectedThread();
tools/lldb/source/Core/ValueObject.cpp
 2991           thread_sp = process_sp->GetThreadList().GetSelectedThread();
tools/lldb/source/Expression/REPL.cpp
  199                                  .GetSelectedThread()
tools/lldb/source/Interpreter/CommandObject.cpp
  953     return process->GetThreadList().GetSelectedThread().get();
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  298   ThreadSP thread = process->GetThreadList().GetSelectedThread();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  136       exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread());
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  267   stop_thread = Process::m_thread_list.GetSelectedThread();
tools/lldb/source/Target/ExecutionContext.cpp
   88         m_thread_sp = m_process_sp->GetThreadList().GetSelectedThread();
  521                   process_sp->GetThreadList().GetSelectedThread());
tools/lldb/source/Target/Process.cpp
  869         ThreadSP curr_thread(thread_list.GetSelectedThread());
 4705   lldb::ThreadSP selected_thread_sp = GetThreadList().GetSelectedThread();
 5375             GetThreadList().GetSelectedThread()->GetFrameWithStackID(
 5378           GetThreadList().GetSelectedThread()->SetSelectedFrame(
tools/lldb/source/Target/StackFrameList.cpp
  805       m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) {
tools/lldb/source/Target/Thread.cpp
 1907       if (process->GetThreadList().GetSelectedThread().get() == this)
 1934         (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID()))
tools/lldb/source/Target/ThreadList.cpp
   61     return GetSelectedThread();
   66     return GetSelectedThread();
  565       if (thread_sp == GetSelectedThread()) {
  596       thread_to_run = GetSelectedThread();