Searched refs:AddUserCommand (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 551 m_opaque_ptr->AddUserCommand(name, new_command_sp, true)) in AddMultiwordCommand() 563 m_opaque_ptr->AddUserCommand(name, new_command_sp, true)) in AddCommand() 577 m_opaque_ptr->AddUserCommand(name, new_command_sp, true)) in AddCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 212 bool AddUserCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1669 if (!m_interpreter.AddUserCommand(m_cmd_name, command_obj_sp, in IOHandlerInputComplete() 1727 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute() 1753 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 980 bool CommandInterpreter::AddUserCommand(llvm::StringRef name, in AddUserCommand() function in CommandInterpreter
|