diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-03-25 22:41:52 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-03-25 22:41:52 +0000 |
commit | 49bd9ea3b12e5eddf3a1c7f631eda894724162c5 (patch) | |
tree | c2ad95fe6261a490540d621e2dfcda7da90514b3 /usr.bin/pmdb | |
parent | 2c17a6c4c9dcacc6f7bd77dd2fbe1186204c519b (diff) |
Make this closer to supporting breakpoints properly, still not working.
Diffstat (limited to 'usr.bin/pmdb')
-rw-r--r-- | usr.bin/pmdb/arch/powerpc/pmdb_machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pmdb/arch/powerpc/pmdb_machdep.h b/usr.bin/pmdb/arch/powerpc/pmdb_machdep.h index d9a6801aa77..35b3ada4d11 100644 --- a/usr.bin/pmdb/arch/powerpc/pmdb_machdep.h +++ b/usr.bin/pmdb/arch/powerpc/pmdb_machdep.h @@ -1,3 +1,3 @@ -#define BREAKPOINT { 0x00, 0x00, 0x00, 0x00 } +#define BREAKPOINT { 0x7C, 0x81, 0x08, 0x08 } #define BREAKPOINT_LEN 4 -#define BREAKPOINT_DECR_PC 0 +#define BREAKPOINT_DECR_PC 4 |