| Age | Commit message (Expand) | Author |
| 2024-07-29 | thread: Remove kernel stack swapping support, part 4 | Mark Johnston |
| 2024-04-12 | sys/gdb: Support hardware breakpoints | Andrew Turner |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-27 | netgdb: Fix netgdb double ack, print proxy address | John Reimer |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-07-05 | ddb: use _FLAGS command macros where appropriate | Mitchell Horne |
| 2022-01-22 | gdb(4): Do not use run length encoding for 3-symbol repetitions | Michał Górny |
| 2021-03-30 | gdb: report specific stop reason for watchpoints | Mitchell Horne |
| 2021-03-30 | gdb: allow setting/removing hardware watchpoints | Mitchell Horne |
| 2021-02-18 | Use atomic loads/stores when updating td->td_state | Alex Richardson |
| 2020-12-23 | gdb(4): allow bulk write of registers | Mitchell Horne |
| 2020-12-23 | gdb(4): handle single register read packets | Mitchell Horne |
| 2020-09-30 | gdb(4): Don't escape GDB special characters at application layer | Conrad Meyer |
| 2020-08-18 | gdb(4): Support empty qSupported queries | Conrad Meyer |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2020-01-12 | Add KERNEL_PANICKED macro for use in place of direct panicstr tests | Mateusz Guzik |
| 2019-12-16 | [PPC] Handle qOffsets packet | Leandro Lupori |
| 2019-10-17 | gdb(4): Implement support for NoAckMode | Conrad Meyer |
| 2019-10-17 | Implement NetGDB(4) | Conrad Meyer |
| 2019-09-08 | gdb(4): Root a sysctl tree at 'debug.gdb.' | Conrad Meyer |
| 2019-08-22 | Fix i386 build after r351368 | Conrad Meyer |
| 2019-08-22 | gdb(4): Style | Conrad Meyer |
| 2019-08-22 | gdb(4): Implement qXfer:threads:read | Conrad Meyer |
| 2019-08-22 | gdb(4): Add basic 'qSupported' support | Conrad Meyer |
| 2019-08-22 | gdb(4): Include thread in Target Halt Reason | Conrad Meyer |
| 2019-08-19 | Fix stylistic nit in r351239 | Conrad Meyer |
| 2019-08-19 | gdb(4): Support "qC" query | Conrad Meyer |
| 2019-08-19 | gdb(4): Pack 'info threads' responses into fewer packets | Conrad Meyer |
| 2018-03-06 | amd64: Protect the kernel text, data, and BSS by setting the RW/NX bits | Jonathan T. Looney |
| 2017-11-27 | sys/gdb: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-10-17 | gdb kernel server: fixup Search:memory style | Ryan Libby |
| 2015-05-22 | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim |
| 2014-09-05 | Add support for gdb's memory searching capabilities to our in-kernel gdb | Benno Rice |
| 2014-06-28 | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky |
| 2014-06-27 | Revert r267961, r267973: | Glen Barber |
| 2014-06-27 | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky |
| 2013-07-24 | rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST | Andriy Gapon |
| 2012-04-12 | Update the ddb and gdb backends for the new 'trace_thread' hook. | John Baldwin |
| 2011-12-17 | kern cons: introduce infrastructure for console grabbing by kernel | Andriy Gapon |
| 2011-02-18 | Modify kdb_trap() so that it re-calls the dbbe_trap function as long as | Matthew D Fleming |
| 2010-09-30 | there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY order | Andriy Gapon |
| 2008-03-16 | Commit SYSINIT() ;-adding patch missed in previous pass. | Robert Watson |
| 2008-02-29 | Add support for kgdb's 'detach' command. | Peter Grehan |
| 2007-06-09 | Add kdb_cpu_sync_icache(), intended to synchronize instruction | Marcel Moolenaar |
| 2006-05-26 | Convert to new console api | Poul-Henning Kamp |
| 2006-05-26 | Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used. | Poul-Henning Kamp |
| 2006-05-26 | Don't use GDB_DBGPORT() macro to fill in dummy element in gdb_dbgport_set. | Poul-Henning Kamp |
| 2006-05-26 | Wrap our drivers gdb_getc() function so that if it returns -1 we | Poul-Henning Kamp |