Lines Matching +defs:error +defs:target
111 process via thread.GetProcess(), and the process can get you back to the target \
249 Status error;
263 eScriptLanguageNone, error);
281 error.SetErrorStringWithFormat(
282 "invalid value for stop-on-error: \"%s\"",
293 return error;
326 Target &target = GetSelectedOrDummyTarget(m_options.m_use_dummy);
328 const BreakpointList &breakpoints = target.GetBreakpointList();
346 command, &target, result, &valid_bp_ids,
358 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
377 Status error;
382 error = script_interp->SetBreakpointCommandCallback(
385 error = script_interp->SetBreakpointCommandCallbackFunction(
392 if (!error.Success())
393 result.SetError(error);
455 Status error;
467 return error;
484 Target &target = GetSelectedOrDummyTarget(m_options.m_use_dummy);
486 const BreakpointList &breakpoints = target.GetBreakpointList();
502 command, &target, result, &valid_bp_ids,
511 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
551 Target *target = &GetSelectedTarget();
553 const BreakpointList &breakpoints = target->GetBreakpointList();
569 command, target, result, &valid_bp_ids,
578 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();