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

References

gen/tools/lldb/source/Commands/CommandOptions.inc
  118   {LLDB_OPT_SET_ALL, true, "file", 'f', OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFilename, "The file from which to read the breakpoints."},
  156   {LLDB_OPT_SET_ALL, true, "file", 'f', OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFilename, "The file into which to write the breakpoints."},
  482   {LLDB_OPT_SET_ALL, true, "file", 'f', OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFilename, "The file from which to read the settings."},
  491   {LLDB_OPT_SET_ALL, false, "global", 'g', OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFilename, "Apply the new value to the global default value."},
  500   {LLDB_OPT_SET_ALL, true, "file", 'f', OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFilename, "The file into which to write the settings."},
tools/lldb/source/Commands/CommandCompletions.cpp
   42         {eDiskFileCompletion, CommandCompletions::DiskFiles},
tools/lldb/source/Commands/CommandObjectCommands.cpp
  220         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
 1387         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
tools/lldb/source/Commands/CommandObjectPlugin.cpp
   44         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
tools/lldb/source/Commands/CommandObjectProcess.cpp
  135         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
tools/lldb/source/Commands/CommandObjectTarget.cpp
  265         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
 2477         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
 4028         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
tools/lldb/source/Interpreter/CommandObject.cpp
 1044     { eArgTypeFilename, "filename", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "The name of a file (can include path)." },
 1065     { eArgTypePath, "path", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "Path." },
tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
   24       m_completion_mask(CommandCompletions::eDiskFileCompletion),
   30       m_completion_mask(CommandCompletions::eDiskFileCompletion),
   38       m_completion_mask(CommandCompletions::eDiskFileCompletion),