Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp55 command_arg.arg_type = eArgTypeCommandName; in CommandObjectHelp()
DCommandObjectCommands.cpp345 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsAlias()
699 alias_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsDelete()
1380 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsScriptAdd()
1645 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsScriptDelete()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h523 eArgTypeCommandName, enumerator
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1374 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName,
1377 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName,
1389 nullptr, {}, 0, eArgTypeCommandName,
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp1056 …{ eArgTypeCommandName, "cmd-name", CommandCompletions::eNoCompletion, { nullptr, false }, "A debug…