From ea4e754f5a3c44d82ae7a09daad97e67c4b956a0 Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 22 May 2006 21:50:20 +0000 Subject: PPC Breakpoints for gdb-stub (Jason Wessel) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1933 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/op.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target-ppc/op.c') diff --git a/target-ppc/op.c b/target-ppc/op.c index 4b0af5587c..ca1dbc5eb4 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -204,6 +204,11 @@ PPC_OP(update_nip) env->nip = PARAM(1); } +PPC_OP(debug) +{ + do_raise_exception(EXCP_DEBUG); +} + /* Segment registers load and store with immediate index */ PPC_OP(load_srin) { -- cgit v1.2.3