| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r221121,221173: | Attilio Rao | 2011-05-15 | 1 | -8/+0 |
| * | MFC r220362: | Attilio Rao | 2011-04-29 | 1 | -8/+25 |
| * | MFC r218825. [The implementation change to kdb_sysctl_available() | Matthew D Fleming | 2011-03-25 | 1 | -3/+9 |
| * | MFC r209934: | Konstantin Belousov | 2010-07-19 | 1 | -1/+1 |
| * | MFC r208509: | Bjoern A. Zeeb | 2010-07-04 | 1 | -5/+59 |
| * | MFC r199355: | Konstantin Belousov | 2009-12-19 | 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 |
| * | - Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall) | Andrew R. Reiter | 2001-11-05 | 1 | -0/+1 |
| * | Add a 'reset' command. This is useful for panics really early before | Peter Wemm | 2001-11-03 | 1 | -0/+13 |
| * | Quiet a variable format-string warning. | Kris Kennaway | 2001-07-19 | 1 | -1/+1 |
| * | Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and | Brian S. Dean | 2001-07-11 | 1 | -0/+2 |