Re: [Qemu-devel] [PATCH v14 06/34] target/arm: Delay check for magic kernel page

2017-07-21 Thread Emilio G. Cota
On Fri, Jul 14, 2017 at 23:42:15 -1000, Richard Henderson wrote: > There's nothing magic about the exception that we generate in order > to execute the magic kernel page. We can and should allow gdb to > set a breakpoint at this location. > > Signed-off-by: Richard Henderson Reviewed-by: Emilio

[Qemu-devel] [PATCH v14 06/34] target/arm: Delay check for magic kernel page

2017-07-15 Thread Richard Henderson
There's nothing magic about the exception that we generate in order to execute the magic kernel page. We can and should allow gdb to set a breakpoint at this location. Signed-off-by: Richard Henderson --- target/arm/translate.c | 22 +++--- 1 file changed, 11 insertions(+), 11 d