| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge bde improvements for ddb on x86, mostly for single-stepping and | kib | 2016-11-07 | 5 | -27/+59 |
* | MFC r303426: | kib | 2016-08-27 | 1 | -2/+7 |
* | Add a small set of logical operators to DDB command language. | pfg | 2016-05-16 | 4 | -27/+216 |
* | Revert r298938: Change x/a to work similar to gdb. | pfg | 2016-05-06 | 1 | -13/+10 |
* | Enhance the ddb examine (x) command. | pfg | 2016-05-02 | 1 | -10/+13 |
* | sys: Make use of our rounddown() macro when sys/param.h is available. | pfg | 2016-04-30 | 1 | -2/+1 |
* | sys/ddb: spelling fixes in comments. | pfg | 2016-04-29 | 1 | -1/+1 |
* | ddb: Make use of our roundup() macro when available. | pfg | 2016-04-26 | 1 | -1/+1 |
* | Indentation issues. | pfg | 2016-04-20 | 1 | -2/+1 |
* | kernel: use our nitems() macro when it is available through param.h. | pfg | 2016-04-19 | 1 | -1/+1 |
* | ddb: for pointers replace 0 with NULL. | pfg | 2016-04-15 | 2 | -5/+5 |
* | Avoid NULL pointer dereference, for a process which is not (yet) a | kib | 2016-04-15 | 1 | -1/+2 |
* | Add td_swinvoltick to track last involuntary context switch | cem | 2016-03-25 | 1 | -0/+12 |
* | Add helper to catch single step debug event and distinguish it from bkpt | zbb | 2015-11-27 | 1 | -7/+17 |
* | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | kib | 2015-08-10 | 1 | -1/+1 |
* | Various changes to the registers displayed in DDB for x86. | jhb | 2015-07-22 | 1 | -1/+2 |
* | Don't return undefined symbols to a DDB symbol lookup. | markj | 2015-07-21 | 2 | -3/+7 |
* | Fix KSTACK_PAGES issue when the default value was changed in KERNCONF | zbb | 2015-07-16 | 2 | -0/+4 |
* | Correct the function name in catch-all error handling case. | bz | 2015-06-17 | 1 | -1/+1 |
* | ddb: de-register | pfg | 2015-05-23 | 5 | -18/+16 |
* | ddb: Use NULL for pointers | pfg | 2015-05-22 | 1 | -49/+49 |
* | ddb: finish converting boolean values. | pfg | 2015-05-21 | 20 | -117/+104 |
* | ddb: stop boolean screaming. | pfg | 2015-05-18 | 12 | -101/+101 |
* | ddb: ANSI-fy function declarations. | pfg | 2014-10-12 | 11 | -227/+89 |
* | ddb: space/tab fixes. | pfg | 2014-10-11 | 11 | -19/+19 |
* | ddb: allow specifying the exact address of the symtab and strtab | royger | 2014-09-25 | 2 | -14/+42 |
* | ins is only set and unused, but only when we're not doing software | imp | 2014-08-14 | 1 | -4/+4 |
* | handle longer commands so that lines don't overflow... people who added | jmg | 2014-06-02 | 1 | -2/+2 |
* | ddb: Minor style cleanups. | pfg | 2014-03-31 | 4 | -16/+16 |
* | Small textdump enhancements. | alfred | 2012-11-01 | 2 | -6/+28 |
* | Update the ddb and gdb backends for the new 'trace_thread' hook. | jhb | 2012-04-12 | 1 | -1/+15 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -1/+1 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | pluknet | 2011-12-18 | 1 | -1/+1 |
* | Add 'findstack' ddb command to search either the thread kernel stack | kib | 2011-12-16 | 3 | -0/+39 |
* | Show the thread kernel stack base address for 'show threads'. | kib | 2011-12-16 | 1 | -1/+2 |
* | Typo. | kib | 2011-12-09 | 1 | -1/+1 |
* | Follow up to r225203 refining break-to-debugger run-time configuration | rwatson | 2011-08-27 | 1 | -2/+0 |
* | Fix making kernel dumps from the debugger by creating a command | marcel | 2011-06-07 | 1 | -0/+24 |
* | Trim some additional unnecessary <linker_set.h> includes. | jhb | 2011-04-28 | 1 | -1/+0 |
* | - Add the possibility to reuse the already last used timeout when patting | attilio | 2011-04-27 | 1 | -8/+0 |
* | Extend the DDB command "watchdog" with the ability to specify a timeout | attilio | 2011-04-05 | 1 | -8/+25 |
* | Modify kdb_trap() so that it re-calls the dbbe_trap function as long as | mdf | 2011-02-18 | 1 | -3/+9 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -1/+1 |
* | One more use for _SIG_VALID. | kib | 2010-07-12 | 1 | -1/+1 |
* | MFp4 @178364: | bz | 2010-05-24 | 3 | -34/+67 |
* | There is not a good reason to have a different prototype for db_printf() | attilio | 2010-05-11 | 2 | -3/+5 |
* | Move two copies of the same definition to a common include file. | julian | 2010-04-14 | 1 | -6/+0 |
* | Add a space before printing 'thread pid ...' to match the space before | rpaulo | 2010-02-12 | 1 | -1/+1 |
* | Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order | trasz | 2010-01-08 | 1 | -2/+2 |
* | Among signal generation syscalls, only sigqueue(2) is allowed by POSIX | kib | 2009-11-17 | 1 | -1/+1 |