summaryrefslogtreecommitdiff
path: root/tools/debugscripts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/debugscripts')
-rw-r--r--tools/debugscripts/README2
-rw-r--r--tools/debugscripts/dot.gdbinit2
-rw-r--r--tools/debugscripts/gdbinit.i3862
-rw-r--r--tools/debugscripts/gdbinit.kernel2
-rw-r--r--tools/debugscripts/gdbinit.vinum2
-rw-r--r--tools/debugscripts/kgdb2
-rw-r--r--tools/debugscripts/kld_deb.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/tools/debugscripts/README b/tools/debugscripts/README
index bd28cdc547af0..c10dc625e966c 100644
--- a/tools/debugscripts/README
+++ b/tools/debugscripts/README
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/tools/debugscripts/README,v 1.2 2004/08/04 18:03:43 jmg Exp $
This directory contains gdb macros for kernel debugging. When you
build a debug kernel, the target "gdbinit" in the kernel Makefile will
diff --git a/tools/debugscripts/dot.gdbinit b/tools/debugscripts/dot.gdbinit
index 39033ac8e1520..f71f294544d2b 100644
--- a/tools/debugscripts/dot.gdbinit
+++ b/tools/debugscripts/dot.gdbinit
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/debugscripts/dot.gdbinit,v 1.6 2003/12/29 06:35:14 grog Exp $
# .gdbinit file for remote serial debugging.
# see gdbinit(9) for further details.
#
diff --git a/tools/debugscripts/gdbinit.i386 b/tools/debugscripts/gdbinit.i386
index e02b2063f509c..fecf1889142b5 100644
--- a/tools/debugscripts/gdbinit.i386
+++ b/tools/debugscripts/gdbinit.i386
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/debugscripts/gdbinit.i386,v 1.3.2.1 2005/02/05 01:02:28 das Exp $
# Assembler-level macros for i386
# Disassemble the next 10 instructions.
define xi
diff --git a/tools/debugscripts/gdbinit.kernel b/tools/debugscripts/gdbinit.kernel
index 91d85c22a57c7..d889411d8c985 100644
--- a/tools/debugscripts/gdbinit.kernel
+++ b/tools/debugscripts/gdbinit.kernel
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/debugscripts/gdbinit.kernel,v 1.7.2.1 2005/02/05 01:02:28 das Exp $
# General kernel macros
# Print the command name of the current process
diff --git a/tools/debugscripts/gdbinit.vinum b/tools/debugscripts/gdbinit.vinum
index 6a55d72c9b644..a9a521aa9d316 100644
--- a/tools/debugscripts/gdbinit.vinum
+++ b/tools/debugscripts/gdbinit.vinum
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/debugscripts/gdbinit.vinum,v 1.3 2003/12/30 02:08:29 grog Exp $
# gdb macros for debugging Vinum.
# This file gets included from the .gdbinit files in
# the kernel build directory and /var/crash.
diff --git a/tools/debugscripts/kgdb b/tools/debugscripts/kgdb
index 2293c5beecb22..5262b87fe5e4c 100644
--- a/tools/debugscripts/kgdb
+++ b/tools/debugscripts/kgdb
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/debugscripts/kgdb,v 1.1 2004/08/04 18:03:43 jmg Exp $
crashpath="/var/crash"
kld_debpy="kld_deb.py"
diff --git a/tools/debugscripts/kld_deb.py b/tools/debugscripts/kld_deb.py
index 3d8e01d70f9da..a6ddc719a9cfc 100644
--- a/tools/debugscripts/kld_deb.py
+++ b/tools/debugscripts/kld_deb.py
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/debugscripts/kld_deb.py,v 1.1 2004/08/04 18:03:43 jmg Exp $
import sys
import os