| Commit message (Expand) | Author | Age | Files | Lines |
* | - Extend the KDB interface to add a per-debugger callback to print a | jhb | 2012-04-12 | 1 | -1/+26 |
* | introduce cngrab/cnungrab stub calls in some places where they make sense | avg | 2011-12-17 | 1 | -0/+5 |
* | panic: add a switch and infrastructure for stopping other CPUs in SMP case | avg | 2011-12-11 | 1 | -10/+12 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Disallow various debug.kdb sysctl's when securelevel is raised. | obrien | 2011-10-07 | 1 | -9/+14 |
* | Revert r225372: | attilio | 2011-09-27 | 1 | -14/+0 |
* | Interrupts are disabled/enabled when entering and exiting the KDB context. | attilio | 2011-09-04 | 1 | -0/+14 |
* | Attempt to make break-to-debugger and alternative break-to-debugger more | rwatson | 2011-08-26 | 1 | -1/+82 |
* | With retirement of cpumask_t and usage of cpuset_t for representing a | attilio | 2011-07-04 | 1 | -4/+12 |
* | unconditionally stop other cpus when entering kdb in smp system | avg | 2011-06-25 | 1 | -21/+2 |
* | sys/kern/subr_kdb.c: | gibbs | 2011-06-14 | 1 | -8/+23 |
* | MFC | attilio | 2011-05-31 | 1 | -1/+1 |
* | Commit the support for removing cpumask_t and replacing it directly with | attilio | 2011-05-05 | 1 | -1/+2 |
* | Modify kdb_trap() so that it re-calls the dbbe_trap function as long as | mdf | 2011-02-18 | 1 | -29/+23 |
* | debug.kdb.stop_cpus sysctl: hint that this is also a tunable | avg | 2010-09-30 | 1 | -1/+1 |
* | kdb_backtrace: use stack_print_ddb instead of stack_print | avg | 2010-09-22 | 1 | -1/+1 |
* | kdb_backtrace: stack(9)-based code to print backtrace without any backend | avg | 2010-09-21 | 1 | -0/+11 |
* | fix a few cases where a string is passed via format argument instead of | avg | 2010-06-11 | 1 | -1/+1 |
* | * Completely Remove the option STOP_NMI from the kernel. This option | attilio | 2009-08-13 | 1 | -3/+4 |
* | Spell NULL properly, use (void) rather than () for functions with no | imp | 2009-05-09 | 1 | -12/+12 |
* | Expand kdb_alt_break a little, most commonly used with the option | peter | 2008-05-04 | 1 | -11/+35 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -4/+12 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -3/+3 |
* | Add a funny sysctl: debug.kdb.trap_code . | yar | 2006-06-18 | 1 | -1/+22 |
* | Add a description for sysctl -d. | emaste | 2006-06-17 | 1 | -1/+1 |
* | Increment kdb_active after we stopped the other CPUs and decrement | marcel | 2006-04-04 | 1 | -4/+4 |
* | Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the | marcel | 2006-04-03 | 1 | -10/+5 |
* | In kdb_trap(), change the type of the local variable 'intr' from int | marcel | 2006-04-03 | 1 | -1/+2 |
* | Replace critical_enter() and critical_exit() in kdb_trap() with | marcel | 2006-04-03 | 1 | -3/+3 |
* | Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save its | jhb | 2005-11-03 | 1 | -1/+1 |
* | Commit something we found useful at work at one point. Add sysctls for | peter | 2005-10-26 | 1 | -0/+40 |
* | Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all | jhb | 2005-10-24 | 1 | -35/+8 |
* | - Various small whitespace and style nits. | jhb | 2005-10-24 | 1 | -11/+10 |
* | If KDB_STOP_NMI is compiled into the kernel, default | rwatson | 2005-09-27 | 1 | -1/+1 |
* | Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.h | peter | 2005-06-29 | 1 | -0/+2 |
* | Implement an alternate method to stop CPUs when entering DDB. Normally we use | dwhite | 2005-04-30 | 1 | -0/+50 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | 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 |