| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 700 m_cmd_name); in DoExecute() 851 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute() 857 m_cmd_name.c_str()); in DoExecute() 864 m_cmd_name.c_str()); in DoExecute() 871 m_cmd_name.c_str()); in DoExecute() 982 m_cmd_name.c_str()); in DoExecute() 1097 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 1495 m_interpreter, m_cmd_name, funct_name_str, m_short_help, in IOHandlerInputComplete() 1499 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete() 1507 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete() 1569 m_cmd_name = std::string(command[0].ref()); in DoExecute() 1572 m_cmd_name = std::string(command[num_args - 1].ref()); in DoExecute() 1588 m_interpreter, m_cmd_name, m_options.m_funct_name, in DoExecute() 1605 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity)); in DoExecute() 1612 m_interpreter.AddUserCommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute() 1618 m_container->LoadUserSubcommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute() 1627 std::string m_cmd_name; member in CommandObjectCommandsScriptAdd
|
| H A D | CommandObjectType.cpp | 640 m_cmd_name.c_str()); in DoExecute() 648 m_cmd_name.c_str()); in DoExecute() 1264 m_cmd_name.c_str()); in Execute_ScriptSummary() 1380 m_cmd_name.c_str()); in Execute_StringSummary() 1770 m_cmd_name.c_str()); in DoExecute() 1872 m_cmd_name.c_str()); in DoExecute() 1940 m_cmd_name.c_str()); in DoExecute() 2049 m_cmd_name.c_str()); in DoExecute() 2124 m_cmd_name.c_str()); in DoExecute() 2263 m_cmd_name.c_str()); in Execute_PythonClass() [all …]
|
| H A D | CommandObjectMemory.cpp | 346 return m_cmd_name; in GetRepeatCommand() 360 m_cmd_name.c_str()); in DoExecute() 1316 m_cmd_name.c_str()); in DoExecute() 1322 m_cmd_name.c_str()); in DoExecute() 1328 m_cmd_name.c_str()); in DoExecute() 1605 return m_cmd_name; in GetRepeatCommand() 1614 m_cmd_name.c_str()); in DoExecute() 1806 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute() 1861 return m_cmd_name; in GetRepeatCommand()
|
| H A D | CommandObjectLog.cpp | 169 m_cmd_name.c_str()); in DoExecute() 250 m_cmd_name.c_str()); in DoExecute() 391 m_cmd_name.c_str()); in DoExecute()
|
| H A D | CommandObjectRegexCommand.cpp | 87 << m_cmd_name << "' regex "; in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 947 "'%s' takes exactly one argument:\nUsage: %s\n", m_cmd_name.c_str(), in DoExecute() 1263 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute() 1429 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
|
| H A D | CommandObjectSource.cpp | 734 return m_cmd_name; in GetRepeatCommand() 737 m_reverse_name = m_cmd_name; in GetRepeatCommand()
|
| H A D | CommandObjectTarget.cpp | 447 m_cmd_name.c_str()); in DoExecute() 989 m_cmd_name); in DoExecute() 2142 m_cmd_name.c_str()); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1177 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 46 : m_interpreter(interpreter), m_cmd_name(std::string(name)), in CommandObject() 82 llvm::StringRef CommandObject::GetCommandName() const { return m_cmd_name; } in GetCommandName() 85 m_cmd_name = std::string(name); in SetCommandName()
|
| /llvm-project-15.0.7/lldb/examples/summaries/ |
| H A D | lldb | 10 … -w lldb lldb_private::CommandObject -s "Command name: ${var.m_cmd_name}"
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 371 std::string m_cmd_name; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 4176 m_cmd_name.c_str()); in DoExecute() 4279 m_cmd_name.c_str()); in DoExecute() 4331 "'%s' takes 1 argument of 'enable' or 'disable'", m_cmd_name.c_str()); in DoExecute() 4558 m_cmd_name.c_str()); in DoExecute() 4708 m_cmd_name.c_str()); in DoExecute() 4760 m_cmd_name.c_str()); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 877 m_cmd_name.c_str()); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4967 m_cmd_name.c_str()); in DoExecute() 5023 m_cmd_name.c_str()); in DoExecute() 5066 m_cmd_name.c_str()); in DoExecute() 5114 m_cmd_name.c_str()); in DoExecute()
|