PERFORCE change 53327 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 12:57:11 PDT 2004


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

Change 53327 by marcel at marcel_nfs on 2004/05/23 12:56:26

	s/DDB/KDB/g in comments.

Affected files ...

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

Differences ...

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

@@ -376,7 +376,7 @@
 		if (!user) {
 #ifdef KDB
 			/*
-			 * ...unless, of course, DDB is configured; BUGCHK
+			 * ...unless, of course, KDB is configured; BUGCHK
 			 * is used to invoke the kernel debugger, and we
 			 * might have set a breakpoint.
 			 */
@@ -387,7 +387,7 @@
 			}
 
 			/*
-			 * If we get here, DDB did _not_ handle the
+			 * If we get here, KDB did _not_ handle the
 			 * trap, and we need to PANIC!
 			 */
 #endif


More information about the p4-projects mailing list