Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandObject.cpp1088 …{ eArgTypeAddress, "address", CommandCompletions::eNoCompletion, { NULL, false }, "A valid address…
1089 …{ eArgTypeAddressOrExpression, "address-expression", CommandCompletions::eNoCompletion, { NULL, fa…
1090 …{ eArgTypeAliasName, "alias-name", CommandCompletions::eNoCompletion, { NULL, false }, "The name o…
1091 …{ eArgTypeAliasOptions, "options-for-aliased-command", CommandCompletions::eNoCompletion, { NULL, …
1093 …{ eArgTypeBoolean, "boolean", CommandCompletions::eNoCompletion, { NULL, false }, "A Boolean value…
1094 …{ eArgTypeBreakpointID, "breakpt-id", CommandCompletions::eNoCompletion, { BreakpointIDHelpTextCal…
1095 …{ eArgTypeBreakpointIDRange, "breakpt-id-list", CommandCompletions::eNoCompletion, { BreakpointIDR…
1096 …{ eArgTypeByteSize, "byte-size", CommandCompletions::eNoCompletion, { NULL, false }, "Number of by…
1097 …{ eArgTypeClassName, "class-name", CommandCompletions::eNoCompletion, { NULL, false }, "Then name …
1098 …{ eArgTypeCommandName, "cmd-name", CommandCompletions::eNoCompletion, { NULL, false }, "A debugger…
[all …]
/external/lldb/include/lldb/Interpreter/
DCommandCompletions.h43 eNoCompletion = 0u, enumerator
/external/lldb/source/Commands/
DCommandCompletions.cpp49 {eNoCompletion, NULL} // This one has to be last in the list.
72 if (g_common_completions[i].type == eNoCompletion) in InvokeCommonCompletionCallbacks()