Home
last modified time | relevance | path

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

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