Lines Matching defs:error
199 Error err (reader_sp->Initialize (CommandObjectWatchpointCommandAdd::GenerateWatchpointCommandCallback,
397 Error
400 Error error;
414 error);
431 error.SetErrorStringWithFormat("invalid value for stop-on-error: \"%s\"", option_arg);
446 return error;
607 { LLDB_OPT_SET_ALL, false, "stop-on-error", 'e', required_argument, NULL, 0, eArgTypeBoolean,
608 "Specify whether watchpoint command execution should terminate on error." },