Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp567 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddMultiwordCommand()
599 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddCommand()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1522 Status error = m_interpreter.AddUserCommand( in IOHandlerInputComplete()
1639 m_interpreter.AddUserCommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()
1944 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h270 Status AddUserCommand(llvm::StringRef name,
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1144 Status CommandInterpreter::AddUserCommand(llvm::StringRef name, in AddUserCommand() function in CommandInterpreter