Skip to content
Commit b0679c63 authored by Jason Wessel's avatar Jason Wessel
Browse files

debug_core,kdb: fix kgdb_connected bit set in the wrong place



Immediately following an exit from the kdb shell the kgdb_connected
variable should be set to zero, unless there are breakpoints planted.
If the kgdb_connected variable is not zeroed out with kdb, it is
impossible to turn off kdb.

This patch is merely a work around for now, the real fix will check
for the breakpoints.

Signed-off-by: default avatarJason Wessel <jason.wessel@windriver.com>
parent 9e8b624f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment