Searched refs:cmd_sp (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 863 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in IOHandlerInputComplete() local 864 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete() 1017 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in AddRegexCommandToInterpreter() local 1018 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter() 1727 if (!cmd_sp) { in DoExecute() 1732 if (!cmd_sp->IsUserCommand()) { in DoExecute() 1921 cmd_sp->GetAsMultiwordCommand()->SetRemovable(true); in DoExecute() 1923 cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute() 2016 if (!cmd_sp) { in DoExecute() 2021 if (!cmd_sp->IsUserCommand()) { in DoExecute() [all …]
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 77 lldb::CommandObjectSP cmd_sp, in CommandAlias() argument 86 if (ProcessAliasOptionsArgs(cmd_sp, options_args, m_option_args_sp)) { in CommandAlias() 87 m_underlying_command_sp = cmd_sp; in CommandAlias()
|
| H A D | CommandInterpreter.cpp | 920 [&result](CommandObjectSP cmd_sp, in VerifyUserMultiwordCmdPath() 922 if (!cmd_sp) { in VerifyUserMultiwordCmdPath() 926 if (!cmd_sp->IsUserCommand()) { in VerifyUserMultiwordCmdPath() 1102 if (cmd_sp.get()) in AddCommand() 1109 cmd_sp->SetIsUserCommand(false); in AddCommand() 1116 name_iter->second = cmd_sp; in AddCommand() 1118 m_command_dict[name_sstr] = cmd_sp; in AddCommand() 1127 if (cmd_sp.get()) in AddUserCommand() 1145 if (cmd_sp->IsMultiwordObject()) { in AddUserCommand() 1159 cmd_sp->SetIsUserCommand(true); in AddUserCommand() [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 24 CommandAlias(CommandInterpreter &interpreter, lldb::CommandObjectSP cmd_sp,
|
| H A D | CommandInterpreter.h | 258 bool AddCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp, 262 const lldb::CommandObjectSP &cmd_sp, bool can_replace);
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 406 SBCommand(lldb::CommandObjectSP cmd_sp);
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 586 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand() argument
|