Home | History | Annotate | Download | only in Target

Lines Matching defs:unwind_on_error

1795                 const bool unwind_on_error = true;
1805 unwind_on_error,
1872 const bool unwind_on_error = true;
1882 unwind_on_error,
4647 bool unwind_on_error,
5042 if (!unwind_on_error)
5249 bool should_unwind = (return_value == eExecutionInterrupted && unwind_on_error)
5370 if (unwind_on_error && thread_plan_sp)
5394 if (unwind_on_error && thread_plan_sp)
5397 log->PutCString("Process::RunThreadPlan(): discarding thread plan 'cause unwind_on_error is set.");