Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp134 error = interp.AddUserCommand( in TEST_F()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp546 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddMultiwordCommand()
578 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddCommand()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1498 Status error = m_interpreter.AddUserCommand( in IOHandlerInputComplete()
1612 m_interpreter.AddUserCommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()
1922 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h261 Status AddUserCommand(llvm::StringRef name,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1123 Status CommandInterpreter::AddUserCommand(llvm::StringRef name, in AddUserCommand() function in CommandInterpreter