Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h207 PlatformList &GetPlatformList() { return m_platform_list; } in GetPlatformList()
694 PlatformList m_platform_list; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp838 m_terminal_state(), m_target_list(*this), m_platform_list(), in Debugger()
875 m_platform_list.Append(default_platform_sp, true); in Debugger()