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.cpp687 m_cmd_name); in DoExecute()
837 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
843 m_cmd_name.c_str()); in DoExecute()
850 m_cmd_name.c_str()); in DoExecute()
857 m_cmd_name.c_str()); in DoExecute()
965 m_cmd_name.c_str()); in DoExecute()
1066 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectType.cpp648 m_cmd_name.c_str()); in DoExecute()
656 m_cmd_name.c_str()); in DoExecute()
817 result.AppendErrorWithFormat("%s takes 1 arg.\n", m_cmd_name.c_str()); in DoExecute()
1241 m_cmd_name.c_str()); in Execute_ScriptSummary()
1354 m_cmd_name.c_str()); in Execute_StringSummary()
1726 m_cmd_name.c_str()); in DoExecute()
1811 m_cmd_name.c_str()); in DoExecute()
1862 m_cmd_name.c_str()); in DoExecute()
1953 m_cmd_name.c_str()); in DoExecute()
2019 m_cmd_name.c_str()); in DoExecute()
[all …]
H A DCommandObjectMemory.cpp347 return m_cmd_name; in GetRepeatCommand()
361 m_cmd_name.c_str()); in DoExecute()
1246 m_cmd_name.c_str()); in DoExecute()
1252 m_cmd_name.c_str()); in DoExecute()
1258 m_cmd_name.c_str()); in DoExecute()
1535 return m_cmd_name; in GetRepeatCommand()
1544 m_cmd_name.c_str()); in DoExecute()
1733 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
1784 return m_cmd_name; in GetRepeatCommand()
H A DCommandObjectCommands.cpp2171 m_interpreter, m_cmd_name, funct_name_str, m_short_help, in IOHandlerInputComplete()
2175 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete()
2183 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete()
2245 m_cmd_name = std::string(command[0].ref()); in DoExecute()
2248 m_cmd_name = std::string(command[num_args - 1].ref()); in DoExecute()
2265 m_interpreter, m_cmd_name, m_options.m_funct_name, in DoExecute()
2284 m_cmd_name, cmd_obj_sp, m_synchronicity, result); in DoExecute()
2289 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity, in DoExecute()
2297 m_interpreter.AddUserCommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()
2303 m_container->LoadUserSubcommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()
[all …]
H A DCommandObjectLog.cpp169 m_cmd_name.c_str()); in DoExecute()
263 m_cmd_name.c_str()); in DoExecute()
378 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectRegexCommand.cpp88 << m_cmd_name << "' regex "; in DoExecute()
H A DCommandObjectDWIMPrint.cpp61 m_cmd_name); in DoExecute()
H A DCommandObjectProcess.cpp872 "'%s' takes exactly one argument:\nUsage: %s\n", m_cmd_name.c_str(), in DoExecute()
1169 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
1331 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.cpp1187 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
1193 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
H A DCommandObjectTarget.cpp447 m_cmd_name.c_str()); in DoExecute()
982 m_cmd_name); in DoExecute()
2186 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.h402 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.cpp5480 m_cmd_name.c_str()); in DoExecute()
5533 m_cmd_name.c_str()); in DoExecute()
5574 m_cmd_name.c_str()); in DoExecute()
5621 m_cmd_name.c_str()); in DoExecute()