aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* Determine the operand/address size of %cs in a new functionBruce Evans2016-09-251-1/+1
* Silently ignore unexpected single-step traps (except for turningBruce Evans2016-09-171-5/+13
* Statically initialize the run mode to the one that will becomeBruce Evans2016-09-161-4/+1
* Abort single stepping in ddb if the trap is not for single-stepping.Bruce Evans2016-09-151-1/+22
* Pass the trap type and code down from db_trap() to db_stop_at_pc() soBruce Evans2016-09-093-7/+6
* Fix stopping when the specified breakpoint count is reached. TheBruce Evans2016-09-091-0/+1
* Correct the type of db_cmd_loop_done.Justin Hibbits2016-09-091-1/+1
* Expand error messages: print symbol names, parentheses and shift tokens,Bruce Evans2016-08-281-15/+21
* ddb: Add 'show active trace' commandConrad Meyer2016-08-261-4/+42
* In ddb ps, left justify the non-numeric fields 'state' and 'wmesg' andBruce Evans2016-08-141-9/+9
* Don't print an extra newline after the instruction when printing forBruce Evans2016-08-141-2/+0
* Fix ddb "show proc" to show full argumentsConrad Meyer2016-08-011-3/+10
* Rewrite subr_sleepqueue.c use of callouts to not depend on theKonstantin Belousov2016-07-281-2/+7
* Add a small set of logical operators to DDB command language.Pedro F. Giffuni2016-05-164-27/+216
* Revert r298938: Change x/a to work similar to gdb.Pedro F. Giffuni2016-05-061-13/+10
* Enhance the ddb examine (x) command.Pedro F. Giffuni2016-05-021-10/+13
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-2/+1
* sys/ddb: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* ddb: Make use of our roundup() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Indentation issues.Pedro F. Giffuni2016-04-201-2/+1
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* ddb: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-152-5/+5
* Avoid NULL pointer dereference, for a process which is not (yet) aKonstantin Belousov2016-04-151-1/+2
* Add td_swinvoltick to track last involuntary context switchConrad Meyer2016-03-251-0/+12
* Add helper to catch single step debug event and distinguish it from bkptZbigniew Bodek2015-11-271-7/+17
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-101-1/+1
* Various changes to the registers displayed in DDB for x86.John Baldwin2015-07-221-1/+2
* Don't return undefined symbols to a DDB symbol lookup.Mark Johnston2015-07-212-3/+7
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-162-0/+4
* Correct the function name in catch-all error handling case.Bjoern A. Zeeb2015-06-171-1/+1
* ddb: de-registerPedro F. Giffuni2015-05-235-18/+16
* ddb: Use NULL for pointersPedro F. Giffuni2015-05-221-49/+49
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-2120-117/+104
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-1812-101/+101
* ddb: ANSI-fy function declarations.Pedro F. Giffuni2014-10-1211-227/+89
* ddb: space/tab fixes.Pedro F. Giffuni2014-10-1111-19/+19
* ddb: allow specifying the exact address of the symtab and strtabRoger Pau Monné2014-09-252-14/+42
* 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