Home
last modified time | relevance | path

Searched refs:eProcessPluginCompletion (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandCompletions.h39 eProcessPluginCompletion = (1u << 11), enumerator
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp1091 …{ eArgTypePlugin, "plugin", CommandCompletions::eProcessPluginCompletion, { nullptr, false }, "Hel…
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp67 {eProcessPluginCompletion, CommandCompletions::ProcessPluginNames}, in InvokeCommonCompletionCallbacks()