Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h241 virtual bool MatchesSpec(const ThreadSpec *spec);
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp384 return thread.MatchesSpec( in ValidForThisThread()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1071 bool Thread::MatchesSpec(const ThreadSpec *spec) { in MatchesSpec() function in Thread