]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: set is_jmp on ppc_tr_breakpoint_check
authorEmilio G. Cota <cota@braap.org>
Mon, 2 Jul 2018 22:02:07 +0000 (18:02 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 18 Jul 2018 21:13:24 +0000 (16:13 -0500)
commit0935356e43a2f3f707de7e2fdcb525e4848fb0d4
treea0ff9c0324f289e1f9352b5501ff9613d5768cb8
parentd109f8eb7edcdaceb27a49487ee4e579067cf914
target/ppc: set is_jmp on ppc_tr_breakpoint_check

The use of GDB breakpoints was broken by b0c2d52 ("target/ppc: convert
to TranslatorOps", 2018-02-16).

Fix it by setting is_jmp, so that we break from the translation loop
as originally intended.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reported-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
(cherry picked from commit 2a8ceefca23bc2aaafe711f8afd7585be3c27064)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/ppc/translate.c