Home | History | Annotate | Download | only in debuggerd

Lines Matching defs:code

470     _Unwind_Reason_Code code = _URC_OK;
492 * to the usual unwinding code as the EXIDX mapping will fail.
509 /* Uncomment the code below to study why the unwinder failed */
520 code = _URC_FAILURE;
534 code = _URC_FAILURE;
540 code = ((personality_routine_with_ptrace) UCB_PR_ADDR (ucbp))(
545 * reached or there is no unwinding information for the code address.
549 } while (code != _URC_END_OF_STACK && code != _URC_FAILURE &&
600 * The original code here seems to deal with exceptions that are not
605 * further but is not, we can revisit the code here.