Home
last modified time | relevance | path

Searched refs:add_error (Results 1 – 2 of 2) sorted by relevance

/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() local
547 if (add_error.Success()) in AddMultiwordCommand()
578 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddCommand() local
579 if (add_error.Success()) in AddCommand()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1611 Status add_error = in DoExecute() local
1613 if (add_error.Fail()) in DoExecute()
1615 add_error.AsCString()); in DoExecute()
1922 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute() local
1924 if (add_error.Fail()) { in DoExecute()
1926 add_error.AsCString()); in DoExecute()