aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* Make kdb_reenter() silent when explicitly called from db_error().Edward Tomasz Napierala2017-11-281-1/+1
* Point people towards our https web site for documentation, http accesses areGavin Atkinson2017-11-091-1/+1
* Improve ddb(4) error reporting a bit.Edward Tomasz Napierala2017-07-061-2/+3
* Make ddb(4) a bit more user-friendly by improving "help".Edward Tomasz Napierala2017-07-061-1/+26
* Correct the type of db_cmd_loop_done.Justin Hibbits2016-09-091-1/+1
* ddb: Add 'show active trace' commandConrad Meyer2016-08-261-4/+42
* ddb: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-2/+2
* ddb: de-registerPedro F. Giffuni2015-05-231-1/+1
* ddb: Use NULL for pointersPedro F. Giffuni2015-05-221-49/+49
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-13/+13
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-181-6/+6
* ddb: ANSI-fy function declarations.Pedro F. Giffuni2014-10-121-34/+12
* ddb: space/tab fixes.Pedro F. Giffuni2014-10-111-1/+1
* handle longer commands so that lines don't overflow... people who addedJohn-Mark Gurney2014-06-021-2/+2
* Small textdump enhancements.Alfred Perlstein2012-11-011-0/+5
* Add 'findstack' ddb command to search either the thread kernel stackKonstantin Belousov2011-12-161-0/+1
* Fix making kernel dumps from the debugger by creating a commandMarcel Moolenaar2011-06-071-0/+24
* - Add the possibility to reuse the already last used timeout when pattingAttilio Rao2011-04-271-8/+0
* Extend the DDB command "watchdog" with the ability to specify a timeoutAttilio Rao2011-04-051-8/+25
* Modify kdb_trap() so that it re-calls the dbbe_trap function as long asMatthew D Fleming2011-02-181-3/+9
* One more use for _SIG_VALID.Konstantin Belousov2010-07-121-1/+1
* MFp4 @178364:Bjoern A. Zeeb2010-05-241-5/+59
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXKonstantin Belousov2009-11-171-1/+1
* Initialize the DDB command list when initializing DDB so that the basicJohn Baldwin2008-09-251-3/+2
* Make ddb command registration dynamic so modules can extendSam Leffler2008-09-151-53/+86
* enable dynamic addition of "show all" commandsSam Leffler2008-03-251-2/+4
* When killing a user process from DDB, check that the requested signal isRobert Watson2008-03-071-1/+1
* Add textdump(4) facility, which provides an alternative form of kernelRobert Watson2007-12-261-0/+1
* Add a simple scripting facility to DDB(4), allowing the user toRobert Watson2007-12-261-5/+31
* Add a new DDB(4) facility, output capture. Input and output from DDB may beRobert Watson2007-12-251-0/+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