Home
last modified time | relevance | path

Searched refs:GetOperatingSystem (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp82 OperatingSystem *os = process_sp->GetOperatingSystem(); in CalculateStopInfo()
H A DRegisterContextThreadMemory.cpp43 OperatingSystem *os = process_sp->GetOperatingSystem(); in UpdateRegisterContext()
H A DStopInfoMachException.cpp805 thread.GetProcess()->GetOperatingSystem() != nullptr) in CreateStopReasonWithMachException()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2335 OperatingSystem *GetOperatingSystem() { return m_os_up.get(); } in GetOperatingSystem() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1167 OperatingSystem *os = GetOperatingSystem(); in UpdateThreadListIfNeeded()
1271 OperatingSystem *os = GetOperatingSystem(); in CreateOSPluginThread()