kgdb: continue and warn on signal passing from gdb
authorJason Wessel <jason.wessel@windriver.com>
Mon, 27 Apr 2009 18:20:21 +0000 (13:20 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Fri, 11 Dec 2009 14:43:19 +0000 (08:43 -0600)
commitd625e9c0d706eb43afbf52634d5cecacae1d57cc
tree080cb5ced15c3a0235fc270e9bae2fe8a904bd11
parent8097551d9ab9b9e3630694ad1bc6e12c597c515e
kgdb: continue and warn on signal passing from gdb

On some architectures for the segv trap, gdb wants to pass the signal
back on continue.  For kgdb this is not the default behavior, because
it can cause the kernel to crash if you arbitrarily pass back a
exception outside of kgdb.

Instead of causing instability, pass a message back to gdb about the
supported kgdb signal passing and execute a standard kgdb continue
operation.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
kernel/kgdb.c