cvs commit: src/sys/dev/dcons dcons.c

Marcel Moolenaar marcel at FreeBSD.org
Sat Jul 10 14:02:18 PDT 2004


marcel      2004-07-10 21:02:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/dcons        dcons.c 
  Log:
  Update for the KDB framework:
  o  Use kdb_alt_break() to handle the alternate break sequence instead
     of handcoding it here.
  o  Remove GDB kluges to make this driver work with the pre-KDB remote
     GDB code.
  o  Call kdb_enter() instead of Debugger().
  
  Note that with this commit the dcons(4) driver cannot be used for
  remote debugging anymore. This driver has to use the new GDB debug
  port interface instead. Such has not been done yet.
  
  Revision  Changes    Path
  1.13      +4 -49     src/sys/dev/dcons/dcons.c


More information about the cvs-all mailing list