Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp700 thread.GetProcess()->GetOperatingSystem() != nullptr) in CreateStopReasonWithMachException()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2207 OperatingSystem *GetOperatingSystem() { return m_os_up.get(); } in GetOperatingSystem() function
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp1162 OperatingSystem *os = GetOperatingSystem(); in UpdateThreadListIfNeeded()
1266 OperatingSystem *os = GetOperatingSystem(); in CreateOSPluginThread()