HomeSort by relevance Sort by last modified time
    Searched refs:m_platform_options (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 47 m_platform_options (false) // Don't include the "--platform" option by passing false
49 m_option_group.Append (&m_platform_options, LLDB_OPT_SET_ALL, 1);
96 m_platform_options.SetPlatformName (platform_name);
99 PlatformSP platform_sp (m_platform_options.CreatePlatformWithOptions (m_interpreter, ArchSpec(), select, error, platform_arch));
126 OptionGroupPlatform m_platform_options; member in class:CommandObjectPlatformSelect
    [all...]
CommandObjectTarget.cpp 159 m_platform_options(true), // Do include the "--platform" option in the platform settings by passing true
179 m_option_group.Append (&m_platform_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
254 &m_platform_options,
342 OptionGroupPlatform m_platform_options; member in class:CommandObjectTargetCreate
    [all...]

Completed in 42 milliseconds