aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kgdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kgdb.c')
-rw-r--r--kernel/kgdb.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/kernel/kgdb.c b/kernel/kgdb.c
index ca21fe98e8de..8584eac55e30 100644
--- a/kernel/kgdb.c
+++ b/kernel/kgdb.c
@@ -1210,8 +1210,10 @@ static int gdb_cmd_exception_pass(struct kgdb_state *ks)
1210 return 1; 1210 return 1;
1211 1211
1212 } else { 1212 } else {
1213 error_packet(remcom_out_buffer, -EINVAL); 1213 kgdb_msg_write("KGDB only knows signal 9 (pass)"
1214 return 0; 1214 " and 15 (pass and disconnect)\n"
1215 "Executing a continue without signal passing\n", 0);
1216 remcom_in_buffer[0] = 'c';
1215 } 1217 }
1216 1218
1217 /* Indicate fall through */ 1219 /* Indicate fall through */