aboutsummaryrefslogtreecommitdiff
path: root/sys/gdb/gdb_main.c
Commit message (Expand)AuthorAgeFilesLines
* gdb(4): allow bulk write of registersMitchell Horne2020-12-231-2/+16
* gdb(4): handle single register read packetsMitchell Horne2020-12-231-0/+11
* gdb(4): Don't escape GDB special characters at application layerConrad Meyer2020-09-301-3/+11
* gdb(4): Support empty qSupported queriesConrad Meyer2020-08-181-1/+8
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* [PPC] Handle qOffsets packetLeandro Lupori2019-12-161-0/+4
* gdb(4): Implement support for NoAckModeConrad Meyer2019-10-171-0/+27
* Implement NetGDB(4)Conrad Meyer2019-10-171-3/+26
* gdb(4): Root a sysctl tree at 'debug.gdb.'Conrad Meyer2019-09-081-0/+2
* Fix i386 build after r351368Conrad Meyer2019-08-221-1/+1
* gdb(4): StyleConrad Meyer2019-08-221-2/+5
* gdb(4): Implement qXfer:threads:readConrad Meyer2019-08-221-1/+304
* gdb(4): Add basic 'qSupported' supportConrad Meyer2019-08-221-0/+107
* gdb(4): Include thread in Target Halt ReasonConrad Meyer2019-08-221-1/+4
* Fix stylistic nit in r351239Conrad Meyer2019-08-191-1/+0
* gdb(4): Support "qC" queryConrad Meyer2019-08-191-1/+7
* gdb(4): Pack 'info threads' responses into fewer packetsConrad Meyer2019-08-191-16/+41
* sys/gdb: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* gdb kernel server: fixup Search:memory styleRyan Libby2017-10-171-21/+28
* Add support for gdb's memory searching capabilities to our in-kernel gdbBenno Rice2014-09-051-0/+24
* Update the ddb and gdb backends for the new 'trace_thread' hook.John Baldwin2012-04-121-1/+1
* Modify kdb_trap() so that it re-calls the dbbe_trap function as long asMatthew D Fleming2011-02-181-0/+11
* Add support for kgdb's 'detach' command.Peter Grehan2008-02-291-0/+5
* Don't use GDB_DBGPORT() macro to fill in dummy element in gdb_dbgport_set.Poul-Henning Kamp2006-05-261-1/+2
* add support for copying console messages to a remote gdbSam Leffler2006-03-231-2/+10
* check return value of gdb_rx_varhexSam Leffler2005-03-281-2/+8
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* 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-101-0/+261