diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-03-15 16:30:34 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-03-15 16:30:34 +0000 |
commit | 762c7e2653616ce6ca212000d059575f5a3667da (patch) | |
tree | 6e68b250f0e7b3a3f5eb8b708861130a0aed9524 /usr.bin/pmdb/arch/i386/pmdb_machdep.h | |
parent | 8ac4d27abf792757bbc8e71d8497b8631145bd6a (diff) |
Import pmdb 4.1.
(see http://www.blahonga.org/~art/openbsd/pmdb.html for more info).
The development repository now moves here out from my local repository.
Diffstat (limited to 'usr.bin/pmdb/arch/i386/pmdb_machdep.h')
-rw-r--r-- | usr.bin/pmdb/arch/i386/pmdb_machdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/pmdb/arch/i386/pmdb_machdep.h b/usr.bin/pmdb/arch/i386/pmdb_machdep.h new file mode 100644 index 00000000000..9c25e38ee6f --- /dev/null +++ b/usr.bin/pmdb/arch/i386/pmdb_machdep.h @@ -0,0 +1,3 @@ +#define BREAKPOINT { 0xcc } +#define BREAKPOINT_LEN 1 +#define BREAKPOINT_DECR_PC 1 |