| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Attempt to make break-to-debugger and alternative break-to-debugger more | Robert Watson | 2011-08-26 | 1 | -1/+82 |
* | Fix a mismerge. | Attilio Rao | 2011-06-27 | 1 | -8/+5 |
* | MFC | Attilio Rao | 2011-06-26 | 1 | -16/+1 |
|\ |
|
| * | unconditionally stop other cpus when entering kdb in smp system | Andriy Gapon | 2011-06-25 | 1 | -21/+2 |
| * | sys/kern/subr_kdb.c: | Justin T. Gibbs | 2011-06-14 | 1 | -8/+23 |
* | | MFC | Attilio Rao | 2011-06-15 | 1 | -8/+23 |
|\| |
|
* | | Remove pc_cpumask and pc_other_cpus usage from MI code. | Attilio Rao | 2011-06-13 | 1 | -5/+12 |
|/ |
|
* | MFC | Attilio Rao | 2011-05-31 | 1 | -1/+1 |
|\ |
|
| * | On multi-core, multi-threaded PPC systems, it is important that the threads | Nathan Whitehorn | 2011-05-31 | 1 | -1/+1 |
* | | Commit the support for removing cpumask_t and replacing it directly with | Attilio Rao | 2011-05-05 | 1 | -1/+2 |
|/ |
|
* | Modify kdb_trap() so that it re-calls the dbbe_trap function as long as | Matthew D Fleming | 2011-02-18 | 1 | -29/+23 |
* | debug.kdb.stop_cpus sysctl: hint that this is also a tunable | Andriy Gapon | 2010-09-30 | 1 | -1/+1 |
* | kdb_backtrace: use stack_print_ddb instead of stack_print | Andriy Gapon | 2010-09-22 | 1 | -1/+1 |
* | kdb_backtrace: stack(9)-based code to print backtrace without any backend | Andriy Gapon | 2010-09-21 | 1 | -0/+11 |
* | fix a few cases where a string is passed via format argument instead of | Andriy Gapon | 2010-06-11 | 1 | -1/+1 |
* | * Completely Remove the option STOP_NMI from the kernel. This option | Attilio Rao | 2009-08-13 | 1 | -3/+4 |
* | Spell NULL properly, use (void) rather than () for functions with no | Warner Losh | 2009-05-09 | 1 | -12/+12 |
* | Expand kdb_alt_break a little, most commonly used with the option | Peter Wemm | 2008-05-04 | 1 | -11/+35 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | Robert Watson | 2007-12-25 | 1 | -4/+12 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 1 | -3/+3 |
* | Add a funny sysctl: debug.kdb.trap_code . | Yaroslav Tykhiy | 2006-06-18 | 1 | -1/+22 |
* | Add a description for sysctl -d. | Ed Maste | 2006-06-17 | 1 | -1/+1 |
* | Increment kdb_active after we stopped the other CPUs and decrement | Marcel Moolenaar | 2006-04-04 | 1 | -4/+4 |
* | Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the | Marcel Moolenaar | 2006-04-03 | 1 | -10/+5 |
* | In kdb_trap(), change the type of the local variable 'intr' from int | Marcel Moolenaar | 2006-04-03 | 1 | -1/+2 |
* | Replace critical_enter() and critical_exit() in kdb_trap() with | Marcel Moolenaar | 2006-04-03 | 1 | -3/+3 |
* | Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save its | John Baldwin | 2005-11-03 | 1 | -1/+1 |
* | Commit something we found useful at work at one point. Add sysctls for | Peter Wemm | 2005-10-26 | 1 | -0/+40 |
* | Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all | John Baldwin | 2005-10-24 | 1 | -35/+8 |
* | - Various small whitespace and style nits. | John Baldwin | 2005-10-24 | 1 | -11/+10 |
* | If KDB_STOP_NMI is compiled into the kernel, default | Robert Watson | 2005-09-27 | 1 | -1/+1 |
* | Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.h | Peter Wemm | 2005-06-29 | 1 | -0/+2 |
* | Implement an alternate method to stop CPUs when entering DDB. Normally we use | Doug White | 2005-04-30 | 1 | -0/+50 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Zero terminate empty sting in kdb_sysctl_available. | Stephan Uphoff | 2004-10-21 | 1 | -0/+2 |
* | Fix a bug introduced in the previous commit: kdb_cpu_trap() gets to | Marcel Moolenaar | 2004-09-26 | 1 | -1/+2 |
* | Move makectx() after kdb_cpu_trap(), so the PCB will have possible MD | Marcel Moolenaar | 2004-09-17 | 1 | -4/+4 |
* | Make debug.kdb.stop_cpus also a TUNABLE() so it can be set prior to boot | Robert Watson | 2004-08-22 | 1 | -0/+1 |
* | Add a new sysctl, debug.kdb.stop_cpus, which controls whether or not we | Robert Watson | 2004-08-15 | 1 | -2/+19 |
* | Add kdb_thr_from_pid(), which given a PID returns the first thread | Marcel Moolenaar | 2004-07-21 | 1 | -1/+15 |
* | Make kdb_dbbe_select() available as an interface function. This allows | Marcel Moolenaar | 2004-07-12 | 1 | -9/+20 |
* | Fix braino: Make sure there is a current backend before we return its | Marcel Moolenaar | 2004-07-11 | 1 | -2/+5 |
* | Introduce the KDB debugger frontend. The frontend provides a framework | Marcel Moolenaar | 2004-07-10 | 1 | -0/+384 |