Searched refs:eArgTypeCommandName (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandOptionArgumentTable.h | 227 …{ lldb::eArgTypeCommandName, "cmd-name", lldb::CompletionType::eNoCompletion, {}, { nullptr, false…
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 569 eArgTypeCommandName, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Platform.cpp | 1291 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName, 1294 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName, 1306 nullptr, {}, 0, eArgTypeCommandName,
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectCommands.cpp | 343 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsAlias() 680 AddSimpleArgumentList(eArgTypeCommandName); in CommandObjectCommandsDelete()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 801 .. py:data:: eArgTypeCommandName
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81390 {SWIG_LUA_CONSTTAB_INT("eArgTypeCommandName", (lldb::eArgTypeCommandName))},
|