Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp731 m_cmd_name); in DoExecute()
881 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
887 m_cmd_name.c_str()); in DoExecute()
894 m_cmd_name.c_str()); in DoExecute()
901 m_cmd_name.c_str()); in DoExecute()
1010 m_cmd_name.c_str()); in DoExecute()
1123 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectCommands.cpp1519 m_interpreter, m_cmd_name, funct_name_str, m_short_help, in IOHandlerInputComplete()
1523 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete()
1531 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete()
1593 m_cmd_name = std::string(command[0].ref()); in DoExecute()
1596 m_cmd_name = std::string(command[num_args - 1].ref()); in DoExecute()
1613 m_interpreter, m_cmd_name, m_options.m_funct_name, in DoExecute()
1631 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity, in DoExecute()
1639 m_interpreter.AddUserCommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()
1645 m_container->LoadUserSubcommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()
1653 std::string m_cmd_name; member in CommandObjectCommandsScriptAdd
H A DCommandObjectType.cpp656 m_cmd_name.c_str()); in DoExecute()
664 m_cmd_name.c_str()); in DoExecute()
1266 m_cmd_name.c_str()); in Execute_ScriptSummary()
1379 m_cmd_name.c_str()); in Execute_StringSummary()
1775 m_cmd_name.c_str()); in DoExecute()
1876 m_cmd_name.c_str()); in DoExecute()
1943 m_cmd_name.c_str()); in DoExecute()
2050 m_cmd_name.c_str()); in DoExecute()
2124 m_cmd_name.c_str()); in DoExecute()
2246 m_cmd_name.c_str()); in Execute_PythonClass()
[all …]
H A DCommandObjectMemory.cpp347 return m_cmd_name; in GetRepeatCommand()
361 m_cmd_name.c_str()); in DoExecute()
1300 m_cmd_name.c_str()); in DoExecute()
1306 m_cmd_name.c_str()); in DoExecute()
1312 m_cmd_name.c_str()); in DoExecute()
1589 return m_cmd_name; in GetRepeatCommand()
1598 m_cmd_name.c_str()); in DoExecute()
1787 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
1838 return m_cmd_name; in GetRepeatCommand()
H A DCommandObjectLog.cpp169 m_cmd_name.c_str()); in DoExecute()
263 m_cmd_name.c_str()); in DoExecute()
402 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectRegexCommand.cpp88 << m_cmd_name << "' regex "; in DoExecute()
H A DCommandObjectDWIMPrint.cpp69 m_cmd_name); in DoExecute()
H A DCommandObjectProcess.cpp895 "'%s' takes exactly one argument:\nUsage: %s\n", m_cmd_name.c_str(), in DoExecute()
1206 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
1377 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
H A DCommandObjectSource.cpp727 return m_cmd_name; in GetRepeatCommand()
730 m_reverse_name = m_cmd_name; in GetRepeatCommand()
H A DCommandObjectThread.cpp1225 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
1231 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
H A DCommandObjectTarget.cpp465 m_cmd_name.c_str()); in DoExecute()
1013 m_cmd_name); in DoExecute()
2254 m_cmd_name.c_str()); in DoExecute()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h374 std::string m_cmd_name; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp802 m_cmd_name.c_str()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5301 m_cmd_name.c_str()); in DoExecute()
5355 m_cmd_name.c_str()); in DoExecute()
5397 m_cmd_name.c_str()); in DoExecute()
5444 m_cmd_name.c_str()); in DoExecute()