Date: Sat, 8 May 2004 17:18:14 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 52512 for review Message-ID: <200405090018.i490IEOL044445@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=52512 Change 52512 by marcel@marcel_nfs on 2004/05/08 17:18:03 Re-enter the debugger for any trap. Affected files ... .. //depot/projects/gdb/sys/i386/i386/trap.c#9 edit Differences ... ==== //depot/projects/gdb/sys/i386/i386/trap.c#9 (text+ko) ==== @@ -187,7 +187,7 @@ type = frame.tf_trapno; #ifdef KDB - if (kdb_active && type == T_PAGEFLT) { + if (kdb_active) { kdb_trap(type, 0, &frame); goto out; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405090018.i490IEOL044445>