Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp574 m_os_up.reset(); in Finalize()
2624 m_os_up.reset(OperatingSystem::FindPlugin(this, nullptr)); in LoadOperatingSystemPlugin()
2668 m_os_up.reset(); in LaunchPrivate()
2780 if (!m_os_up) in LaunchPrivate()
2818 if (!m_os_up) in LoadCore()
2978 m_os_up.reset(); in Attach()
3186 if (!m_os_up) { in CompleteAttach()
3188 if (m_os_up) { in CompleteAttach()
5963 m_os_up.reset(); in DidExec()
6043 if (!m_os_up) in ModulesDidLoad()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2360 OperatingSystem *GetOperatingSystem() { return m_os_up.get(); } in GetOperatingSystem()
3110 lldb::OperatingSystemUP m_os_up; variable