Home
last modified time | relevance | path

Searched defs:IsValidForOperatingSystemThread (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStopInfo.h80 virtual bool IsValidForOperatingSystemThread(Thread &thread) { return true; } in IsValidForOperatingSystemThread() function
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp134 bool IsValidForOperatingSystemThread(Thread &thread) override { in IsValidForOperatingSystemThread() function in lldb_private::StopInfoBreakpoint