diff options
Diffstat (limited to 'tools/debugscripts')
-rw-r--r-- | tools/debugscripts/README | 1 | ||||
-rw-r--r-- | tools/debugscripts/dot.gdbinit | 1 | ||||
-rw-r--r-- | tools/debugscripts/gdbinit.i386 | 1 | ||||
-rw-r--r-- | tools/debugscripts/gdbinit.kernel | 1 | ||||
-rw-r--r-- | tools/debugscripts/netstat-anr.gdb | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/tools/debugscripts/README b/tools/debugscripts/README index a218368cc399..eb301c93d993 100644 --- a/tools/debugscripts/README +++ b/tools/debugscripts/README @@ -1,4 +1,3 @@ -$FreeBSD$ 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 1a340c08ab8c..4923f2254e3b 100644 --- a/tools/debugscripts/dot.gdbinit +++ b/tools/debugscripts/dot.gdbinit @@ -1,4 +1,3 @@ -# $FreeBSD$ # .gdbinit file for remote serial debugging. # # XXX Do not use this file directly. It contains parameters which are diff --git a/tools/debugscripts/gdbinit.i386 b/tools/debugscripts/gdbinit.i386 index 95dbf6e93c87..19c97f619a85 100644 --- a/tools/debugscripts/gdbinit.i386 +++ b/tools/debugscripts/gdbinit.i386 @@ -1,4 +1,3 @@ -# $FreeBSD$ # 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 274eb73d743b..5fa3efc7e7df 100644 --- a/tools/debugscripts/gdbinit.kernel +++ b/tools/debugscripts/gdbinit.kernel @@ -1,4 +1,3 @@ -# $FreeBSD$ # General kernel macros # Print the command name of the current process diff --git a/tools/debugscripts/netstat-anr.gdb b/tools/debugscripts/netstat-anr.gdb index d27ae65a94f6..2c1faaf86a98 100644 --- a/tools/debugscripts/netstat-anr.gdb +++ b/tools/debugscripts/netstat-anr.gdb @@ -1,5 +1,4 @@ # -# $FreeBSD$ # document netstat-anr |