Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 1997 09:44:30 -0700 (PDT)
From:      Paul Traina <pst@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
Message-ID:  <199706041644.JAA07022@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706041644.JAA07022>