summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-05-29 11:08:14 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-05-29 11:08:14 +0000
commit6c20d38ccfb082974b90a316bf71eb62fd6f55c5 (patch)
tree5729af66a2959b2781347ecff2532f4213bc80cb /tools
parent9158e665f62bfe390719423cd1fa1281efaf37bd (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/debugscripts/dot.gdbinit5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/debugscripts/dot.gdbinit b/tools/debugscripts/dot.gdbinit
index 683922a77e9d..e57ac1676476 100644
--- a/tools/debugscripts/dot.gdbinit
+++ b/tools/debugscripts/dot.gdbinit
@@ -1,6 +1,5 @@
# $FreeBSD$
# .gdbinit file for remote serial debugging.
-# see gdbinit(9) for further details.
#
# XXX Do not use this file directly. It contains parameters which are
# XXX substituted by the kernel Makefile when you do a 'make gdbinit'.
@@ -8,9 +7,9 @@
# XXX
# To debug kernels, do:
#
-# cd /usr/src/sys/GENERIC (or kernel build directory)
+# cd /usr/obj/usr/src/sys/GENERIC (or kernel build directory)
# make gdbinit
-# gdb -k kernel.debug
+# gdb kernel.debug
#
# Read gdb(4) for more details.