From b0a6dafa76dd098e9a19ae2a0aa150004d836624 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sat, 14 Aug 1999 03:31:51 +0000 Subject: proper breakpoint instruction --- sys/arch/hppa/include/db_machdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hppa/include/db_machdep.h b/sys/arch/hppa/include/db_machdep.h index 544649b4e50..b8aa4d016ac 100644 --- a/sys/arch/hppa/include/db_machdep.h +++ b/sys/arch/hppa/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.2 1999/04/20 19:29:12 mickey Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.3 1999/08/14 03:31:50 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -44,7 +44,7 @@ extern db_regs_t ddb_regs; #define PC_REGS(regs) ((db_addr_t)(regs)->tf_iioq_head) /* Breakpoint related definitions */ -#define BKPT_INST 0x00000000 /* break 0,0 */ +#define BKPT_INST 0x00010000 /* break 0,8 */ #define BKPT_SIZE sizeof(int) #define BKPT_SET(inst) BKPT_INST -- cgit v1.2.3