Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDThreadMemory.cpp73 backing_stop_info_sp->IsValidForOperatingSystemThread(*this)) { in CalculateStopInfo()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStopInfo.h80 virtual bool IsValidForOperatingSystemThread(Thread &thread) { return true; } in IsValidForOperatingSystemThread() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDStopInfo.cpp138 bool IsValidForOperatingSystemThread(Thread &thread) override { in IsValidForOperatingSystemThread() function in lldb_private::StopInfoBreakpoint