diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-15 18:26:54 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-15 18:26:54 +0000 |
commit | d9244ad7ae20663b0ed8c4dab5bf738cf92df9e2 (patch) | |
tree | 9fe23a6421e380a019a7193ddde97985276549b3 /usr.bin/pmdb/arch | |
parent | 624fbdfab319528ea19f8250146d43b17f40f5ac (diff) |
it's a start
Diffstat (limited to 'usr.bin/pmdb/arch')
-rw-r--r-- | usr.bin/pmdb/arch/hppa/Makefile.inc | 1 | ||||
-rw-r--r-- | usr.bin/pmdb/arch/hppa/pmdb_machdep.h | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/pmdb/arch/hppa/Makefile.inc b/usr.bin/pmdb/arch/hppa/Makefile.inc new file mode 100644 index 00000000000..8f2ed86fd6f --- /dev/null +++ b/usr.bin/pmdb/arch/hppa/Makefile.inc @@ -0,0 +1 @@ +SRCS+=hppa.c diff --git a/usr.bin/pmdb/arch/hppa/pmdb_machdep.h b/usr.bin/pmdb/arch/hppa/pmdb_machdep.h new file mode 100644 index 00000000000..1d6bfa4e9e4 --- /dev/null +++ b/usr.bin/pmdb/arch/hppa/pmdb_machdep.h @@ -0,0 +1,3 @@ +#define BREAKPOINT { 0x00, 0x01, 0x00, 0x00 } +#define BREAKPOINT_LEN 4 +#define BREAKPOINT_DECR_PC 0 |