Home
last modified time | relevance | path

Searched refs:m_os_up (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Target/
DProcess.cpp668 m_os_up.reset(); in Finalize()
2584 m_os_up.reset(OperatingSystem::FindPlugin(this, nullptr)); in LoadOperatingSystemPlugin()
2595 m_os_up.reset(); in Launch()
2669 if (!m_os_up) in Launch()
2730 if (!m_os_up) in LoadCore()
2865 m_os_up.reset(); in Attach()
3072 if (!m_os_up) { in CompleteAttach()
3074 if (m_os_up) { in CompleteAttach()
5718 m_os_up.reset(); in DidExec()
5794 if (!m_os_up) in ModulesDidLoad()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2212 OperatingSystem *GetOperatingSystem() { return m_os_up.get(); } in GetOperatingSystem()
2803 lldb::OperatingSystemUP m_os_up; variable