Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h237 …{ lldb::eArgTypeCommandName, "cmd-name", CommandCompletions::eNoCompletion, {}, { nullptr, false }…
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h527 eArgTypeCommandName, enumerator
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1334 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName,
1337 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName,
1349 nullptr, {}, 0, eArgTypeCommandName,
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp363 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsAlias()
717 alias_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsDelete()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst800 .. py:data:: eArgTypeCommandName