Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp547 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddMultiwordCommand()
579 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddCommand()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1501 Status error = m_interpreter.AddUserCommand( in IOHandlerInputComplete()
1615 m_interpreter.AddUserCommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()
1925 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h270 Status AddUserCommand(llvm::StringRef name,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1141 Status CommandInterpreter::AddUserCommand(llvm::StringRef name, in AddUserCommand() function in CommandInterpreter