docs/70943: remove -k from gdb.1 manual
Giorgos Keramidas
keramida at freebsd.org
Thu Aug 26 00:30:33 UTC 2004
The following reply was made to PR docs/70943; it has been noted by GNATS.
From: Giorgos Keramidas <keramida at freebsd.org>
To: Tom Rhodes <trhodes at freebsd.org>
Cc: bug-followup at freebsd.org
Subject: Re: docs/70943: remove -k from gdb.1 manual
Date: Thu, 26 Aug 2004 03:24:47 +0300
On 2004-08-25 19:00, Tom Rhodes <trhodes at freebsd.org> wrote:
> On Wed, 25 Aug 2004 14:53:57 GMT Jun <junsu at delphij.net> wrote:
> > gdb -k is removed after kgdb is in tree. Need update the man page for this.
>
> But, gdb -k worked fine for me last week and I don't remember
> seeing a change to remove it. Is my 3 week old -CURRENT too
> old already? (Stupid question, I know).
You might be accidentally running another gdb, i.e. `/usr/local/bin/gdb'.
$ uname -v
FreeBSD 6.0-CURRENT #0: Wed Aug 25 23:17:04 EEST 2004 [...]
$ type gdb
gdb is hashed (/usr/bin/gdb)
$ gdb -k
gdb: unrecognized option `-k'
Use `gdb --help' for a complete list of options.
More information about the freebsd-doc
mailing list