aboutsummaryrefslogtreecommitdiff
path: root/sys/gdb
Commit message (Expand)AuthorAgeFilesLines
* Convert to new console apiPoul-Henning Kamp2006-05-261-4/+7
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.Poul-Henning Kamp2006-05-261-6/+4
* Don't use GDB_DBGPORT() macro to fill in dummy element in gdb_dbgport_set.Poul-Henning Kamp2006-05-261-1/+2
* Wrap our drivers gdb_getc() function so that if it returns -1 wePoul-Henning Kamp2006-05-261-5/+20
* add support for copying console messages to a remote gdbSam Leffler2006-03-233-2/+185
* check return value of gdb_rx_varhexSam Leffler2005-03-281-2/+8
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-064-4/+4
* Change gdb_cpu_setreg() to not take the value to which to set theMarcel Moolenaar2004-12-011-10/+24
* Comment-out the debugging printf I left in in case there were someMarcel Moolenaar2004-08-101-1/+1
* Introduce the GDB debugger backend for the new KDB framework. TheMarcel Moolenaar2004-07-104-0/+721