diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
| commit | 58c9ff44c8041f394c663cb9640e9b77fe07bb13 (patch) | |
| tree | 12d4abc1c0c60a62d4a8ea721bc71a33f8add090 /tools/debugscripts | |
| parent | 7dbb88eb2eb84f4a17a783cbbb3a3c5e0051dea2 (diff) | |
Diffstat (limited to 'tools/debugscripts')
| -rw-r--r-- | tools/debugscripts/dot.gdbinit | 2 | ||||
| -rw-r--r-- | tools/debugscripts/gdbinit.i386 | 2 | ||||
| -rw-r--r-- | tools/debugscripts/gdbinit.kernel | 2 | ||||
| -rw-r--r-- | tools/debugscripts/gdbinit.vinum | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/debugscripts/dot.gdbinit b/tools/debugscripts/dot.gdbinit index 35bcd70bbea4..04fea7ae34e2 100644 --- a/tools/debugscripts/dot.gdbinit +++ b/tools/debugscripts/dot.gdbinit @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/debugscripts/dot.gdbinit,v 1.5 2003/11/04 06:38:37 green 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 6db1eee5ed43..127b975c31b5 100644 --- a/tools/debugscripts/gdbinit.i386 +++ b/tools/debugscripts/gdbinit.i386 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/debugscripts/gdbinit.i386,v 1.2 2003/06/08 06:10:45 grog 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 547f3e0380c1..f2d39a44ca1a 100644 --- a/tools/debugscripts/gdbinit.kernel +++ b/tools/debugscripts/gdbinit.kernel @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/debugscripts/gdbinit.kernel,v 1.3 2003/06/08 06:11:15 grog 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 7ddfb5e98944..83e0d1c3e982 100644 --- a/tools/debugscripts/gdbinit.vinum +++ b/tools/debugscripts/gdbinit.vinum @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/debugscripts/gdbinit.vinum,v 1.1 2003/06/07 01:01:42 grog Exp $ # gdb macros for debugging Vinum. # This file gets included from the .gdbinit files in # the kernel build directory and /var/crash. |
