Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp700 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 DCommandObjectCommands.cpp1495 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 DCommandObjectType.cpp640 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 DCommandObjectMemory.cpp346 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 DCommandObjectLog.cpp169 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 DCommandObjectRegexCommand.cpp87 << m_cmd_name << "' regex "; in DoExecute()
H A DCommandObjectProcess.cpp947 "'%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 DCommandObjectSource.cpp734 return m_cmd_name; in GetRepeatCommand()
737 m_reverse_name = m_cmd_name; in GetRepeatCommand()
H A DCommandObjectTarget.cpp447 m_cmd_name.c_str()); in DoExecute()
989 m_cmd_name); in DoExecute()
2142 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectThread.cpp1177 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp46 : 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 Dlldb10 … -w lldb lldb_private::CommandObject -s "Command name: ${var.m_cmd_name}"
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h371 std::string m_cmd_name; variable
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp4176 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 DProcessMinidump.cpp877 m_cmd_name.c_str()); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4967 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()