Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174878
b: refs/heads/master
c: d625e9c
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wessel committed Dec 11, 2009
1 parent b5d1ac7 commit b14e342
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8097551d9ab9b9e3630694ad1bc6e12c597c515e
refs/heads/master: d625e9c0d706eb43afbf52634d5cecacae1d57cc
6 changes: 4 additions & 2 deletions trunk/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,8 +1210,10 @@ static int gdb_cmd_exception_pass(struct kgdb_state *ks)
return 1;

} else {
error_packet(remcom_out_buffer, -EINVAL);
return 0;
kgdb_msg_write("KGDB only knows signal 9 (pass)"
" and 15 (pass and disconnect)\n"
"Executing a continue without signal passing\n", 0);
remcom_in_buffer[0] = 'c';
}

/* Indicate fall through */
Expand Down

0 comments on commit b14e342

Please sign in to comment.