Home
last modified time | relevance | path

Searched refs:m_cmd_name (Results 1 – 15 of 15) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectType.cpp491 result.AppendErrorWithFormat ("%s takes one or more args.\n", m_cmd_name.c_str()); in DoExecute()
499 result.AppendErrorWithFormat ("%s needs a valid format.\n", m_cmd_name.c_str()); in DoExecute()
585 result.AppendErrorWithFormat ("%s takes 1 arg.\n", m_cmd_name.c_str()); in DoExecute()
1033 result.AppendErrorWithFormat ("%s takes one or more args.\n", m_cmd_name.c_str()); in Execute_ScriptSummary()
1165 result.AppendErrorWithFormat ("%s takes one or more args.\n", m_cmd_name.c_str()); in Execute_StringSummary()
1530 result.AppendErrorWithFormat ("%s takes 1 arg.\n", m_cmd_name.c_str()); in DoExecute()
1973 result.AppendErrorWithFormat ("%s takes 1 or more args.\n", m_cmd_name.c_str()); in DoExecute()
2065 result.AppendErrorWithFormat ("%s takes 1 or more arg.\n", m_cmd_name.c_str()); in DoExecute()
2138 result.AppendErrorWithFormat ("%s takes 1 or more args.\n", m_cmd_name.c_str()); in DoExecute()
2252 result.AppendErrorWithFormat ("%s takes 0 or one arg.\n", m_cmd_name.c_str()); in DoExecute()
[all …]
DCommandObjectLog.cpp188 …t.AppendErrorWithFormat("%s takes a log channel and one or more log types.\n", m_cmd_name.c_str()); in DoExecute()
277 …t.AppendErrorWithFormat("%s takes a log channel and one or more log types.\n", m_cmd_name.c_str()); in DoExecute()
DCommandObjectProcess.cpp589 …result.AppendErrorWithFormat("Invalid arguments for '%s'.\nUsage: %s\n", m_cmd_name.c_str(), m_cmd… in DoExecute()
807 …sult.AppendErrorWithFormat ("The '%s' command does not take any arguments.\n", m_cmd_name.c_str()); in DoExecute()
1193 m_cmd_name.c_str(), in DoExecute()
1436 …dErrorWithFormat("'%s' takes exactly one signal number argument:\nUsage: %s\n", m_cmd_name.c_str(), in DoExecute()
1500 m_cmd_name.c_str(), in DoExecute()
1561 m_cmd_name.c_str(), in DoExecute()
DCommandObjectMemory.cpp376 return m_cmd_name.c_str(); in GetRepeatCommand()
390 … takes a start address expression with an optional end address expression.\n", m_cmd_name.c_str()); in DoExecute()
1084 …rorWithFormat ("%s takes a destination address when writing file contents.\n", m_cmd_name.c_str()); in DoExecute()
1091 …ndErrorWithFormat ("%s takes a destination address and at least one value.\n", m_cmd_name.c_str()); in DoExecute()
DCommandObjectCommands.cpp1629 std::string m_cmd_name; member in CommandObjectCommandsScriptAdd::PythonAliasReader
1640 m_cmd_name(cmd_name), in PythonAliasReader()
1730 m_cmd_name, in DoneHandler()
1734 if (!m_interpreter.AddUserCommand(m_cmd_name, command_obj_sp, true)) in DoneHandler()
DCommandObjectSource.cpp290 m_reverse_name = m_cmd_name; in GetRepeatCommand()
296 return m_cmd_name.c_str(); in GetRepeatCommand()
DCommandObjectFrame.cpp589 m_cmd_name.c_str()); in DoExecute()
DCommandObjectThread.cpp1181 …thFormat("'%s' takes exactly one thread index argument:\nUsage: %s\n", m_cmd_name.c_str(), m_cmd_s… in DoExecute()
DCommandObjectTarget.cpp332 …takes exactly one executable path argument, or use the --core-file option.\n", m_cmd_name.c_str()); in DoExecute()
954 m_cmd_name.c_str()); in DoExecute()
/external/lldb/source/Interpreter/
DCommandObjectRegexCommand.cpp98 m_cmd_name.c_str()); in DoExecute()
DCommandObject.cpp53 m_cmd_name (name), in CommandObject()
110 return m_cmd_name.c_str(); in GetCommandName()
116 m_cmd_name = name; in SetCommandName()
/external/lldb/examples/summaries/
Dlldb10 … -w lldb lldb_private::CommandObject -s "Command name: ${var.m_cmd_name}"
/external/lldb/include/lldb/Interpreter/
DCommandObject.h536 std::string m_cmd_name; variable
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp1081 … result.AppendErrorWithFormat ("'%s' takes no arguments, only options.", m_cmd_name.c_str()); in DoExecute()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3129 result.AppendErrorWithFormat ("'%s' takes no arguments", m_cmd_name.c_str()); in DoExecute()
3160 …lt.AppendErrorWithFormat ("'%s' takes a one or more packet content arguments", m_cmd_name.c_str()); in DoExecute()
3217 … result.AppendErrorWithFormat ("'%s' takes a command string argument", m_cmd_name.c_str()); in DoExecute()