Home
last modified time | relevance | path

Searched refs:MatchesSpec (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp426 return thread->MatchesSpec(GetOptionsNoCreate()->GetThreadSpecNoCreate()); in ValidForThisThread()
/external/lldb/include/lldb/Target/
DThread.h308 MatchesSpec (const ThreadSpec *spec);
/external/lldb/source/Target/
DThread.cpp1007 Thread::MatchesSpec (const ThreadSpec *spec) in MatchesSpec() function in Thread