Searched refs:eDiskFileCompletion (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpec.cpp | 25 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec() 31 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec() 39 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec()
|
| H A D | CommandObject.cpp | 1038 …{ eArgTypeFilename, "filename", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "The … 1059 { eArgTypePath, "path", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "Path." },
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectPlugin.cpp | 45 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectSettings.cpp | 325 … OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFi… 452 … OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFi…
|
| H A D | CommandCompletions.cpp | 43 {eDiskFileCompletion, CommandCompletions::DiskFiles},
|
| H A D | CommandObjectCommands.cpp | 238 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1434 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectBreakpoint.cpp | 2281 … OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFi… 2412 … OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFi…
|
| H A D | CommandObjectProcess.cpp | 138 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectTarget.cpp | 262 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 2531 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 4131 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 39 eDiskFileCompletion = (1u << 1), enumerator
|