diff options
Diffstat (limited to 'usr.bin/pmdb/arch/alpha/pmdb_machdep.h')
-rw-r--r-- | usr.bin/pmdb/arch/alpha/pmdb_machdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/pmdb/arch/alpha/pmdb_machdep.h b/usr.bin/pmdb/arch/alpha/pmdb_machdep.h new file mode 100644 index 00000000000..6ff260d09d0 --- /dev/null +++ b/usr.bin/pmdb/arch/alpha/pmdb_machdep.h @@ -0,0 +1,3 @@ +#define BREAKPOINT { 0x80, 0, 0, 0 } +#define BREAKPOINT_LEN 4 +#define BREAKPOINT_DECR_PC 4 |