Date: Sun, 23 May 2004 12:57:02 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 53327 for review Message-ID: <200405231957.i4NJv2HN066230@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=53327 Change 53327 by marcel@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405231957.i4NJv2HN066230>