Re: [PATCH 0/39] NLKD - Novell Linux Kernel Debugger

From: Andi Kleen
Date: Sat Nov 12 2005 - 22:47:02 EST


On Sunday 13 November 2005 03:53, jmerkey wrote:

> Yes. This is the way to go. Use kdb as a base and instrument an
> alternate debugger interface. You need to also find a good way to
> allow GDB to work properly with alternate debuggers. At present, the
> code in traps.c is mutually exclusive since embedded int3
> breakpoints trigger in the kernel for gbd. This is busted.


I don't think we'll support stacking multiple kernel debuggers (except
for special cases like kprobes+another debugger). It's complicated
and probably not worth it.

-Andi

-
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/