Re: [Qemu-devel] [PATCH v2 1/2] target-arm: Fix GDB breakpoint handling

2015-10-08 Thread Peter Maydell
On 28 September 2015 at 11:07, Sergey Fedorov wrote: > GDB breakpoints have higher priority so they have to be checked first. > Should GDB breakpoint match, just return from the debug exception > handler. > > Signed-off-by: Sergey Fedorov > --- > target-arm/op_helper.c | 9 + > 1 file ch

[Qemu-devel] [PATCH v2 1/2] target-arm: Fix GDB breakpoint handling

2015-09-28 Thread Sergey Fedorov
GDB breakpoints have higher priority so they have to be checked first. Should GDB breakpoint match, just return from the debug exception handler. Signed-off-by: Sergey Fedorov --- target-arm/op_helper.c | 9 + 1 file changed, 9 insertions(+) diff --git a/target-arm/op_helper.c b/target-