Home
last modified time | relevance | path

Searched refs:eDiskFileCompletion (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlugin.cpp43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectTrace.cpp100 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
190 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DOptionsBase.td70 // Sets the completion to eDiskFileCompletion
76 // `eDiskFileCompletion | eDiskDirectoryCompletion`.
H A DCommandObjectSession.cpp35 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectPlatform.cpp836 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1108 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1868 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectProcess.cpp149 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1077 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectCommands.cpp70 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1267 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandCompletions.cpp58 {eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks()
H A DCommandObjectTarget.cpp251 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
2504 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
4069 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectBreakpoint.cpp2203 interpreter, CommandCompletions::eDiskFileCompletion, request, in HandleOptionArgumentCompletion()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h82 uint32_t m_completion_mask = CommandCompletions::eDiskFileCompletion;
H A DCommandOptionArgumentTable.h186 …{ lldb::eArgTypeFilename, "filename", CommandCompletions::eDiskFileCompletion, {}, { nullptr, fals…
207 …{ lldb::eArgTypePath, "path", CommandCompletions::eDiskFileCompletion, {}, { nullptr, false }, "Pa…
H A DCommandCompletions.h30 eDiskFileCompletion = (1u << 1), enumerator