Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Sep 2004 15:54:24 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 61702 for review
Message-ID:  <200409171554.i8HFsONr085818@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=61702

Change 61702 by jhb@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409171554.i8HFsONr085818>