Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119363
b: refs/heads/master
c: 499c59c
h: refs/heads/master
i:
  119361: cc1d55c
  119359: e5a961e
v: v3
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Nov 30, 2008
1 parent f3a7725 commit bb01ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 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: f1ba3bc7b97ad0cc5886e5dadf4defba68f37819
refs/heads/master: 499c59c42967329d39481314a839d7669f5e1506
24 changes: 2 additions & 22 deletions trunk/arch/mn10300/kernel/gdb-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,17 +522,7 @@ static int gdbstub_single_step(struct pt_regs *regs)
} else {
switch (cur) {
/* Bxx (d8,PC) */
case 0xc0:
case 0xc1:
case 0xc2:
case 0xc3:
case 0xc4:
case 0xc5:
case 0xc6:
case 0xc7:
case 0xc8:
case 0xc9:
case 0xca:
case 0xc0 ... 0xca:
if (gdbstub_read_byte(pc + 1, (u8 *) &x) < 0)
goto fault;
if (!__gdbstub_mark_bp(pc + 2, 0))
Expand All @@ -543,17 +533,7 @@ static int gdbstub_single_step(struct pt_regs *regs)
break;

/* LXX (d8,PC) */
case 0xd0:
case 0xd1:
case 0xd2:
case 0xd3:
case 0xd4:
case 0xd5:
case 0xd6:
case 0xd7:
case 0xd8:
case 0xd9:
case 0xda:
case 0xd0 ... 0xda:
if (!__gdbstub_mark_bp(pc + 1, 0))
goto fault;
if (regs->pc != regs->lar &&
Expand Down

0 comments on commit bb01ba8

Please sign in to comment.