PERFORCE change 52512 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat May 8 17:18:16 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=52512

Change 52512 by marcel at 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;
 	}


More information about the p4-projects mailing list