Skip to content
Snippets Groups Projects
Commit d625e9c0 authored by Jason Wessel's avatar Jason Wessel
Browse files

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: default avatarJason Wessel <jason.wessel@windriver.com>
parent 8097551d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment