Home
last modified time | relevance | path

Searched refs:eArgTypeCommandName (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectSyntax.cpp40 command_arg.arg_type = eArgTypeCommandName; in CommandObjectSyntax()
HDCommandObjectHelp.cpp38 command_arg.arg_type = eArgTypeCommandName; in CommandObjectHelp()
HDCommandObjectCommands.cpp537 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsAlias()
906 alias_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsDelete()
1765 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsScriptAdd()
2137 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsScriptDelete()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp1556 … , 'R', OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeCommandName , "Platfor…
1557 …" , 'P', OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeCommandName , "Platfor…
1565 … , 'S', OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeCommandName , "Platfor…
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h468 eArgTypeCommandName, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObject.cpp1153 …{ eArgTypeCommandName, "cmd-name", CommandCompletions::eNoCompletion, { nullptr, false }, "A debug…