Searched refs:m_option_group (Results 1 - 10 of 10) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectExpression.cpp170 m_option_group (interpreter),
211 m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupFormat::OPTION_GROUP_GDB_FMT, LLDB_OPT_SET_1);
212 m_option_group.Append (&m_command_options);
213 m_option_group.Append (&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1 | LLDB_OPT_SET_2);
214 m_option_group.Finalize();
224 return &m_option_group;
421 m_option_group.NotifyOptionParsingStarting();
486 Error error (m_option_group.NotifyOptionParsingFinished());
H A DCommandObjectRegister.cpp52 m_option_group (interpreter),
70 m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupFormat::OPTION_GROUP_GDB_FMT, LLDB_OPT_SET_ALL);
71 m_option_group.Append (&m_command_options);
72 m_option_group.Finalize();
84 return &m_option_group;
346 OptionGroupOptions m_option_group; member in class:CommandObjectRegisterRead
H A DCommandObjectMemory.cpp311 m_option_group (interpreter),
347 m_option_group.Append (&m_format_options,
350 m_option_group.Append (&m_format_options,
354 m_option_group.Append (&m_format_options,
357 m_option_group.Append (&m_memory_options);
358 m_option_group.Append (&m_outfile_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1 | LLDB_OPT_SET_2 | LLDB_OPT_SET_3);
359 m_option_group.Append (&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_3);
360 m_option_group.Finalize();
371 return &m_option_group;
890 OptionGroupOptions m_option_group; member in class:CommandObjectMemoryRead
1348 OptionGroupOptions m_option_group; member in class:CommandObjectMemoryWrite
[all...]
H A DCommandObjectExpression.h89 OptionGroupOptions m_option_group; member in class:lldb_private::CommandObjectExpression
H A DCommandObjectFrame.cpp313 m_option_group (interpreter),
331 m_option_group.Append (&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
332 m_option_group.Append (&m_option_format, OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupFormat::OPTION_GROUP_GDB_FMT, LLDB_OPT_SET_1);
333 m_option_group.Append (&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
334 m_option_group.Finalize();
346 return &m_option_group;
597 OptionGroupOptions m_option_group; member in class:CommandObjectFrameVariable
H A DCommandObjectWatchpoint.cpp936 m_option_group (interpreter),
959 m_option_group.Append (&m_option_watchpoint, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
960 m_option_group.Finalize();
969 return &m_option_group;
1113 OptionGroupOptions m_option_group; member in class:CommandObjectWatchpointSetVariable
1143 m_option_group (interpreter),
1166 m_option_group.Append (&m_option_watchpoint, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
1167 m_option_group.Finalize();
1181 return &m_option_group;
1188 m_option_group
1322 OptionGroupOptions m_option_group; member in class:CommandObjectWatchpointSetExpression
[all...]
H A DCommandObjectTarget.cpp157 m_option_group (interpreter),
178 m_option_group.Append (&m_arch_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
179 m_option_group.Append (&m_platform_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
180 m_option_group.Append (&m_core_file, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
181 m_option_group.Append (&m_symbol_file, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
182 m_option_group.Append (&m_remote_file, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
183 m_option_group.Append (&m_add_dependents, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
184 m_option_group.Finalize();
194 return &m_option_group;
340 OptionGroupOptions m_option_group; member in class:CommandObjectTargetCreate
597 OptionGroupOptions m_option_group; member in class:CommandObjectTargetDelete
961 OptionGroupOptions m_option_group; member in class:CommandObjectTargetVariable
2597 OptionGroupOptions m_option_group; member in class:CommandObjectTargetModulesAdd
2980 OptionGroupOptions m_option_group; member in class:CommandObjectTargetModulesLoad
4627 OptionGroupOptions m_option_group; member in class:CommandObjectTargetSymbolsAdd
[all...]
H A DCommandObjectPlatform.cpp46 m_option_group (interpreter),
49 m_option_group.Append (&m_platform_options, LLDB_OPT_SET_ALL, 1);
50 m_option_group.Finalize();
83 return &m_option_group;
125 OptionGroupOptions m_option_group; member in class:CommandObjectPlatformSelect
H A DCommandObjectType.cpp414 OptionGroupOptions m_option_group; member in class:CommandObjectTypeFormatAdd
421 return &m_option_group;
430 m_option_group (interpreter),
473 m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT, LLDB_OPT_SET_ALL);
474 m_option_group.Append (&m_command_options);
475 m_option_group.Finalize();
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp956 OptionGroupOptions m_option_group; member in class:CommandObjectProcessKDPPacketSend
963 return &m_option_group;
973 m_option_group (interpreter),
977 m_option_group.Append (&m_command_byte, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
978 m_option_group.Append (&m_packet_data , LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
979 m_option_group.Finalize();

Completed in 1909 milliseconds