Searched defs:IsValidForOperatingSystemThread (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | StopInfo.h | 80 virtual bool IsValidForOperatingSystemThread(Thread &thread) { return true; } IsValidForOperatingSystemThread() function |
/llvm-project/lldb/source/Target/ | ||
H A D | StopInfo.cpp | 138 bool IsValidForOperatingSystemThread(Thread &thread) override { IsValidForOperatingSystemThread() function in lldb_private::StopInfoBreakpoint |