aboutsummaryrefslogtreecommitdiff
path: root/tools/debugscripts/dot.gdbinit
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-05-22 07:12:25 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-05-22 07:12:25 +0000
commit66c14b21d3ab0b18376563ba643ddb49b4fd33dd (patch)
treee2c58d174554a8fa72f14ac1bfa8468e7346804f /tools/debugscripts/dot.gdbinit
parentd4a6993a589cc61c6f6fee4d41ced52ed16a9bb5 (diff)
downloadsrc-66c14b21d3ab0b18376563ba643ddb49b4fd33dd.tar.gz
src-66c14b21d3ab0b18376563ba643ddb49b4fd33dd.zip
o Correct comments: remove a reference to non-existent gdbinit.9 man page;
correct a path to the kernel build directory; gdb lost -k key. Reviewed by: grog MFC after: 1 week
Notes
Notes: svn path=/head/; revision=158820
Diffstat (limited to 'tools/debugscripts/dot.gdbinit')
-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.