diff options
author | marcel <marcel@FreeBSD.org> | 2005-02-15 07:13:51 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2005-02-15 07:13:51 +0000 |
commit | 9a64d9e8994f83844324dad52bbf524cd9832cdb (patch) | |
tree | cac80bd7e3dcdc64c01503c27123f31a7be17f43 /gnu | |
parent | 4128d1c2841d701c8793cd2710b32a99f395521d (diff) | |
download | FreeBSD-src-9a64d9e8994f83844324dad52bbf524cd9832cdb.zip FreeBSD-src-9a64d9e8994f83844324dad52bbf524cd9832cdb.tar.gz |
Remove mention of the -k and -wcore options because they don't
exist anymore.
PR: doc/70943
Submitted by: Jun <junsu at delphij dot net>
Reviewed by: delphij
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gdb/gdb/gdb.1 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/usr.bin/gdb/gdb/gdb.1 b/gnu/usr.bin/gdb/gdb/gdb.1 index b6cd3cc..ea4d649 100644 --- a/gnu/usr.bin/gdb/gdb/gdb.1 +++ b/gnu/usr.bin/gdb/gdb/gdb.1 @@ -16,8 +16,6 @@ gdb \- The GNU Debugger .I dir\c \|] .RB "[\|" \-f "\|]" -.RB "[\|" \-k "\|]" -.RB "[\|" \-wcore "\|]" .RB "[\|" "\-b\ "\c .IR bps "\|]" .RB "[\|" "\-tty="\c @@ -333,18 +331,6 @@ Emacs-to-GDB interface program uses the two `\|\c a signal to display the source code for the frame. .TP -.B \-kernel -.TP -.B \-k -Use gdb in kernel debugging mode. The prompt is set to ``(kgdb)''. - -.TP -.B \-wcore -This option may only be used in kernel debugging mode while -debugging a ``live'' kernel and makes the corefile (/dev/mem) -writable. - -.TP .BI "\-b " "bps"\c \& Set the line speed (baud rate or bits per second) of any serial |