Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360202
b: refs/heads/master
c: 3b0eb71
h: refs/heads/master
v: v3
  • Loading branch information
Robert Obermeier authored and Jason Wessel committed Mar 2, 2013
1 parent 217f9b3 commit 5155cf4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00370b8f8dd6e3171b8202f9c5187a5f73e99497
refs/heads/master: 3b0eb71ec9e22c6735c84f800d6523c96839efe6
18 changes: 18 additions & 0 deletions trunk/lib/Kconfig.kgdb
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,22 @@ config KDB_KEYBOARD
help
KDB can use a PS/2 type keyboard for an input device

config KDB_CONTINUE_CATASTROPHIC
int "KDB: continue after catastrophic errors"
depends on KGDB_KDB
default "0"
help
This integer controls the behaviour of kdb when the kernel gets a
catastrophic error, i.e. for a panic or oops.
When KDB is active and a catastrophic error occurs, nothing extra
will happen until you type 'go'.
CONFIG_KDB_CONTINUE_CATASTROPHIC == 0 (default). The first time
you type 'go', you will be warned by kdb. The secend time you type
'go', KDB tries to continue. No guarantees that the
kernel is still usable in this situation.
CONFIG_KDB_CONTINUE_CATASTROPHIC == 1. KDB tries to continue.
No guarantees that the kernel is still usable in this situation.
CONFIG_KDB_CONTINUE_CATASTROPHIC == 2. KDB forces a reboot.
If you are not sure, say 0.

endif # KGDB

0 comments on commit 5155cf4

Please sign in to comment.