| Commit message (Expand) | Author | Age | Files | Lines |
* | Small textdump enhancements. | alfred | 2012-11-01 | 1 | -0/+5 |
* | Add 'findstack' ddb command to search either the thread kernel stack | kib | 2011-12-16 | 1 | -0/+1 |
* | Fix making kernel dumps from the debugger by creating a command | marcel | 2011-06-07 | 1 | -0/+24 |
* | - Add the possibility to reuse the already last used timeout when patting | attilio | 2011-04-27 | 1 | -8/+0 |
* | Extend the DDB command "watchdog" with the ability to specify a timeout | attilio | 2011-04-05 | 1 | -8/+25 |
* | Modify kdb_trap() so that it re-calls the dbbe_trap function as long as | mdf | 2011-02-18 | 1 | -3/+9 |
* | One more use for _SIG_VALID. | kib | 2010-07-12 | 1 | -1/+1 |
* | MFp4 @178364: | bz | 2010-05-24 | 1 | -5/+59 |
* | Among signal generation syscalls, only sigqueue(2) is allowed by POSIX | kib | 2009-11-17 | 1 | -1/+1 |
* | Initialize the DDB command list when initializing DDB so that the basic | jhb | 2008-09-25 | 1 | -3/+2 |
* | Make ddb command registration dynamic so modules can extend | sam | 2008-09-15 | 1 | -53/+86 |
* | enable dynamic addition of "show all" commands | sam | 2008-03-25 | 1 | -2/+4 |
* | When killing a user process from DDB, check that the requested signal is | rwatson | 2008-03-07 | 1 | -1/+1 |
* | Add textdump(4) facility, which provides an alternative form of kernel | rwatson | 2007-12-26 | 1 | -0/+1 |
* | Add a simple scripting facility to DDB(4), allowing the user to | rwatson | 2007-12-26 | 1 | -5/+31 |
* | Add a new DDB(4) facility, output capture. Input and output from DDB may be | rwatson | 2007-12-25 | 1 | -0/+1 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | delphij | 2007-01-17 | 1 | -2/+2 |
* | On trap while inside ddb, the trap handler calls kdb_reenter(), that | kib | 2006-11-02 | 1 | -6/+14 |
* | The powerpc and sparc64 MD `reboot' commands should never have existed | bde | 2006-10-10 | 1 | -1/+10 |
* | Added some aliases: | bde | 2006-10-08 | 1 | -0/+3 |
* | Fixed formatting of printing of command tables. WIth the default max | bde | 2006-10-08 | 1 | -2/+2 |
* | Disable the pager for 'panic' and 'call' to be paranoid. | jhb | 2006-07-19 | 1 | -0/+2 |
* | Simplify the pager support in DDB. Allowing different db commands to | jhb | 2006-07-12 | 1 | -5/+3 |
* | Use LIST_FOREACH(). | jhb | 2006-04-21 | 1 | -1/+1 |
* | Clean up the way we handle auxiliary commands for a given ddb command | jhb | 2006-03-07 | 1 | -97/+87 |
* | - Rename 'traceall' to 'alltrace' so that the 'tr' shortcut for 'trace' | jhb | 2005-10-24 | 1 | -1/+2 |
* | - Call db_setup_paging() for traceall. | cognet | 2005-10-02 | 1 | -0/+5 |
* | Add a DDB "traceall" function, which stack traces all known process | rwatson | 2005-10-02 | 1 | -0/+18 |
* | Remove the need to forward declare statics by moving them around. | obrien | 2005-08-10 | 1 | -57/+54 |
* | Implement functions calls from within DDB on ia64. On ia64 a function | marcel | 2005-07-02 | 1 | -16/+24 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-06 | 1 | -1/+1 |
* | When printing a stack trace for a thread, also print the pid and tid. | rwatson | 2004-11-23 | 1 | -0/+6 |
* | Oops... Add the CS_OWN flag to the trace and where commands so that | marcel | 2004-07-21 | 1 | -2/+2 |
* | Unify db_stack_trace_cmd(). All it did was look up the thread given | marcel | 2004-07-21 | 1 | -2/+43 |
* | Re-add the gdb command. It was removed to be replaced by something | marcel | 2004-07-12 | 1 | -0/+12 |
* | Mega update for the KDB framework: turn DDB into a KDB backend. | marcel | 2004-07-10 | 1 | -53/+4 |
* | Give DDB a "watchdog" command which disables all watchdogs. | phk | 2004-02-29 | 1 | -0/+21 |
* | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | marcel | 2003-08-16 | 1 | -1/+1 |
* | Add a one-shot callout facility to db_printf() that executes the registered | jhb | 2003-07-31 | 1 | -0/+1 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -4/+4 |
* | Make "where" an alias for "trace" | phk | 2003-06-01 | 1 | -0/+1 |
* | Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB | phk | 2003-02-16 | 1 | -2/+2 |
* | Add code to ddb to allow backtracing an arbitrary thread. | julian | 2002-12-28 | 1 | -2/+0 |
* | Indentation indicates missing braces. | phk | 2002-10-01 | 1 | -1/+2 |
* | Constify to kill some warnings. | markm | 2002-09-21 | 1 | -1/+1 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-23 | 1 | -12/+8 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -8/+8 |
* | pid is 'long' on alpha. | mjacob | 2002-01-17 | 1 | -2/+2 |
* | Implement a "kill" DDB command which is an interface to psignal() that | dd | 2001-11-27 | 1 | -0/+59 |
* | - Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall) | arr | 2001-11-05 | 1 | -0/+1 |