aboutsummaryrefslogtreecommitdiff
path: root/sys/gdb
Commit message (Expand)AuthorAgeFilesLines
* amd64: Protect the kernel text, data, and BSS by setting the RW/NX bitsJonathan T. Looney2018-03-061-0/+3
* sys/gdb: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* gdb kernel server: fixup Search:memory styleRyan Libby2017-10-171-21/+28
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Add support for gdb's memory searching capabilities to our in-kernel gdbBenno Rice2014-09-053-0/+71
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-3/+2
* rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LASTAndriy Gapon2013-07-241-1/+1
* 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