Home | History | Annotate | Download | only in Target

Lines Matching defs:ThreadSpec

1 //===-- ThreadSpec.cpp ----------------------------------------------*- C++ -*-===//
11 #include "lldb/Target/ThreadSpec.h"
16 ThreadSpec::ThreadSpec() :
24 ThreadSpec::ThreadSpec (const ThreadSpec &rhs) :
32 const ThreadSpec &
33 ThreadSpec::operator=(const ThreadSpec &rhs)
43 ThreadSpec::GetName () const
52 ThreadSpec::GetQueueName () const
61 ThreadSpec::TIDMatches (Thread &thread) const
70 ThreadSpec::IndexMatches (Thread &thread) const
78 ThreadSpec::NameMatches (Thread &thread) const
87 ThreadSpec::QueueNameMatches (Thread &thread) const
97 ThreadSpec::ThreadPassesBasicTests (Thread &thread) const
120 ThreadSpec::HasSpecification() const
125 ThreadSpec::GetDescription (Stream *s, lldb::DescriptionLevel level) const