Searched refs:eArgTypeCommandName (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectHelp.cpp | 55 command_arg.arg_type = eArgTypeCommandName; in CommandObjectHelp()
|
D | CommandObjectCommands.cpp | 345 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/ |
D | lldb-enumerations.h | 523 eArgTypeCommandName, enumerator
|
/external/llvm-project/lldb/source/Target/ |
D | Platform.cpp | 1374 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName, 1377 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName, 1389 nullptr, {}, 0, eArgTypeCommandName,
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandObject.cpp | 1056 …{ eArgTypeCommandName, "cmd-name", CommandCompletions::eNoCompletion, { nullptr, false }, "A debug…
|