PERFORCE change 57016 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Jul 10 16:59:03 PDT 2004


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

Change 57016 by marcel at marcel_nfs on 2004/07/10 23:58:34

	IFC @57015 (DDB)

Affected files ...

.. //depot/projects/gdb/sys/alpha/alpha/db_disasm.c#3 integrate
.. //depot/projects/gdb/sys/alpha/alpha/db_interface.c#8 integrate
.. //depot/projects/gdb/sys/alpha/alpha/db_trace.c#4 integrate
.. //depot/projects/gdb/sys/alpha/include/db_machdep.h#4 integrate
.. //depot/projects/gdb/sys/amd64/amd64/db_interface.c#9 integrate
.. //depot/projects/gdb/sys/amd64/amd64/db_trace.c#5 integrate
.. //depot/projects/gdb/sys/amd64/include/db_machdep.h#3 integrate
.. //depot/projects/gdb/sys/conf/files#39 integrate
.. //depot/projects/gdb/sys/conf/files.alpha#8 integrate
.. //depot/projects/gdb/sys/conf/files.amd64#14 integrate
.. //depot/projects/gdb/sys/conf/files.i386#21 integrate
.. //depot/projects/gdb/sys/conf/files.ia64#8 integrate
.. //depot/projects/gdb/sys/conf/files.pc98#16 integrate
.. //depot/projects/gdb/sys/conf/files.sparc64#7 integrate
.. //depot/projects/gdb/sys/ddb/db_access.c#3 integrate
.. //depot/projects/gdb/sys/ddb/db_break.c#3 integrate
.. //depot/projects/gdb/sys/ddb/db_command.c#6 integrate
.. //depot/projects/gdb/sys/ddb/db_main.c#9 integrate
.. //depot/projects/gdb/sys/ddb/db_output.c#4 integrate
.. //depot/projects/gdb/sys/ddb/db_print.c#4 integrate
.. //depot/projects/gdb/sys/ddb/db_ps.c#5 integrate
.. //depot/projects/gdb/sys/ddb/db_run.c#4 integrate
.. //depot/projects/gdb/sys/ddb/db_thread.c#8 integrate
.. //depot/projects/gdb/sys/ddb/db_variables.c#3 integrate
.. //depot/projects/gdb/sys/ddb/db_variables.h#3 integrate
.. //depot/projects/gdb/sys/ddb/ddb.h#9 integrate
.. //depot/projects/gdb/sys/i386/i386/db_interface.c#9 integrate
.. //depot/projects/gdb/sys/i386/i386/db_trace.c#10 integrate
.. //depot/projects/gdb/sys/i386/include/db_machdep.h#3 integrate
.. //depot/projects/gdb/sys/ia64/ia64/db_interface.c#9 integrate
.. //depot/projects/gdb/sys/ia64/ia64/db_trace.c#5 integrate
.. //depot/projects/gdb/sys/ia64/include/db_machdep.h#6 integrate
.. //depot/projects/gdb/sys/sparc64/include/db_machdep.h#3 integrate
.. //depot/projects/gdb/sys/sparc64/sparc64/db_interface.c#7 integrate
.. //depot/projects/gdb/sys/sparc64/sparc64/db_trace.c#4 integrate

Differences ...

==== //depot/projects/gdb/sys/alpha/alpha/db_disasm.c#3 (text+ko) ====

