Searched hist:"9 ebb3cbcc39d4e61ae6751167086acfb5c201e6f" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/include/asm/ |
H A D | hw_breakpoint.h | diff 9ebb3cbcc39d4e61ae6751167086acfb5c201e6f Wed Dec 01 08:12:13 CST 2010 Will Deacon <will.deacon@arm.com> ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpoints
The single-stepping code is currently different depending on whether we are stepping over a breakpoint or a watchpoint. There is no good reason for this, so let's sort it out.
This patch adds functions for enabling/disabling single-step for a particular hw_breakpoint and integrates this with the exception handling code.
Signed-off-by: Will Deacon <will.deacon@arm.com>
|
/openbmc/linux/arch/arm/kernel/ |
H A D | hw_breakpoint.c | diff 9ebb3cbcc39d4e61ae6751167086acfb5c201e6f Wed Dec 01 08:12:13 CST 2010 Will Deacon <will.deacon@arm.com> ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpoints
The single-stepping code is currently different depending on whether we are stepping over a breakpoint or a watchpoint. There is no good reason for this, so let's sort it out.
This patch adds functions for enabling/disabling single-step for a particular hw_breakpoint and integrates this with the exception handling code.
Signed-off-by: Will Deacon <will.deacon@arm.com>
|