Enable single stepping with KGDB.

This commit is contained in:
drochner 1997-08-12 17:26:57 +00:00
parent d5998780c0
commit e553e8219f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.102 1997/07/05 20:48:14 thorpej Exp $ */
/* $NetBSD: trap.c,v 1.103 1997/08/12 17:26:57 drochner Exp $ */
/*-
* Copyright (c) 1995 Charles M. Hannum. All rights reserved.
@ -435,7 +435,7 @@ trap(frame)
break;
}
#ifndef DDB
#if !defined(DDB) && !defined(KGDB)
/* XXX need to deal with this when DDB is present, too */
case T_TRCTRAP: /* kernel trace trap; someone single stepping lcall's */
/* syscall has to turn off the trace bit itself */