summaryrefslogtreecommitdiff
path: root/tools/debugscripts
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-05-06 19:24:14 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-05-06 19:24:14 +0000
commit26c52663cb5e53422c188e65b45755f348c2fbf3 (patch)
treece5e00519cf30405f3c973b12ab6ef8fa8f2b338 /tools/debugscripts
parent28a0f029fa9aaa57207a31a0c27b2bbc2688e22b (diff)
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/kgdb2
-rw-r--r--tools/debugscripts/kld_deb.py2
6 files changed, 6 insertions, 6 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 683922a77e9d0..74692f8e3b428 100644
--- a/tools/debugscripts/dot.gdbinit
+++ b/tools/debugscripts/dot.gdbinit
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/debugscripts/dot.gdbinit,v 1.8 2004/11/19 03:51:12 obrien 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..95b2af22f19a6 100644
--- a/tools/debugscripts/gdbinit.i386
+++ b/tools/debugscripts/gdbinit.i386
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/debugscripts/gdbinit.i386,v 1.4 2004/11/20 02:32:42 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..1e712c02c7a11 100644
--- a/tools/debugscripts/gdbinit.kernel
+++ b/tools/debugscripts/gdbinit.kernel
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/debugscripts/gdbinit.kernel,v 1.8 2004/11/20 02:32:42 das Exp $
# General kernel macros
# Print the command name of the current process
diff --git a/tools/debugscripts/kgdb b/tools/debugscripts/kgdb
index ae580b301d417..c57fa4ced6e22 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.2 2005/03/20 02:08:21 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 0ea12ab87b97b..edbc6a1417c27 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.2 2005/03/20 02:08:21 jmg Exp $
import sys
import os