Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334165
b: refs/heads/master
c: d1871b3
h: refs/heads/master
i:
  334163: 918acd1
v: v3
  • Loading branch information
Jason Wessel committed Oct 12, 2012
1 parent 7c98a86 commit a0e2c3a
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 24b8592ec021c433e73e6d8000e71f5c341fdde0
refs/heads/master: d1871b38fccdc4b6575b0cabdea9e06bc70167eb
2 changes: 2 additions & 0 deletions trunk/kernel/debug/kdb/kdb_bt.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ kdb_bt(int argc, const char **argv)
}
/* Now the inactive tasks */
kdb_do_each_thread(g, p) {
if (KDB_FLAG(CMD_INTERRUPT))
return 0;
if (task_curr(p))
continue;
if (kdb_bt1(p, mask, argcount, btaprompt))
Expand Down
2 changes: 2 additions & 0 deletions trunk/kernel/debug/kdb/kdb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2100,6 +2100,8 @@ static int kdb_dmesg(int argc, const char **argv)
}
if (!lines--)
break;
if (KDB_FLAG(CMD_INTERRUPT))
return 0;

kdb_printf("%.*s\n", (int)len - 1, buf);
}
Expand Down

0 comments on commit a0e2c3a

Please sign in to comment.