summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* Merge bde improvements for ddb on x86, mostly for single-stepping andkib2016-11-075-27/+59
* MFC r303426:kib2016-08-271-2/+7
* Add a small set of logical operators to DDB command language.pfg2016-05-164-27/+216
* Revert r298938: Change x/a to work similar to gdb.pfg2016-05-061-13/+10
* Enhance the ddb examine (x) command.pfg2016-05-021-10/+13
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-2/+1
* sys/ddb: spelling fixes in comments.pfg2016-04-291-1/+1
* ddb: Make use of our roundup() macro when available.pfg2016-04-261-1/+1
* Indentation issues.pfg2016-04-201-2/+1
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* ddb: for pointers replace 0 with NULL.pfg2016-04-152-5/+5
* Avoid NULL pointer dereference, for a process which is not (yet) akib2016-04-151-1/+2
* Add td_swinvoltick to track last involuntary context switchcem2016-03-251-0/+12
* Add helper to catch single step debug event and distinguish it from bkptzbb2015-11-271-7/+17
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-101-1/+1
* Various changes to the registers displayed in DDB for x86.jhb2015-07-221-1/+2
* Don't return undefined symbols to a DDB symbol lookup.markj2015-07-212-3/+7
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-162-0/+4
* Correct the function name in catch-all error handling case.bz2015-06-171-1/+1
* ddb: de-registerpfg2015-05-235-18/+16
* ddb: Use NULL for pointerspfg2015-05-221-49/+49
* ddb: finish converting boolean values.pfg2015-05-2120-117/+104
* ddb: stop boolean screaming.pfg2015-05-1812-101/+101
* ddb: ANSI-fy function declarations.pfg2014-10-1211-227/+89
* ddb: space/tab fixes.pfg2014-10-1111-19/+19
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-252-14/+42
* ins is only set and unused, but only when we're not doing softwareimp2014-08-141-4/+4
* handle longer commands so that lines don't overflow... people who addedjmg2014-06-021-2/+2
* ddb: Minor style cleanups.pfg2014-03-314-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
OpenPOWER on IntegriCloud