Searched refs:eProcessIDCompletion (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 48 eProcessIDCompletion = (1u << 20), enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 75 {eProcessIDCompletion, CommandCompletions::ProcessIDs}, in InvokeCommonCompletionCallbacks()
|
| H A D | CommandObjectPlatform.cpp | 1349 GetCommandInterpreter(), CommandCompletions::eProcessIDCompletion, in HandleArgumentCompletion()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 1083 …{ eArgTypePid, "pid", CommandCompletions::eProcessIDCompletion, { nullptr, false }, "The process I…
|