summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* MFC 285783:jhb2015-11-121-1/+2
* MFC r272958, r273006:pfg2014-10-1818-246/+108
* MFC r263973;pfg2014-04-074-16/+16
* Small textdump enhancements.alfred2012-11-012-6/+28
* Update the ddb and gdb backends for the new 'trace_thread' hook.jhb2012-04-121-1/+15
* Use strchr() and strrchr().ed2012-01-021-1/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.pluknet2011-12-181-1/+1
* Add 'findstack' ddb command to search either the thread kernel stackkib2011-12-163-0/+39
* Show the thread kernel stack base address for 'show threads'.kib2011-12-161-1/+2
* Typo.kib2011-12-091-1/+1
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-2/+0
* Fix making kernel dumps from the debugger by creating a commandmarcel2011-06-071-0/+24
* Trim some additional unnecessary <linker_set.h> includes.jhb2011-04-281-1/+0
* - Add the possibility to reuse the already last used timeout when pattingattilio2011-04-271-8/+0
* Extend the DDB command "watchdog" with the ability to specify a timeoutattilio2011-04-051-8/+25
* Modify kdb_trap() so that it re-calls the dbbe_trap function as long asmdf2011-02-181-3/+9
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* One more use for _SIG_VALID.kib2010-07-121-1/+1
* MFp4 @178364:bz2010-05-243-34/+67
* There is not a good reason to have a different prototype for db_printf()attilio2010-05-112-3/+5
* Move two copies of the same definition to a common include file.julian2010-04-141-6/+0
* Add a space before printing 'thread pid ...' to match the space beforerpaulo2010-02-121-1/+1
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in ordertrasz2010-01-081-2/+2
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXkib2009-11-171-1/+1
* Put square backets ([]) around process names for system processes to patchjhb2009-10-011-4/+10
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-145-1/+185
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-1/+0
* Prefer prototypes to k&r definitions.imp2009-03-091-12/+6
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-26/+2
* Initialize the DDB command list when initializing DDB so that the basicjhb2008-09-253-3/+4
* Make ddb command registration dynamic so modules can extendsam2008-09-152-99/+176
* Add a missing include which was erroneusly left out from the previousattilio2008-08-181-0/+2
* Bufferize the output for DDB printouts.attilio2008-08-181-15/+87
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Fix software single-stepping: we need to check if the instruction is acognet2008-08-021-1/+1
* Print out the container lock when showing the thread state in DDB.attilio2008-06-181-0/+3
* Rename debug.ddb.capture.bytes sysctl to debug.ddb.capture.bufoff inrwatson2008-04-251-1/+4
* enable dynamic addition of "show all" commandssam2008-03-253-2/+15
* Add a /S mode to DDB "ex" command, which interprets and prints therwatson2008-03-071-0/+6
* When killing a user process from DDB, check that the requested signal isrwatson2008-03-071-1/+1
* Reserve two bytes at the end of the DDB input line in db_readline() torwatson2008-03-071-1/+4
* When redrawing an input line, count backspaces to get to the beginning ofrwatson2008-03-061-1/+1
* Use dump_write() instead of direct calls to di->dumper() in textdumps.rwatson2008-01-311-3/+3
* Increase maximum DDB capture buffer size to 5MB.rwatson2008-01-261-1/+1
* Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to berwatson2008-01-261-13/+18
* Rename DB_ constants in db_capture.c to DDB_ so that when they arerwatson2008-01-261-16/+16
* Refine textdump comments slightly.rwatson2008-01-101-10/+12
* Add textdump(4) facility, which provides an alternative form of kernelrwatson2007-12-264-3/+634
* Remove duplicate $FreeBSD$ that snuck in.rwatson2007-12-261-2/+0
OpenPOWER on IntegriCloud