Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h50 eProcessNameCompletion = (1u << 21), enumerator
H A DCommandOptionArgumentTable.h212 …{ lldb::eArgTypeProcessName, "process-name", CommandCompletions::eProcessNameCompletion, {}, { nul…
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp78 {eProcessNameCompletion, CommandCompletions::ProcessNames}, in InvokeCommonCompletionCallbacks()