Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h225 PlatformList &GetPlatformList() { return m_platform_list; } in GetPlatformList()
485 PlatformList m_platform_list; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp689 m_terminal_state(), m_target_list(*this), m_platform_list(), in Debugger()
708 m_platform_list.Append(default_platform_sp, true); in Debugger()