diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
| commit | 84a7b99b4e02a260bf7ff9b540032f4cb7bc612a (patch) | |
| tree | 85059f7e88bcf124efae7c17bd99cfa18627a8c4 /tools/debugscripts | |
| parent | a28c3ad292f6f6cbe1c4ff05efb3d53eb45f17ff (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. |
