Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2008 03:17:39 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 143163 for review
Message-ID:  <200806090317.m593Hdvx051994@repoman.freebsd.org>

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

Change 143163 by jb@freebsd3 on 2008/06/09 03:17:09

	DTrace needs struct stack support routines.

Affected files ...

.. //depot/projects/dtrace6/src/sys/conf/files.amd64#6 edit
.. //depot/projects/dtrace6/src/sys/conf/files.i386#6 edit

Differences ...

==== //depot/projects/dtrace6/src/sys/conf/files.amd64#6 (text+ko) ====

@@ -96,7 +96,7 @@
 amd64/amd64/cpu_switch.S	standard
 amd64/amd64/db_disasm.c		optional	ddb
 amd64/amd64/db_interface.c	optional	ddb
-amd64/amd64/db_trace.c		optional	ddb
+amd64/amd64/db_trace.c		optional	ddb kdtrace_hooks
 amd64/amd64/dump_machdep.c	standard
 amd64/amd64/elf_machdep.c	standard
 amd64/amd64/exception.S		standard

==== //depot/projects/dtrace6/src/sys/conf/files.i386#6 (text+ko) ====

@@ -295,7 +295,7 @@
 i386/i386/busdma_machdep.c	standard
 i386/i386/db_disasm.c		optional ddb
 i386/i386/db_interface.c	optional ddb
-i386/i386/db_trace.c		optional ddb
+i386/i386/db_trace.c		optional ddb kdtrace_hooks
 i386/i386/dump_machdep.c	standard
 i386/i386/elan-mmcr.c		optional cpu_elan
 i386/i386/elan-mmcr.c		optional cpu_soekris



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