From owner-cvs-sys Wed Jun 4 09:46:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA09576 for cvs-sys-outgoing; Wed, 4 Jun 1997 09:46:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA09437; Wed, 4 Jun 1997 09:44:34 -0700 (PDT) From: Paul Traina Received: (from pst@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA07022; Wed, 4 Jun 1997 09:44:30 -0700 (PDT) Date: Wed, 4 Jun 1997 09:44:30 -0700 (PDT) Message-Id: <199706041644.JAA07022@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/i386/i386 i386-gdbstub.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 1997/06/04 09:44:30 PDT Modified files: sys/conf options sys/i386/conf LINT sys/i386/i386 i386-gdbstub.c Log: Document a non-standard gdbremote protocol extension (kludge, really) that I snuck in to our GDB last year. This allows you to debug headless machines by sharing the console port between the debugger and the system console. It's not 100% reliabile, but it works well. It's optional and disabled by default. Submitted by: Juniper Networks Revision Changes Path 1.31 +2 -1 src/sys/conf/options 1.343 +10 -1 src/sys/i386/conf/LINT 1.5 +14 -0 src/sys/i386/i386/i386-gdbstub.c