Cc: Andrew Morton <akpm@...>, Andi Kleen <andi@...>, Linus Torvalds <torvalds@...>, Ingo Molnar <mingo@...>, <linux-kernel@...>, Roland McGrath <roland@...>, Thomas Gleixner <tglx@...>, H. Peter Anvin <hpa@...>
On Tue, Feb 12, 2008 at 02:34:51PM -0500, Frank Ch. Eigler wrote:
You don't even need systemtap: it has been always possible with
gdb -write vmlinux /proc/kcore
The only value add of the kgdb stub is really that you can single
step too and do post mortem (although the later works fine using
kdump/crash these days too)
-Andi
--