reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
   67     const int short_option = g_breakpoint_modify_options[option_idx].short_option;
  201     const int short_option = g_breakpoint_modify_options[option_idx].short_option;
  279       const int short_option = g_breakpoint_set_options[option_idx].short_option;
 1524     const int short_option = g_breakpoint_name_options[option_idx].short_option;
 1584         = g_breakpoint_access_options[option_idx].short_option;
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  291           = g_breakpoint_command_add_options[option_idx].short_option;
tools/lldb/source/Commands/CommandObjectCommands.cpp
  354       const int short_option = GetDefinitions()[option_idx].short_option;
tools/lldb/source/Commands/CommandObjectExpression.cpp
   65   const int short_option = GetDefinitions()[option_idx].short_option;
tools/lldb/source/Commands/CommandObjectMemory.cpp
   67     const int short_option = g_memory_read_options[option_idx].short_option;
  919       const int short_option = g_memory_find_options[option_idx].short_option;
 1207       const int short_option = g_memory_write_options[option_idx].short_option;
tools/lldb/source/Commands/CommandObjectPlatform.cpp
   74     char short_option = (char)GetDefinitions()[option_idx].short_option;
 1448       if (GetDefinitions()[opt_defs_index].short_option != 'n')
 1571       const char short_option = (char)GetDefinitions()[option_idx].short_option;
tools/lldb/source/Commands/CommandObjectProcess.cpp
  332       if (GetDefinitions()[opt_defs_index].short_option != 'n')
tools/lldb/source/Commands/CommandObjectRegister.cpp
  250       const int short_option = GetDefinitions()[option_idx].short_option;
tools/lldb/source/Commands/CommandObjectSource.cpp
   49       const int short_option = GetDefinitions()[option_idx].short_option;
  649       const int short_option = GetDefinitions()[option_idx].short_option;
tools/lldb/source/Commands/CommandObjectTarget.cpp
  180         g_target_dependents_options[option_idx].short_option;
tools/lldb/source/Commands/CommandObjectThread.cpp
  423         = g_thread_step_scope_options[option_idx].short_option;
tools/lldb/source/Commands/CommandObjectType.cpp
  523           g_type_format_add_options[option_idx].short_option;
 2659       const int short_option = g_type_lookup_options[option_idx].short_option;
tools/lldb/source/Interpreter/OptionGroupArchitecture.cpp
   41   const int short_option = g_option_table[option_idx].short_option;
tools/lldb/source/Interpreter/OptionGroupBoolean.cpp
   25   m_option_definition.short_option = short_option;
tools/lldb/source/Interpreter/OptionGroupFile.cpp
   25   m_option_definition.short_option = short_option;
   56   m_option_definition.short_option = short_option;
tools/lldb/source/Interpreter/OptionGroupFormat.cpp
   59   const int short_option = g_option_table[option_idx].short_option;
tools/lldb/source/Interpreter/OptionGroupOutputFile.cpp
   41   const int short_option = g_option_table[option_idx].short_option;
tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
   94   const int short_option = g_option_table[option_idx].short_option;
tools/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
   41   m_option_definition[0].short_option = class_option;
   52   m_option_definition[1].short_option = key_option;
   63   m_option_definition[2].short_option = value_option;
   74   m_option_definition[3].short_option = class_option;
tools/lldb/source/Interpreter/OptionGroupString.cpp
   26   m_option_definition.short_option = short_option;
tools/lldb/source/Interpreter/OptionGroupUInt64.cpp
   26   m_option_definition.short_option = short_option;
tools/lldb/source/Interpreter/OptionGroupUUID.cpp
   33   const int short_option = g_option_table[option_idx].short_option;
tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
   76   const int short_option = g_option_table[option_idx].short_option;
tools/lldb/source/Interpreter/OptionGroupVariable.cpp
   82   const int short_option = g_variable_options[option_idx].short_option;
tools/lldb/source/Interpreter/OptionGroupWatchpoint.cpp
   86   const int short_option = g_option_table[option_idx].short_option;
tools/lldb/source/Interpreter/Options.cpp
  191             m_required_options[j].insert(def.short_option);
  193             m_optional_options[j].insert(def.short_option);
  213       const int short_opt = defs[i].short_option;
  358   const bool has_short_option = isprint8(opt_def.short_option) != 0;
  371     strm.Printf("-%c", opt_def.short_option);
  448         if (def.usage_mask & opt_set_mask && isprint8(def.short_option)) {
  452             options.insert(def.short_option);
  473         if (def.usage_mask & opt_set_mask && isprint8(def.short_option)) {
  478             options.insert(def.short_option);
  501         if (def.usage_mask & opt_set_mask && isprint8(def.short_option)) {
  558       options_seen.insert(std::make_pair(def.short_option, i++));
  582       if (opt_defs[i].short_option && isprint8(opt_defs[i].short_option)) {
  582       if (opt_defs[i].short_option && isprint8(opt_defs[i].short_option)) {
  672           if (!def.short_option)
  674           opt_str[1] = def.short_option;
  682           if (!def.short_option)
  823     if (opt_def.short_option == short_opt)
 1197         if (opt_defs[i].short_option != val)
tools/lldb/source/Target/Platform.cpp
 1396   char short_option = (char)GetDefinitions()[option_idx].short_option;
 1442   char short_option = (char)GetDefinitions()[option_idx].short_option;
 1473   char short_option = (char)GetDefinitions()[option_idx].short_option;