Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h222 …{ lldb::eArgTypeCommandName, "cmd-name", lldb::CompletionType::eNoCompletion, {}, { nullptr, false…
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h569 eArgTypeCommandName, enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1339 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName,
1342 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName,
1354 nullptr, {}, 0, eArgTypeCommandName,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp362 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsAlias()
715 alias_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsDelete()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst801 .. py:data:: eArgTypeCommandName
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78106 {SWIG_LUA_CONSTTAB_INT("eArgTypeCommandName", lldb::eArgTypeCommandName)},