Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185195
b: refs/heads/master
c: cdc592d
h: refs/heads/master
i:
  185193: 4e9dc30
  185191: cac2a3c
v: v3
  • Loading branch information
Sonic Zhang authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent f24d866 commit 4b6e6ba
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7ed43f6af88b042eb2ac5a3eda1e8e17efae74ee
refs/heads/master: cdc592d5d496e5c813d9632d0d1e334658927af7
3 changes: 2 additions & 1 deletion trunk/drivers/serial/bfin_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ static void bfin_serial_rx_chars(struct bfin_serial_port *uart)

#if defined(CONFIG_KGDB_SERIAL_CONSOLE) || \
defined(CONFIG_KGDB_SERIAL_CONSOLE_MODULE)
if (kgdb_connected && kgdboc_port_line == uart->port.line)
if (kgdb_connected && kgdboc_port_line == uart->port.line
&& kgdboc_break_enabled)
if (ch == 0x3) {/* Ctrl + C */
kgdb_breakpoint();
return;
Expand Down

0 comments on commit 4b6e6ba

Please sign in to comment.