aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* Extend show proc with reaper, sigparent, and vmspace informationBjoern A. Zeeb2018-05-251-0/+11
* Fix PPC symbol resolutionJustin Hibbits2018-05-102-4/+10
* Restore db_radix on parse error, otherwise we'll silently change it toWarner Losh2018-04-171-0/+1
* No need to force md code to define a macro that's the same asWarner Losh2018-04-161-8/+5
* db_script_exec: use a saved script name when reporting commands executedAndriy Gapon2018-03-041-1/+1
* Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-121-0/+1
* Generalize the gzio API.Mark Johnston2018-01-081-3/+3
* ddb: fix validation of cpu id in 'set db_cpu=x'Andriy Gapon2017-12-051-2/+2
* SPDX: oops .. not from CMU.Pedro F. Giffuni2017-11-301-2/+0
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-3024-0/+48
* Make the ddb(4) "set" command list variables when called without parameters.Edward Tomasz Napierala2017-11-301-0/+11
* Make kdb_reenter() silent when explicitly called from db_error().Edward Tomasz Napierala2017-11-281-1/+1
* sys/ddb: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* Point people towards our https web site for documentation, http accesses areGavin Atkinson2017-11-091-1/+1
* Rename mkdumpheader() and group EKCD functions in kern_shutdown.c.Mark Johnston2017-08-181-4/+3
* Include opt files in the kernel with "" instead of <>.Warner Losh2017-07-101-1/+1
* Make ^c work in ddb(4).Edward Tomasz Napierala2017-07-061-0/+1
* Make ^w work in ddb(4).Edward Tomasz Napierala2017-07-061-0/+13
* Improve ddb(4) error reporting a bit.Edward Tomasz Napierala2017-07-061-2/+3
* Make ddb(4) a bit more user-friendly by improving "help".Edward Tomasz Napierala2017-07-061-1/+26
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-173-11/+10
* Fix printing of negative offsets (typically from frame pointers) again.Bruce Evans2017-03-261-7/+4
* Fix right shifts on arches with db_expr_t larger than u_int (LP64 archesBruce Evans2017-03-181-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-1/+0
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-0/+1
* Revert r311952.Mark Johnston2017-01-141-2/+9
* Enable the use of ^C and ^S/^Q in DDB.Mark Johnston2017-01-121-9/+2
* Use casts to force an unsigned comparison in db_search_symbol().John Baldwin2016-12-141-2/+2
* Add support for encrypted kernel crash dumps.Konrad Witaszczyk2016-12-101-2/+15
* 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