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

References

tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
 1118       const int short_option = m_getopt_table[option_idx].val;
 1251       const int short_option = m_getopt_table[option_idx].val;
 1398       const int short_option = m_getopt_table[option_idx].val;
 2035       const int short_option = m_getopt_table[option_idx].val;
 2153       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  506       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectCommands.cpp
   65       const int short_option = m_getopt_table[option_idx].val;
  238       const int short_option = m_getopt_table[option_idx].val;
 1149       const int short_option = m_getopt_table[option_idx].val;
 1403       const int short_option = m_getopt_table[option_idx].val;
 1537       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
   51   const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectFrame.cpp
   70       const int short_option = m_getopt_table[option_idx].val;
  247       const int short_option = m_getopt_table[option_idx].val;
  749       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectHelp.h
   42       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectLog.cpp
   96       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  620       char short_option = (char)m_getopt_table[option_idx].val;
  706       char short_option = (char)m_getopt_table[option_idx].val;
 1163       const int short_option = m_getopt_table[option_idx].val;
 1400       char short_option = (char)m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectProcess.cpp
  276       const int short_option = m_getopt_table[option_idx].val;
  524       const int short_option = m_getopt_table[option_idx].val;
  664       const int short_option = m_getopt_table[option_idx].val;
  759       const int short_option = m_getopt_table[option_idx].val;
  878       const int short_option = m_getopt_table[option_idx].val;
 1252       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectReproducer.cpp
  182       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectSettings.cpp
   97       const int short_option = m_getopt_table[option_idx].val;
  343       const int short_option = m_getopt_table[option_idx].val;
  444       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1970       const int short_option = m_getopt_table[option_idx].val;
 2908       const int short_option = m_getopt_table[option_idx].val;
 3263       const int short_option = m_getopt_table[option_idx].val;
 3587       const int short_option = m_getopt_table[option_idx].val;
 4427       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectThread.cpp
  259       const int short_option = m_getopt_table[option_idx].val;
 1003       const int short_option = m_getopt_table[option_idx].val;
 1407       const int short_option = m_getopt_table[option_idx].val;
 1538       const int short_option = m_getopt_table[option_idx].val;
 1711       const int short_option = m_getopt_table[option_idx].val;
 1848       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectType.cpp
  296       const int short_option = m_getopt_table[option_idx].val;
  723       const int short_option = m_getopt_table[option_idx].val;
  858       const int short_option = m_getopt_table[option_idx].val;
  971       const int short_option = m_getopt_table[option_idx].val;
 1179   const int short_option = m_getopt_table[option_idx].val;
 1722       const int short_option = m_getopt_table[option_idx].val;
 1818       const int short_option = m_getopt_table[option_idx].val;
 1985       const int short_option = m_getopt_table[option_idx].val;
 2392       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  182       const int short_option = m_getopt_table[option_idx].val;
  528       const int short_option = m_getopt_table[option_idx].val;
  648       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  323       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Interpreter/Options.cpp
  204   if (m_getopt_table.empty()) {
  211     m_getopt_table.resize(defs.size() + 1);
  215       m_getopt_table[i].definition = &defs[i];
  216       m_getopt_table[i].flag = nullptr;
  217       m_getopt_table[i].val = short_opt;
  222         m_getopt_table[i].val = 0;
  232                           m_getopt_table[pos->second].definition->long_option,
  240                           m_getopt_table[pos->second].definition->long_option,
  247     m_getopt_table.back().definition = nullptr;
  248     m_getopt_table.back().flag = nullptr;
  249     m_getopt_table.back().val = 0;
  252   if (m_getopt_table.empty())
  255   return &m_getopt_table.front();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  524       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 4090       const int short_option = m_getopt_table[option_idx].val;
 4244       const int short_option = m_getopt_table[option_idx].val;
 4525       const int short_option = m_getopt_table[option_idx].val;
 4653       const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  501     const int short_option = m_getopt_table[option_idx].val;
tools/lldb/source/Target/Process.cpp
  254   const int short_option = m_getopt_table[option_idx].val;