Searched refs:GetCommandName (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp567 m_command_dict[break_regex_cmd_sp->GetCommandName()] = break_regex_cmd_sp;
624 m_command_dict[tbreak_regex_cmd_sp->GetCommandName()] =
644 m_command_dict[attach_regex_cmd_sp->GetCommandName()] =
660 m_command_dict[down_regex_cmd_sp->GetCommandName()] = down_regex_cmd_sp;
674 m_command_dict[up_regex_cmd_sp->GetCommandName()] = up_regex_cmd_sp;
687 m_command_dict[display_regex_cmd_sp->GetCommandName()] =
702 m_command_dict[undisplay_regex_cmd_sp->GetCommandName()] =
721 m_command_dict[command_sp->GetCommandName()] = command_sp;
739 m_command_dict[command_sp->GetCommandName()] = command_sp;
764 m_command_dict[command_sp->GetCommandName()]
[all...]
H A DCommandObject.cpp63 syntax_str.PutCString(GetCommandName());
81 llvm::StringRef CommandObject::GetCommandName() const { return m_cmd_name; } function in class:CommandObject
963 Args full_args(GetCommandName());
994 std::string full_command(GetCommandName());
H A DCommandAlias.cpp143 llvm::StringRef command_name = m_underlying_command_sp->GetCommandName();
H A DOptions.cpp404 name = cmd->GetCommandName();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp108 GetCommandName().str().c_str());
133 error_msg.append(GetCommandName());
H A DCommandObjectCommands.cpp280 GetCommandName().str().c_str());
618 m_interpreter.GetCommandSPExact(cmd_obj.GetCommandName(), false)) {
712 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName(), false);
714 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName(),
859 GetCommandName().str().c_str());
976 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true);
1132 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true);
H A DCommandObjectHelp.cpp158 sub_cmd_obj->GetCommandName().str().c_str());
H A DCommandObjectSource.cpp542 GetCommandName().str().c_str());
918 GetCommandName().str().c_str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp293 parent->LoadSubCommand(command->GetCommandName().str().c_str(), command);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h132 llvm::StringRef GetCommandName() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp730 return (IsValid() ? ConstString(m_opaque_sp->GetCommandName()).AsCString() : nullptr);

Completed in 123 milliseconds