Home
last modified time | relevance | path

Searched defs:cmd_name (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/test/API/commands/command/script/add/
H A DTestAddParsedCommand.py24 def check_help_options(self, cmd_name, opt_list, substrs=[]): argument
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h184 LoadSubCommand(llvm::StringRef cmd_name,const lldb::CommandObjectSP & command_obj) LoadSubCommand() argument
189 LoadUserSubcommand(llvm::StringRef cmd_name,const lldb::CommandObjectSP & command_obj,bool can_replace) LoadUserSubcommand() argument
H A DCommandInterpreter.h533 PrintWarningsIfNecessary(Stream & s,const std::string & cmd_name) PrintWarningsIfNecessary() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp133 RemoveUserSubcommand(llvm::StringRef cmd_name,bool must_be_multiword) RemoveUserSubcommand() argument
384 LoadSubCommand(llvm::StringRef cmd_name,const lldb::CommandObjectSP & command_sp) LoadSubCommand() argument
H A DCommandObjectCommands.cpp2573 const char *cmd_name = command.GetArgumentAtIndex(0); DoExecute() local
2601 const char *cmd_name = command.GetArgumentAtIndex(num_args - 1); DoExecute() local
2654 const char *cmd_name = command.GetArgumentAtIndex(0); DoExecute() local
[all...]
/llvm-project/clang/utils/
H A Dcreduce-clang-crash.py41 check_cmd(cmd_name, cmd_dir, cmd_path=None) global() argument
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp922 static constexpr llvm::StringLiteral cmd_name("_cmd"); AddArguments() local
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3445 llvm::StringRef cmd_name = cmd_obj->GetCommandName(); ResolveCommandImpl() local