PERFORCE change 52477 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri May 7 19:25:33 PDT 2004


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

Change 52477 by marcel at marcel_nfs on 2004/05/07 19:24:34

	Go directly to KDB for every trap that occurs while the
	debugger is active, not just memory related traps.

Affected files ...

.. //depot/projects/gdb/sys/alpha/alpha/trap.c#5 edit

Differences ...

==== //depot/projects/gdb/sys/alpha/alpha/trap.c#5 (text+ko) ====

@@ -283,7 +283,7 @@
 #endif
 	p = td->td_proc;
 
-	if (kdb_active && entry == ALPHA_KENTRY_MM) {
+	if (kdb_active) {
 		kdb_trap(entry, a0, framep);
 		return;
 	}


More information about the p4-projects mailing list