aboutsummaryrefslogtreecommitdiff
path: root/sys/gdb/gdb_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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