Searched refs:eDiskFileCompletion (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandOptionArgumentTable.h | 160 {lldb::eDiskFileCompletion, "disk-file", "Completes to a disk file."}, 237 …{ lldb::eArgTypeFilename, "filename", lldb::eDiskFileCompletion, {}, { nullptr, false }, "The name… 258 { lldb::eArgTypePath, "path", lldb::eDiskFileCompletion, {}, { nullptr, false }, "Path." }, 270 …{ lldb::eArgTypeRunArgs, "run-args", lldb::CompletionType::eDiskFileCompletion, {}, { nullptr, fal… 280 …{ lldb::eArgTypeShlibName, "shlib-name", lldb::CompletionType::eDiskFileCompletion, {}, { nullptr,…
|
H A D | OptionValueFileSpec.h | 82 uint32_t m_completion_mask = lldb::eDiskFileCompletion;
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTrace.cpp | 99 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 185 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
H A D | OptionsBase.td | 70 // Sets the completion to eDiskFileCompletion 76 // `eDiskFileCompletion | eDiskDirectoryCompletion`.
|
H A D | CommandObjectPlatform.cpp | 812 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 1013 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 1773 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
H A D | CommandCompletions.cpp | 61 {lldb::eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks()
|
H A D | CommandObjectBreakpoint.cpp | 2142 interpreter, lldb::eDiskFileCompletion, request, nullptr); in HandleOptionArgumentCompletion()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 1284 eDiskFileCompletion = (1ul << 1), enumerator
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81812 {SWIG_LUA_CONSTTAB_INT("eDiskFileCompletion", (lldb::eDiskFileCompletion))},
|