Searched refs:GetCommandName (Results 1 – 10 of 10) sorted by relevance
/external/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 425 m_command_dict[break_regex_cmd_sp->GetCommandName ()] = break_regex_cmd_sp; in LoadCommandDictionary() 456 m_command_dict[tbreak_regex_cmd_sp->GetCommandName ()] = tbreak_regex_cmd_sp; in LoadCommandDictionary() 474 m_command_dict[attach_regex_cmd_sp->GetCommandName ()] = attach_regex_cmd_sp; in LoadCommandDictionary() 489 m_command_dict[down_regex_cmd_sp->GetCommandName ()] = down_regex_cmd_sp; in LoadCommandDictionary() 504 m_command_dict[up_regex_cmd_sp->GetCommandName ()] = up_regex_cmd_sp; in LoadCommandDictionary() 518 m_command_dict[display_regex_cmd_sp->GetCommandName ()] = display_regex_cmd_sp; in LoadCommandDictionary() 532 m_command_dict[undisplay_regex_cmd_sp->GetCommandName ()] = undisplay_regex_cmd_sp; in LoadCommandDictionary() 547 m_command_dict[command_sp->GetCommandName ()] = command_sp; in LoadCommandDictionary() 562 m_command_dict[command_sp->GetCommandName ()] = command_sp; in LoadCommandDictionary() 582 m_command_dict[command_sp->GetCommandName ()] = command_sp; in LoadCommandDictionary() [all …]
|
D | CommandObject.cpp | 91 syntax_str.Printf ("%s", GetCommandName()); in GetSyntax() 108 CommandObject::GetCommandName () in GetCommandName() function in CommandObject 1020 Args full_args (GetCommandName ()); in Execute() 1054 std::string full_command (GetCommandName ()); in Execute()
|
D | Options.cpp | 483 name = cmd->GetCommandName(); in GenerateOptionUsage()
|
/external/lldb/source/Commands/ |
D | CommandObjectHelp.cpp | 150 sub_cmd_obj->GetCommandName()); in DoExecute() 159 m_interpreter.GetAliasHelp (alias_name.c_str(), cmd_obj->GetCommandName(), sstr); in DoExecute()
|
D | CommandObjectSyntax.cpp | 88 cmd_obj->GetCommandName()); in DoExecute()
|
D | CommandObjectMultiword.cpp | 153 error_msg.append (GetCommandName()); in Execute() 174 … result.AppendErrorWithFormat ("'%s' does not have any subcommands.\n", GetCommandName()); in Execute()
|
D | CommandObjectCommands.cpp | 401 ….AppendErrorWithFormat("'%s' takes exactly one executable filename argument.\n", GetCommandName()); in DoExecute() 613 … CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact (cmd_obj.GetCommandName(), false); in HandleAliasingRawCommand() 718 … CommandObjectSP tmp_sp = m_interpreter.GetCommandSPExact (cmd_obj->GetCommandName(), false); in HandleAliasingNormalCommand() 720 … tmp_sp = m_interpreter.GetCommandSPExact (sub_cmd_obj->GetCommandName(), false); in HandleAliasingNormalCommand() 1071 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
|
D | CommandObjectSource.cpp | 517 … result.AppendErrorWithFormat("'%s' takes no arguments, only flags.\n", GetCommandName()); in DoExecute()
|
/external/lldb/include/lldb/Interpreter/ |
D | CommandObject.h | 111 GetCommandName ();
|
/external/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 450 return m_opaque_sp->GetCommandName (); in GetName()
|