Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp1045 …{ eArgTypeAddress, "address", CommandCompletions::eNoCompletion, { nullptr, false }, "A valid addr…
1046 …{ eArgTypeAddressOrExpression, "address-expression", CommandCompletions::eNoCompletion, { nullptr,…
1047 …{ eArgTypeAliasName, "alias-name", CommandCompletions::eNoCompletion, { nullptr, false }, "The nam…
1048 …{ eArgTypeAliasOptions, "options-for-aliased-command", CommandCompletions::eNoCompletion, { nullpt…
1050 …{ eArgTypeBoolean, "boolean", CommandCompletions::eNoCompletion, { nullptr, false }, "A Boolean va…
1051 …{ eArgTypeBreakpointID, "breakpt-id", CommandCompletions::eNoCompletion, { BreakpointIDHelpTextCal…
1052 …{ eArgTypeBreakpointIDRange, "breakpt-id-list", CommandCompletions::eNoCompletion, { BreakpointIDR…
1054 …{ eArgTypeByteSize, "byte-size", CommandCompletions::eNoCompletion, { nullptr, false }, "Number of…
1055 …{ eArgTypeClassName, "class-name", CommandCompletions::eNoCompletion, { nullptr, false }, "Then na…
1056 …{ eArgTypeCommandName, "cmd-name", CommandCompletions::eNoCompletion, { nullptr, false }, "A debug…
[all …]
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandCompletions.h27 eNoCompletion = 0u, enumerator
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp81 {eNoCompletion, nullptr} // This one has to be last in the list. in InvokeCommonCompletionCallbacks()
85 if (common_completions[i].type == eNoCompletion) in InvokeCommonCompletionCallbacks()
DOptionsBase.td65 // Default value: CommandCompletions::eNoCompletion (no tab completion)