Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h200 PlatformList &GetPlatformList() { return m_platform_list; } in GetPlatformList()
703 PlatformList m_platform_list; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp852 m_terminal_state(), m_target_list(*this), m_platform_list(), in Debugger()
892 m_platform_list.Append(default_platform_sp, true); in Debugger()