aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* ins is only set and unused, but only when we're not doing softwareWarner Losh2014-08-141-4/+4
* handle longer commands so that lines don't overflow... people who addedJohn-Mark Gurney2014-06-021-2/+2
* ddb: Minor style cleanups.Pedro F. Giffuni2014-03-314-16/+16
* Small textdump enhancements.Alfred Perlstein2012-11-012-6/+28
* Update the ddb and gdb backends for the new 'trace_thread' hook.John Baldwin2012-04-121-1/+15
* Use strchr() and strrchr().Ed Schouten2012-01-021-1/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.Sergey Kandaurov2011-12-181-1/+1
* Add 'findstack' ddb command to search either the thread kernel stackKonstantin Belousov2011-12-163-0/+39
* Show the thread kernel stack base address for 'show threads'.Konstantin Belousov2011-12-161-1/+2
* Typo.Konstantin Belousov2011-12-091-1/+1
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-2/+0
* Fix making kernel dumps from the debugger by creating a commandMarcel Moolenaar2011-06-071-0/+24
* Trim some additional unnecessary <linker_set.h> includes.John Baldwin2011-04-281-1/+0
* - 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
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* One more use for _SIG_VALID.Konstantin Belousov2010-07-121-1/+1
* MFp4 @178364:Bjoern A. Zeeb2010-05-243-34/+67
* There is not a good reason to have a different prototype for db_printf()Attilio Rao2010-05-112-3/+5
* Move two copies of the same definition to a common include file.Julian Elischer2010-04-141-6/+0
* Add a space before printing 'thread pid ...' to match the space beforeRui Paulo2010-02-121-1/+1
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in orderEdward Tomasz Napierala2010-01-081-2/+2
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXKonstantin Belousov2009-11-171-1/+1
* Put square backets ([]) around process names for system processes to patchJohn Baldwin2009-10-011-4/+10
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-145-1/+185
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-1/+0
* Prefer prototypes to k&r definitions.Warner Losh2009-03-091-12/+6
* Collect N identical (or near identical) mkdumpheader() implementations intoPeter Wemm2008-10-011-26/+2
* Initialize the DDB command list when initializing DDB so that the basicJohn Baldwin2008-09-253-3/+4
* Make ddb command registration dynamic so modules can extendSam Leffler2008-09-152-99/+176
* Add a missing include which was erroneusly left out from the previousAttilio Rao2008-08-181-0/+2
* Bufferize the output for DDB printouts.Attilio Rao2008-08-181-15/+87
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Fix software single-stepping: we need to check if the instruction is aOlivier Houchard2008-08-021-1/+1
* Print out the container lock when showing the thread state in DDB.Attilio Rao2008-06-181-0/+3
* Rename debug.ddb.capture.bytes sysctl to debug.ddb.capture.bufoff inRobert Watson2008-04-251-1/+4
* enable dynamic addition of "show all" commandsSam Leffler2008-03-253-2/+15
* Add a /S mode to DDB "ex" command, which interprets and prints theRobert Watson2008-03-071-0/+6
* When killing a user process from DDB, check that the requested signal isRobert Watson2008-03-071-1/+1
* Reserve two bytes at the end of the DDB input line in db_readline() toRobert Watson2008-03-071-1/+4
* When redrawing an input line, count backspaces to get to the beginning ofRobert Watson2008-03-061-1/+1
* Use dump_write() instead of direct calls to di->dumper() in textdumps.Robert Watson2008-01-311-3/+3
* Increase maximum DDB capture buffer size to 5MB.Robert Watson2008-01-261-1/+1
* Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to beRobert Watson2008-01-261-13/+18
* Rename DB_ constants in db_capture.c to DDB_ so that when they areRobert Watson2008-01-261-16/+16
* Refine textdump comments slightly.Robert Watson2008-01-101-10/+12
* Add textdump(4) facility, which provides an alternative form of kernelRobert Watson2007-12-264-3/+634
* Remove duplicate $FreeBSD$ that snuck in.Robert Watson2007-12-261-2/+0