HomeSort by relevance Sort by last modified time
    Searched refs:thread_spec (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/API/
SBBreakpoint.cpp 404 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); local
405 if (thread_spec != NULL)
406 thread_idx = thread_spec->GetIndex();
437 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); local
438 if (thread_spec != NULL)
439 name = thread_spec->GetName();
468 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); local
469 if (thread_spec)
470 name = thread_spec->GetQueueName();
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 4995 ThreadSpec *thread_spec = new ThreadSpec(); local
    [all...]

Completed in 44 milliseconds