Home
last modified time | relevance | path

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

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