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