Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1460 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 DSBCommandInterpreter.cpp582 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 DCommandInterpreter.h259 bool AddUserCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1023 bool CommandInterpreter::AddUserCommand(llvm::StringRef name, in AddUserCommand() function in CommandInterpreter