Home
last modified time | relevance | path

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

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