Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h185 {lldb::eProcessIDCompletion, "process-id", "Completes to a process id."},
256 …{ lldb::eArgTypePid, "pid", lldb::eProcessIDCompletion, {}, { nullptr, false }, "The process ID nu…
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1295 eProcessIDCompletion = (1ul << 20), enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp80 {lldb::eProcessIDCompletion, CommandCompletions::ProcessIDs}, in InvokeCommonCompletionCallbacks()
H A DCommandObjectPlatform.cpp1559 GetCommandInterpreter(), lldb::eProcessIDCompletion, request, nullptr); in HandleArgumentCompletion()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78543 {SWIG_LUA_CONSTTAB_INT("eProcessIDCompletion", lldb::eProcessIDCompletion)},