Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3086 m_platform_field = AddPlatformPluginField(debugger); in TargetCreateFormDelegate()
3099 m_platform_field->FieldDelegateShow(); in UpdateFieldsVisibility()
3104 m_platform_field->FieldDelegateHide(); in UpdateFieldsVisibility()
3132 platform_options.SetPlatformName(m_platform_field->GetPluginName().c_str()); in GetPlatformOptions()
3248 PlatformPluginFieldDelegate *m_platform_field; member in curses::TargetCreateFormDelegate