Home
last modified time | relevance | path

Searched refs:GetCommandName (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Interpreter/
DCommandInterpreter.cpp425 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 …]
DCommandObject.cpp91 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()
DOptions.cpp483 name = cmd->GetCommandName(); in GenerateOptionUsage()
/external/lldb/source/Commands/
DCommandObjectHelp.cpp150 sub_cmd_obj->GetCommandName()); in DoExecute()
159 m_interpreter.GetAliasHelp (alias_name.c_str(), cmd_obj->GetCommandName(), sstr); in DoExecute()
DCommandObjectSyntax.cpp88 cmd_obj->GetCommandName()); in DoExecute()
DCommandObjectMultiword.cpp153 error_msg.append (GetCommandName()); in Execute()
174 … result.AppendErrorWithFormat ("'%s' does not have any subcommands.\n", GetCommandName()); in Execute()
DCommandObjectCommands.cpp401 ….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()
DCommandObjectSource.cpp517 … result.AppendErrorWithFormat("'%s' takes no arguments, only flags.\n", GetCommandName()); in DoExecute()
/external/lldb/include/lldb/Interpreter/
DCommandObject.h111 GetCommandName ();
/external/lldb/source/API/
DSBCommandInterpreter.cpp450 return m_opaque_sp->GetCommandName (); in GetName()