summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_kdb.c
Commit message (Expand)AuthorAgeFilesLines
* Zero terminate empty sting in kdb_sysctl_available.ups2004-10-211-0/+2
* Fix a bug introduced in the previous commit: kdb_cpu_trap() gets tomarcel2004-09-261-1/+2
* Move makectx() after kdb_cpu_trap(), so the PCB will have possible MDmarcel2004-09-171-4/+4
* Make debug.kdb.stop_cpus also a TUNABLE() so it can be set prior to bootrwatson2004-08-221-0/+1
* Add a new sysctl, debug.kdb.stop_cpus, which controls whether or not werwatson2004-08-151-2/+19
* Add kdb_thr_from_pid(), which given a PID returns the first threadmarcel2004-07-211-1/+15
* Make kdb_dbbe_select() available as an interface function. This allowsmarcel2004-07-121-9/+20
* Fix braino: Make sure there is a current backend before we return itsmarcel2004-07-111-2/+5
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+384
OpenPOWER on IntegriCloud