Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3088 m_platform_field = AddPlatformPluginField(debugger); in TargetCreateFormDelegate()
3101 m_platform_field->FieldDelegateShow(); in UpdateFieldsVisibility()
3106 m_platform_field->FieldDelegateHide(); in UpdateFieldsVisibility()
3134 platform_options.SetPlatformName(m_platform_field->GetPluginName().c_str()); in GetPlatformOptions()
3250 PlatformPluginFieldDelegate *m_platform_field; member in lldb_private::curses::TargetCreateFormDelegate