@@ -46,7 +46,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 /* __KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.4 1997/09/16 22:52:40 thorpej Exp $"); */
-__FBSDID("$FreeBSD: src/sys/alpha/alpha/db_disasm.c,v 1.9 2003/08/22 07:20:25 imp Exp $");
+__FBSDID("$FreeBSD: src/sys/alpha/alpha/db_disasm.c,v 1.10 2004/07/10 23:47:18 marcel Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

==== //depot/projects/gdb/sys/alpha/alpha/db_interface.c#8 (text+ko) ====

@@ -47,7 +47,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 /* __KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.2 1997/09/16 19:07:19 thorpej Exp $"); */
-__FBSDID("$FreeBSD: src/sys/alpha/alpha/db_interface.c,v 1.28 2003/08/22 07:20:25 imp Exp $");
+__FBSDID("$FreeBSD: src/sys/alpha/alpha/db_interface.c,v 1.29 2004/07/10 23:47:18 marcel Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

==== //depot/projects/gdb/sys/alpha/alpha/db_trace.c#4 (text+ko) ====

@@ -42,7 +42,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 /*__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.9 2000/12/13 03:16:36 mycroft Exp $");*/
-__FBSDID("$FreeBSD: src/sys/alpha/alpha/db_trace.c,v 1.18 2004/01/04 23:30:47 obrien Exp $");
+__FBSDID("$FreeBSD: src/sys/alpha/alpha/db_trace.c,v 1.19 2004/07/10 23:47:18 marcel Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

==== //depot/projects/gdb/sys/alpha/include/db_machdep.h#4 (text+ko) ====

@@ -1,4 +1,4 @@
-/* $FreeBSD: src/sys/alpha/include/db_machdep.h,v 1.8 2003/09/07 05:33:46 marcel Exp $ */
+/* $FreeBSD: src/sys/alpha/include/db_machdep.h,v 1.9 2004/07/10 23:47:18 marcel Exp $ */
 /* $NetBSD: db_machdep.h,v 1.6 1997/09/06 02:02:25 thorpej Exp $ */
 
 /*

==== //depot/projects/gdb/sys/amd64/amd64/db_interface.c#9 (text+ko) ====

@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/amd64/amd64/db_interface.c,v 1.78 2004/04/07 00:41:05 peter Exp $");
+__FBSDID("$FreeBSD: src/sys/amd64/amd64/db_interface.c,v 1.79 2004/07/10 23:47:18 marcel Exp $");
 
 /*
  * Interface to new debugger.

==== //depot/projects/gdb/sys/amd64/amd64/db_trace.c#5 (text+ko) ====

@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/amd64/amd64/db_trace.c,v 1.60 2004/01/28 23:57:40 peter Exp $");
+__FBSDID("$FreeBSD: src/sys/amd64/amd64/db_trace.c,v 1.61 2004/07/10 23:47:18 marcel Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

==== //depot/projects/gdb/sys/amd64/include/db_machdep.h#3 (text+ko) ====

@@ -23,7 +23,7 @@
  * any improvements or extensions that they make and grant Carnegie Mellon
  * the rights to redistribute these changes.
  *
- * $FreeBSD: src/sys/amd64/include/db_machdep.h,v 1.19 2003/05/30 01:01:07 peter Exp $
+ * $FreeBSD: src/sys/amd64/include/db_machdep.h,v 1.20 2004/07/10 23:47:18 marcel Exp $
  */
 
 #ifndef _MACHINE_DB_MACHDEP_H_

==== //depot/projects/gdb/sys/conf/files#39 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/sys/conf/files,v 1.926 2004/07/10 20:35:00 marcel Exp $
+# $FreeBSD: src/sys/conf/files,v 1.928 2004/07/10 23:47:18 marcel Exp $
 #
 # The long compile-with and dependency lines are required because of
 # limitations in config: backslash-newline doesn't work in strings, and

==== //depot/projects/gdb/sys/conf/files.alpha#8 (text+ko) ====

@@ -1,7 +1,7 @@
 # This file tells config what files go into building a kernel,
 # files marked standard are always included.
 #
-# $FreeBSD: src/sys/conf/files.alpha,v 1.112 2004/07/07 22:29:33 imp Exp $
+# $FreeBSD: src/sys/conf/files.alpha,v 1.113 2004/07/10 23:31:17 marcel Exp $
 #
 # The long compile-with and dependency lines are required because of
 # limitations in config: backslash-newline doesn't work in strings, and

==== //depot/projects/gdb/sys/conf/files.amd64#14 (text+ko) ====

@@ -1,7 +1,7 @@
 # This file tells config what files go into building a kernel,
 # files marked standard are always included.
 #
-# $FreeBSD: src/sys/conf/files.amd64,v 1.40 2004/07/09 05:05:13 imp Exp $
+# $FreeBSD: src/sys/conf/files.amd64,v 1.41 2004/07/10 23:31:17 marcel Exp $
 #
 # The long compile-with and dependency lines are required because of
 # limitations in config: backslash-newline doesn't work in strings, and

==== //depot/projects/gdb/sys/conf/files.i386#21 (text+ko) ====

@@ -1,7 +1,7 @@
 # This file tells config what files go into building a kernel,
 # files marked standard are always included.
 #
-# $FreeBSD: src/sys/conf/files.i386,v 1.496 2004/07/07 22:29:33 imp Exp $
+# $FreeBSD: src/sys/conf/files.i386,v 1.497 2004/07/10 23:31:17 marcel Exp $
 #
 # The long compile-with and dependency lines are required because of
 # limitations in config: backslash-newline doesn't work in strings, and

==== //depot/projects/gdb/sys/conf/files.ia64#8 (text+ko) ====

@@ -1,7 +1,7 @@
 # This file tells config what files go into building a kernel,
 # files marked standard are always included.
 #
-# $FreeBSD: src/sys/conf/files.ia64,v 1.69 2004/06/30 14:19:28 njl Exp $
+# $FreeBSD: src/sys/conf/files.ia64,v 1.70 2004/07/10 23:31:17 marcel Exp $
 #
 # The long compile-with and dependency lines are required because of
 # limitations in config: backslash-newline doesn't work in strings, and

==== //depot/projects/gdb/sys/conf/files.pc98#16 (text+ko) ====

@@ -3,7 +3,7 @@
 #
 # modified for PC-9801
 #
-# $FreeBSD: src/sys/conf/files.pc98,v 1.300 2004/07/08 13:56:17 nyan Exp $
+# $FreeBSD: src/sys/conf/files.pc98,v 1.301 2004/07/10 23:31:17 marcel Exp $
 #
 # The long compile-with and dependency lines are required because of
 # limitations in config: backslash-newline doesn't work in strings, and

==== //depot/projects/gdb/sys/conf/files.sparc64#7 (text+ko) ====

@@ -1,7 +1,7 @@
 # This file tells config what files go into building a kernel,
 # files marked standard are always included.
 #
-# $FreeBSD: src/sys/conf/files.sparc64,v 1.54 2004/06/10 05:21:44 scottl Exp $
+# $FreeBSD: src/sys/conf/files.sparc64,v 1.55 2004/07/10 23:31:17 marcel Exp $
 #
 # The long compile-with and dependency lines are required because of
 # limitations in config: backslash-newline doesn't work in strings, and

==== //depot/projects/gdb/sys/ddb/db_access.c#3 (text+ko) ====

@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/ddb/db_access.c,v 1.17 2003/08/12 13:24:21 harti Exp $");
+__FBSDID("$FreeBSD: src/sys/ddb/db_access.c,v 1.18 2004/07/10 23:47:18 marcel Exp $");
 
 #include <sys/param.h>
 #include <sys/kdb.h>

==== //depot/projects/gdb/sys/ddb/db_break.c#3 (text+ko) ====

@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/ddb/db_break.c,v 1.23 2003/06/10 22:09:23 obrien Exp $");
+__FBSDID("$FreeBSD: src/sys/ddb/db_break.c,v 1.24 2004/07/10 23:47:18 marcel Exp $");
 
 #include "opt_comconsole.h"
 

==== //depot/projects/gdb/sys/ddb/db_command.c#6 (text+ko) ====

@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/ddb/db_command.c,v 1.53 2004/02/29 09:55:32 phk Exp $");
+__FBSDID("$FreeBSD: src/sys/ddb/db_command.c,v 1.54 2004/07/10 23:47:18 marcel Exp $");
 
 #include <sys/param.h>
 #include <sys/linker_set.h>

==== //depot/projects/gdb/sys/ddb/db_main.c#9 (text+ko) ====


==== //depot/projects/gdb/sys/ddb/db_output.c#4 (text+ko) ====

@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/ddb/db_output.c,v 1.30 2004/01/28 06:51:18 njl Exp $");
+__FBSDID("$FreeBSD: src/sys/ddb/db_output.c,v 1.31 2004/07/10 23:47:18 marcel Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

==== //depot/projects/gdb/sys/ddb/db_print.c#4 (text+ko) ====

@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/ddb/db_print.c,v 1.27 2003/06/10 22:09:23 obrien Exp $");
+__FBSDID("$FreeBSD: src/sys/ddb/db_print.c,v 1.28 2004/07/10 23:47:18 marcel Exp $");
 
 #include <sys/param.h>
 #include <sys/kdb.h>

==== //depot/projects/gdb/sys/ddb/db_ps.c#5 (text+ko) ====

@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/ddb/db_ps.c,v 1.51 2004/04/07 20:45:56 imp Exp $");
+__FBSDID("$FreeBSD: src/sys/ddb/db_ps.c,v 1.52 2004/07/10 23:47:19 marcel Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

==== //depot/projects/gdb/sys/ddb/db_run.c#4 (text+ko) ====

@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/ddb/db_run.c,v 1.23 2003/06/10 22:09:23 obrien Exp $");
+__FBSDID("$FreeBSD: src/sys/ddb/db_run.c,v 1.24 2004/07/10 23:47:19 marcel Exp $");
 
 #include <sys/param.h>
 #include <sys/kdb.h>

==== //depot/projects/gdb/sys/ddb/db_thread.c#8 (text+ko) ====


==== //depot/projects/gdb/sys/ddb/db_variables.c#3 (text+ko) ====

@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/ddb/db_variables.c,v 1.20 2003/06/10 22:09:23 obrien Exp $");
+__FBSDID("$FreeBSD: src/sys/ddb/db_variables.c,v 1.21 2004/07/10 23:47:19 marcel Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

==== //depot/projects/gdb/sys/ddb/db_variables.h#3 (text+ko) ====

@@ -23,7 +23,7 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  *
- * $FreeBSD: src/sys/ddb/db_variables.h,v 1.12 2002/03/20 05:14:28 alfred Exp $
+ * $FreeBSD: src/sys/ddb/db_variables.h,v 1.13 2004/07/10 23:47:19 marcel Exp $
  */
 
 /*

==== //depot/projects/gdb/sys/ddb/ddb.h#9 (text+ko) ====

@@ -27,7 +27,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/ddb/ddb.h,v 1.34 2003/07/31 17:27:52 jhb Exp $
+ * $FreeBSD: src/sys/ddb/ddb.h,v 1.35 2004/07/10 23:47:19 marcel Exp $
  */
 
 /*

==== //depot/projects/gdb/sys/i386/i386/db_interface.c#9 (text+ko) ====

@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/i386/i386/db_interface.c,v 1.81 2004/04/03 22:23:36 marcel Exp $");
+__FBSDID("$FreeBSD: src/sys/i386/i386/db_interface.c,v 1.82 2004/07/10 23:47:19 marcel Exp $");
 
 /*
  * Interface to new debugger.

==== //depot/projects/gdb/sys/i386/i386/db_trace.c#10 (text+ko) ====


==== //depot/projects/gdb/sys/i386/include/db_machdep.h#3 (text+ko) ====

@@ -23,7 +23,7 @@
  * any improvements or extensions that they make and grant Carnegie Mellon
  * the rights to redistribute these changes.
  *
- * $FreeBSD: src/sys/i386/include/db_machdep.h,v 1.17 2001/09/15 11:06:07 dfr Exp $
+ * $FreeBSD: src/sys/i386/include/db_machdep.h,v 1.18 2004/07/10 23:47:19 marcel Exp $
  */
 
 #ifndef _MACHINE_DB_MACHDEP_H_

==== //depot/projects/gdb/sys/ia64/ia64/db_interface.c#9 (text+ko) ====

@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/ia64/ia64/db_interface.c,v 1.24 2003/10/24 06:42:03 marcel Exp $");
+__FBSDID("$FreeBSD: src/sys/ia64/ia64/db_interface.c,v 1.25 2004/07/10 23:47:19 marcel Exp $");
 
 /*
  * Interface to DDB.

==== //depot/projects/gdb/sys/ia64/ia64/db_trace.c#5 (text+ko) ====

@@ -24,7 +24,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *	$FreeBSD: src/sys/ia64/ia64/db_trace.c,v 1.18 2003/10/23 06:23:55 marcel Exp $
+ *	$FreeBSD: src/sys/ia64/ia64/db_trace.c,v 1.19 2004/07/10 23:47:19 marcel Exp $
  */
 
 #include <sys/param.h>

==== //depot/projects/gdb/sys/ia64/include/db_machdep.h#6 (text+ko) ====

@@ -23,7 +23,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/ia64/include/db_machdep.h,v 1.9 2003/05/16 21:26:41 marcel Exp $
+ * $FreeBSD: src/sys/ia64/include/db_machdep.h,v 1.10 2004/07/10 23:47:19 marcel Exp $
  */
 
 #ifndef	_MACHINE_DB_MACHDEP_H_

==== //depot/projects/gdb/sys/sparc64/include/db_machdep.h#3 (text+ko) ====

@@ -24,7 +24,7 @@
  * the rights to redistribute these changes.
  *
  *	from: FreeBSD: src/sys/i386/include/db_machdep.h,v 1.16 1999/10/04
- * $FreeBSD: src/sys/sparc64/include/db_machdep.h,v 1.7 2003/06/07 18:24:37 jake Exp $
+ * $FreeBSD: src/sys/sparc64/include/db_machdep.h,v 1.8 2004/07/10 23:47:20 marcel Exp $
  */
 
 #ifndef	_MACHINE_DB_MACHDEP_H_

==== //depot/projects/gdb/sys/sparc64/sparc64/db_interface.c#7 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/sparc64/sparc64/db_interface.c,v 1.9 2002/03/13 04:59:01 jake Exp $
+ * $FreeBSD: src/sys/sparc64/sparc64/db_interface.c,v 1.10 2004/07/10 23:47:20 marcel Exp $
  */
 
 #include <sys/param.h> 

==== //depot/projects/gdb/sys/sparc64/sparc64/db_trace.c#4 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/sparc64/sparc64/db_trace.c,v 1.18 2003/12/26 14:30:18 obrien Exp $
+ * $FreeBSD: src/sys/sparc64/sparc64/db_trace.c,v 1.19 2004/07/10 23:47:20 marcel Exp $
  */
 
 #include <sys/param.h>


More information about the p4-projects mailing list