Re: [Qemu-devel] [PATCH] ppc: add DBCR based debugging

2018-08-12 Thread David Gibson
On Tue, Aug 07, 2018 at 11:29:48AM +0200, Roman Kapl wrote: > Add support for DBCR (debug control register) based debugging as used on > BookE ppc. So far supports only branch and single-step events, but these are > the important ones. GDB in Linux guest can now do single-stepping. > > Signed-off-

[Qemu-devel] [PATCH] ppc: add DBCR based debugging

2018-08-07 Thread Roman Kapl
Add support for DBCR (debug control register) based debugging as used on BookE ppc. So far supports only branch and single-step events, but these are the important ones. GDB in Linux guest can now do single-stepping. Signed-off-by: Roman Kapl --- target/ppc/cpu.h| 5 ++ target/