summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_dbg.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.phk2006-05-261-10/+2
| | | | | Use polling behaviour for gdb_getc() where convenient, this edges us closer to the console code.
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
|
* Add support for uart(4) being a debug port for the GDB backend.marcel2004-07-101-0/+101
OpenPOWER on IntegriCloud