Date: Mon, 24 Apr 2000 18:42:00 -0700 (PDT) From: Greg Lehey <grog@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 i386-gdbstub.c Message-ID: <200004250142.SAA23509@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
grog 2000/04/24 18:42:00 PDT Modified files: sys/i386/i386 i386-gdbstub.c Log: Fix a long-standing bug which caused massive character loss in remote serial gdb: interrupts were causing either overruns or stealing characters. Put splhigh() around the routines which transfer packets across the line. Since this happens when the system is halted in debug, this doesn't cause any particular problem. Now it is possible to run the link at 115,200 bps. PR: (not assigned yet, must be in limbo somewhere) Add partial support for detecting non-existent gdb devices. Add $FreeBSD$ tag. Revision Changes Path 1.14 +15 -5 src/sys/i386/i386/i386-gdbstub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004250142.SAA23509>