Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h40 eProcessPluginCompletion = (1u << 11), enumerator
H A DCommandOptionArgumentTable.h272 …{ lldb::eArgTypePlugin, "plugin", CommandCompletions::eProcessPluginCompletion, {}, { nullptr, fal…
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp69 {eProcessPluginCompletion, CommandCompletions::ProcessPluginNames}, in InvokeCommonCompletionCallbacks()