Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201156
b: refs/heads/master
c: b0679c6
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wessel committed Jul 22, 2010
1 parent 3da3443 commit f0b73e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9e8b624fcaebf9c237b5be9116f4424bf168e6d1
refs/heads/master: b0679c63db655fa12007558e267bc0eb1d486fdb
2 changes: 1 addition & 1 deletion trunk/kernel/debug/debug_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,13 +605,13 @@ static int kgdb_cpu_enter(struct kgdb_state *ks, struct pt_regs *regs)
if (dbg_kdb_mode) {
kgdb_connected = 1;
error = kdb_stub(ks);
kgdb_connected = 0;
} else {
error = gdb_serial_stub(ks);
}

if (error == DBG_PASS_EVENT) {
dbg_kdb_mode = !dbg_kdb_mode;
kgdb_connected = 0;
} else if (error == DBG_SWITCH_CPU_EVENT) {
dbg_cpu_switch(cpu, dbg_switch_cpu);
goto cpu_loop;
Expand Down

0 comments on commit f0b73e1

Please sign in to comment.