Home
last modified time | relevance | path

Searched refs:eProcessIDCompletion (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h48 eProcessIDCompletion = (1u << 20), enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp75 {eProcessIDCompletion, CommandCompletions::ProcessIDs}, in InvokeCommonCompletionCallbacks()
H A DCommandObjectPlatform.cpp1349 GetCommandInterpreter(), CommandCompletions::eProcessIDCompletion, in HandleArgumentCompletion()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp1083 …{ eArgTypePid, "pid", CommandCompletions::eProcessIDCompletion, { nullptr, false }, "The process I…