Searched refs:AddUserCommand (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1460 if (!m_interpreter.AddUserCommand(m_cmd_name, command_obj_sp, in IOHandlerInputComplete() 1511 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute() 1533 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 582 m_opaque_ptr->AddUserCommand(name, new_command_sp, true)) in AddMultiwordCommand() 624 m_opaque_ptr->AddUserCommand(name, new_command_sp, true)) in AddCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 259 bool AddUserCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 1023 bool CommandInterpreter::AddUserCommand(llvm::StringRef name, in AddUserCommand() function in CommandInterpreter
|