summaryrefslogtreecommitdiffstats
path: root/sys/gdb
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Add support for gdb's memory searching capabilities to our in-kernel gdbbenno2014-09-053-0/+71
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-3/+2
* Revert r267961, r267973:gjb2014-06-271-2/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-3/+2
* rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LASTavg2013-07-241-1/+1
* Update the ddb and gdb backends for the new 'trace_thread' hook.jhb2012-04-121-1/+1
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+10
* Modify kdb_trap() so that it re-calls the dbbe_trap function as long asmdf2011-02-182-0/+23
* there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY orderavg2010-09-301-1/+1
* Commit SYSINIT() ;-adding patch missed in previous pass.rwatson2008-03-161-1/+1
* Add support for kgdb's 'detach' command.grehan2008-02-291-0/+5
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-2/+8
* Convert to new console apiphk2006-05-261-4/+7
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.phk2006-05-261-6/+4
* Don't use GDB_DBGPORT() macro to fill in dummy element in gdb_dbgport_set.phk2006-05-261-1/+2
* Wrap our drivers gdb_getc() function so that if it returns -1 wephk2006-05-261-5/+20
* add support for copying console messages to a remote gdbsam2006-03-233-2/+185
* check return value of gdb_rx_varhexsam2005-03-281-2/+8
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-064-4/+4
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-011-10/+24
* Comment-out the debugging printf I left in in case there were somemarcel2004-08-101-1/+1
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-104-0/+721
OpenPOWER on IntegriCloud