Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196336
b: refs/heads/master
c: e886112
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wessel committed May 21, 2010
1 parent 4520f81 commit 4d8cd54
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 489022cc86ec8817a30226d00d35c67d74dd24a0
refs/heads/master: e8861129d3c1a64e3c62f459aeb1cd54a55ab045
5 changes: 5 additions & 0 deletions trunk/arch/blackfin/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,11 @@ int kgdb_validate_break_address(unsigned long addr)
return -EFAULT;
}

void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip)
{
regs->retx = ip;
}

int kgdb_arch_init(void)
{
kgdb_single_step = 0;
Expand Down

0 comments on commit 4d8cd54

Please sign in to comment.