Re: [Kgdb-bugreport] [PATCH 18/28] powerpc,kgdb: Introduce low leveltrap catching

From: Jason Wessel
Date: Wed Feb 17 2010 - 12:54:25 EST


Benjamin Herrenschmidt wrote:
> Almost, just stick a blank line here:
>
> + /* Debugger is first in line to stop recursive faults in
> + * rcu_lock, notify_die, or atomic_notifier_call_chain */
> + if (debugger_bpt(regs))
> + return;
> ---->
> /* trap exception */
> if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP)
> == NOTIFY_STOP)
> return;
>
> Please :-)
>
>

Done and pushed to kgdb-next.

Thanks,
Jason.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/