aboutsummaryrefslogtreecommitdiff
path: root/sys/gdb
Commit message (Expand)AuthorAgeFilesLines
* Update the ddb and gdb backends for the new 'trace_thread' hook.John Baldwin2012-04-121-1/+1
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+10
* Modify kdb_trap() so that it re-calls the dbbe_trap function as long asMatthew D Fleming2011-02-182-0/+23
* there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY orderAndriy Gapon2010-09-301-1/+1
* Commit SYSINIT() ;-adding patch missed in previous pass.Robert Watson2008-03-161-1/+1
* Add support for kgdb's 'detach' command.Peter Grehan2008-02-291-0/+5
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-091-2/+8
* 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