Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp149 m_platform_options( in CommandObjectPlatformSelect()
152 m_option_group.Append(&m_platform_options, LLDB_OPT_SET_ALL, 1); in CommandObjectPlatformSelect()
171 m_platform_options.SetPlatformName(platform_name); in DoExecute()
174 PlatformSP platform_sp(m_platform_options.CreatePlatformWithOptions( in DoExecute()
195 OptionGroupPlatform m_platform_options; member in CommandObjectPlatformSelect
309 OptionGroupOptions *m_platform_options = nullptr; in GetOptions() local
311 m_platform_options = platform_sp->GetConnectionOptions(m_interpreter); in GetOptions()
312 if (m_platform_options != nullptr && !m_platform_options->m_did_finalize) in GetOptions()
313 m_platform_options->Finalize(); in GetOptions()
315 return m_platform_options; in GetOptions()
H A DCommandObjectTarget.cpp220 m_platform_options(true), // Include the --platform option. in CommandObjectTargetCreate()
247 m_option_group.Append(&m_platform_options, LLDB_OPT_SET_ALL, 1); in CommandObjectTargetCreate()
316 m_add_dependents.m_load_dependent_files, &m_platform_options, in DoExecute()
443 OptionGroupPlatform m_platform_options; member in CommandObjectTargetCreate