aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.Xin LI2007-01-171-2/+2
* On trap while inside ddb, the trap handler calls kdb_reenter(), thatKonstantin Belousov2006-11-021-6/+14
* The powerpc and sparc64 MD `reboot' commands should never have existedBruce Evans2006-10-101-1/+10
* Added some aliases:Bruce Evans2006-10-081-0/+3
* Fixed formatting of printing of command tables. WIth the default maxBruce Evans2006-10-081-2/+2
* Disable the pager for 'panic' and 'call' to be paranoid.John Baldwin2006-07-191-0/+2
* Simplify the pager support in DDB. Allowing different db commands toJohn Baldwin2006-07-121-5/+3
* Use LIST_FOREACH().John Baldwin2006-04-211-1/+1
* Clean up the way we handle auxiliary commands for a given ddb commandJohn Baldwin2006-03-071-97/+87
* - Rename 'traceall' to 'alltrace' so that the 'tr' shortcut for 'trace'John Baldwin2005-10-241-1/+2
* - Call db_setup_paging() for traceall.Olivier Houchard2005-10-021-0/+5
* Add a DDB "traceall" function, which stack traces all known processRobert Watson2005-10-021-0/+18
* Remove the need to forward declare statics by moving them around.David E. O'Brien2005-08-101-57/+54
* Implement functions calls from within DDB on ia64. On ia64 a functionMarcel Moolenaar2005-07-021-16/+24
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* When printing a stack trace for a thread, also print the pid and tid.Robert Watson2004-11-231-0/+6
* Oops... Add the CS_OWN flag to the trace and where commands so thatMarcel Moolenaar2004-07-211-2/+2
* Unify db_stack_trace_cmd(). All it did was look up the thread givenMarcel Moolenaar2004-07-211-2/+43
* Re-add the gdb command. It was removed to be replaced by somethingMarcel Moolenaar2004-07-121-0/+12
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-53/+4
* Give DDB a "watchdog" command which disables all watchdogs.Poul-Henning Kamp2004-02-291-0/+21
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-161-1/+1
* Add a one-shot callout facility to db_printf() that executes the registeredJohn Baldwin2003-07-311-0/+1
* Use __FBSDID().David E. O'Brien2003-06-101-4/+4
* Make "where" an alias for "trace"Poul-Henning Kamp2003-06-011-0/+1
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBPoul-Henning Kamp2003-02-161-2/+2
* Add code to ddb to allow backtracing an arbitrary thread.Julian Elischer2002-12-281-2/+0
* Indentation indicates missing braces.Poul-Henning Kamp2002-10-011-1/+2
* Constify to kill some warnings.Mark Murray2002-09-211-1/+1
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-231-12/+8
* Remove __P.Alfred Perlstein2002-03-201-8/+8
* pid is 'long' on alpha.Matt Jacob2002-01-171-2/+2
* Implement a "kill" DDB command which is an interface to psignal() thatDima Dorfman2001-11-271-0/+59
* - Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall)Andrew R. Reiter2001-11-051-0/+1
* Add a 'reset' command. This is useful for panics really early beforePeter Wemm2001-11-031-0/+13
* Quiet a variable format-string warning.Kris Kennaway2001-07-191-1/+1
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andBrian S. Dean2001-07-111-0/+2
* A set of changes to reduce the number of include files the kernelJulian Elischer2001-07-081-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-14/+22
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-3/+2
* Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)Peter Wemm1999-07-011-2/+2
* add some amount of sanity to the way the gdb stuff finds its device.Poul-Henning Kamp1999-05-091-3/+7
* Get rid of extern declarations on gdb stuff so systems compiled withoutKirk McKusick1999-05-071-1/+9
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.Bruce Evans1998-07-081-2/+2
* Redo the previous commit in a more Bruce-friendly fashion.Poul-Henning Kamp1998-05-191-2/+1
* Add "show msgbuf" commandPoul-Henning Kamp1998-05-191-1/+2
* Ensure that the linker sets for commands exist by putting a standardBruce Evans1998-02-131-15/+7