Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Zero terminate empty sting in kdb_sysctl_available. | ups | 2004-10-21 | 1 | -0/+2 |
* | Fix a bug introduced in the previous commit: kdb_cpu_trap() gets to | marcel | 2004-09-26 | 1 | -1/+2 |
* | Move makectx() after kdb_cpu_trap(), so the PCB will have possible MD | marcel | 2004-09-17 | 1 | -4/+4 |
* | Make debug.kdb.stop_cpus also a TUNABLE() so it can be set prior to boot | rwatson | 2004-08-22 | 1 | -0/+1 |
* | Add a new sysctl, debug.kdb.stop_cpus, which controls whether or not we | rwatson | 2004-08-15 | 1 | -2/+19 |
* | Add kdb_thr_from_pid(), which given a PID returns the first thread | marcel | 2004-07-21 | 1 | -1/+15 |
* | Make kdb_dbbe_select() available as an interface function. This allows | marcel | 2004-07-12 | 1 | -9/+20 |
* | Fix braino: Make sure there is a current backend before we return its | marcel | 2004-07-11 | 1 | -2/+5 |
* | Introduce the KDB debugger frontend. The frontend provides a framework | marcel | 2004-07-10 | 1 | -0/+384 |