PERFORCE change 61702 for review

John Baldwin jhb at FreeBSD.org
Fri Sep 17 08:54:25 PDT 2004


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

Change 61702 by jhb at jhb_twclab on 2004/09/17 15:54:06

	This is actually not needed as DDB already has enough
	intelligence for this.

Affected files ...

.. //depot/projects/smpng/sys/i386/i386/db_trace.c#19 edit

Differences ...

==== //depot/projects/smpng/sys/i386/i386/db_trace.c#19 (text+ko) ====

@@ -387,8 +387,7 @@
 
 	first = TRUE;
 	quit = 0;
-	if (kdb_active)
-		db_setup_paging(db_simple_pager, &quit, DB_LINES_PER_PAGE);
+	db_setup_paging(db_simple_pager, &quit, DB_LINES_PER_PAGE);
 	while (count-- && !quit) {
 		sym = db_search_symbol(pc, DB_STGY_ANY, &offset);
 		db_symbol_values(sym, &name, NULL);


More information about the p4-projects mailing list