Home
last modified time | relevance | path

Searched refs:AddUserCommand (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp551 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 DCommandInterpreter.h212 bool AddUserCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1669 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 DCommandInterpreter.cpp980 bool CommandInterpreter::AddUserCommand(llvm::StringRef name, in AddUserCommand() function in CommandInterpreter