Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDebugger.h202 PlatformList &GetPlatformList() { return m_platform_list; } in GetPlatformList()
557 PlatformList m_platform_list; variable
/openbsd/src/gnu/llvm/lldb/source/Core/
DDebugger.cpp767 m_terminal_state(), m_target_list(*this), m_platform_list(), in Debugger()
786 m_platform_list.Append(default_platform_sp, true); in Debugger()