Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectReproducer.cpp188 m_cmd_name.c_str()); in DoExecute()
275 m_cmd_name.c_str()); in DoExecute()
324 m_cmd_name.c_str()); in DoExecute()
414 m_cmd_name.c_str()); in DoExecute()
652 m_cmd_name.c_str()); in DoExecute()
DCommandObjectFrame.cpp711 m_cmd_name.c_str()); in DoExecute()
852 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
859 m_cmd_name.c_str()); in DoExecute()
867 m_cmd_name.c_str()); in DoExecute()
875 m_cmd_name.c_str()); in DoExecute()
984 m_cmd_name.c_str()); in DoExecute()
1105 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
DCommandObjectType.cpp641 m_cmd_name.c_str()); in DoExecute()
650 m_cmd_name.c_str()); in DoExecute()
823 result.AppendErrorWithFormat("%s takes 1 arg.\n", m_cmd_name.c_str()); in DoExecute()
1298 m_cmd_name.c_str()); in Execute_ScriptSummary()
1422 m_cmd_name.c_str()); in Execute_StringSummary()
1822 m_cmd_name.c_str()); in DoExecute()
1926 m_cmd_name.c_str()); in DoExecute()
1996 m_cmd_name.c_str()); in DoExecute()
2109 m_cmd_name.c_str()); in DoExecute()
2188 m_cmd_name.c_str()); in DoExecute()
[all …]
DCommandObjectCommands.cpp1485 m_interpreter, m_cmd_name, funct_name_str, m_short_help, in IOHandlerInputComplete()
1488 if (!m_interpreter.AddUserCommand(m_cmd_name, command_obj_sp, in IOHandlerInputComplete()
1528 m_cmd_name = std::string(command[0].ref()); in DoExecute()
1539 m_interpreter, m_cmd_name, m_options.m_funct_name, in DoExecute()
1541 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute()
1565 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity)); in DoExecute()
1566 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute()
1578 std::string m_cmd_name; member in CommandObjectCommandsScriptAdd
DCommandObjectMemory.cpp344 return m_cmd_name.c_str(); in GetRepeatCommand()
358 m_cmd_name.c_str()); in DoExecute()
1295 m_cmd_name.c_str()); in DoExecute()
1302 m_cmd_name.c_str()); in DoExecute()
1597 return m_cmd_name.c_str(); in GetRepeatCommand()
1606 m_cmd_name.c_str()); in DoExecute()
1680 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
1738 return m_cmd_name.c_str(); in GetRepeatCommand()
DCommandObjectProcess.cpp379 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
519 m_cmd_name.c_str()); in DoExecute()
760 "'%s' takes exactly one argument:\nUsage: %s\n", m_cmd_name.c_str(), in DoExecute()
1079 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
1121 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
1162 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
1200 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
DCommandObjectRegexCommand.cpp67 << m_cmd_name << "' regex "; in DoExecute()
DCommandObjectLog.cpp153 m_cmd_name.c_str()); in DoExecute()
227 m_cmd_name.c_str()); in DoExecute()
DCommandObjectSource.cpp744 return m_cmd_name.c_str(); in GetRepeatCommand()
747 m_reverse_name = m_cmd_name; in GetRepeatCommand()
DCommandObjectThread.cpp1159 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
DCommandObjectTarget.cpp442 m_cmd_name.c_str()); in DoExecute()
1006 m_cmd_name.c_str()); in DoExecute()
/external/llvm-project/lldb/examples/summaries/
Dlldb10 … -w lldb lldb_private::CommandObject -s "Command name: ${var.m_cmd_name}"
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp44 : m_interpreter(interpreter), m_cmd_name(std::string(name)), in CommandObject()
83 llvm::StringRef CommandObject::GetCommandName() const { return m_cmd_name; } in GetCommandName()
86 m_cmd_name = std::string(name); in SetCommandName()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h361 std::string m_cmd_name; variable
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp4191 m_cmd_name.c_str()); in DoExecute()
4293 m_cmd_name.c_str()); in DoExecute()
4344 "'%s' takes 1 argument of 'enable' or 'disable'", m_cmd_name.c_str()); in DoExecute()
4570 m_cmd_name.c_str()); in DoExecute()
4719 m_cmd_name.c_str()); in DoExecute()
4770 m_cmd_name.c_str()); in DoExecute()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp995 m_cmd_name.c_str()); in DoExecute()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp5151 m_cmd_name.c_str()); in DoExecute()
5187 m_cmd_name.c_str()); in DoExecute()
5211 m_cmd_name.c_str()); in DoExecute()
5252 m_cmd_name.c_str()); in DoExecute()
5302 m_cmd_name.c_str()); in DoExecute()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp882 m_cmd_name.c_str()); in DoExecute()