From owner-freebsd-current@FreeBSD.ORG Thu Jul 8 14:35:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F6C016A4CE for ; Thu, 8 Jul 2004 14:35:36 +0000 (GMT) Received: from avexch01.qlogic.com (pat.qlogic.com [198.70.193.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC9E243D3F for ; Thu, 8 Jul 2004 14:35:35 +0000 (GMT) (envelope-from robert.wagner@enigma.qlogic.com) Received: from avexch02.qlogic.com ([10.1.4.82]) by avexch01.qlogic.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 8 Jul 2004 07:31:01 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Thu, 8 Jul 2004 07:33:00 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: where did the gdb "-k" option go? thread-index: AcRk+NRNsdMngZKAT4GKgj8o0wDZmQ== From: "Robert Wagner" To: X-OriginalArrivalTime: 08 Jul 2004 14:31:01.0265 (UTC) FILETIME=[3128F010:01C464F8] Subject: where did the gdb "-k" option go? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2004 14:35:36 -0000 I cvsuped to 5.2-CURRENT and rebuilt world. =20 gdb -v shows GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you = are welcome to change it and/or distribute copies of it under certain = conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for = details. This GDB was configured as "i386-marcel-freebsd". gdb -help shows This is the GNU debugger. Usage: gdb [options] [executable-file [core-file or process-id]] gdb [options] --args executable-file [inferior-arguments ...] Options: --args Arguments after executable-file are passed to = inferior --[no]async Enable (disable) asynchronous version of CLI -b BAUDRATE Set serial port baud rate used for remote = debugging. --batch Exit after processing options. --cd=3DDIR Change current directory to DIR. --command=3DFILE Execute GDB commands from FILE. --core=3DCOREFILE Analyze the core dump COREFILE. --pid=3DPID Attach to running process PID. --dbx DBX compatibility mode. --directory=3DDIR Search for source files in DIR. --epoch Output information used by epoch emacs-GDB = interface. --exec=3DEXECFILE Use EXECFILE as the executable. --fullname Output information used by emacs-GDB interface. --help Print this message. --interpreter=3DINTERP Select a specific interpreter / user interface --mapped Use mapped symbol files if supported on this = system. --nw Do not use a window interface. --nx Do not read .gdbinit file. --quiet Do not print version number on startup. --readnow Fully read symbol files on first access. --se=3DFILE Use FILE as symbol file and executable file. --symbols=3DSYMFILE Read symbols from SYMFILE. --tty=3DTTY Use TTY for input/output by the program being = debugged. --tui Use a terminal user interface. --version Print version information and then exit. -w Use a window interface. --write Set writing into executable and core files. --xdb XDB compatibility mode. For more information, type "help" from within GDB, or consult the GDB manual (available as on-line info or a printed manual). Report bugs to "bug-gdb@gnu.org". So, Does anyone know where the -k option went for kernel debugging. I am = trying to remote debug another machine with this one. Thanks, Bob Wagner