aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* fix style nit: space after ifWarner Losh2021-05-051-2/+2
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-03-292-18/+43
* ddb: enable the use of ^C and ^S/^QRyan Libby2021-03-143-24/+105
* ddb: just move cursor when the lexer backs upRyan Libby2021-02-241-11/+16
* ddb: reliably fail with ambiguous commandsRyan Libby2021-02-241-1/+1
* Use atomic loads/stores when updating td->td_stateAlex Richardson2021-02-182-7/+7
* ddb: add ability to print user registersmhorne2021-01-081-1/+23
* ddb: Display process flags (p_flag and p_flag2) in 'show proc'.John Baldwin2021-01-011-0/+2
* Use kdb_thr_* to iterate over threads consistently in DDB.John Baldwin2021-01-012-26/+22
* Use kdb_thr_from_pid() in db_lookup_thread().John Baldwin2021-01-011-5/+3
* Don't check P_INMEM in kdb_thr_*().John Baldwin2021-01-012-3/+9
* ddb ps: Use the pidhash to enumerate processes not in allproc.John Baldwin2021-01-011-8/+6
* Add a kstack_contains() helper function.John Baldwin2020-12-011-2/+1
* db_search_symbol: prevent pollution from bogus symbolsEric van Gyzen2020-10-261-1/+14
* ddb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-016-10/+1
* [PowerPC] More relocation fixesBrandon Bergren2020-06-212-15/+29
* kernel: provide panicky version of __unreachableKyle Evans2020-05-131-2/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-264-14/+24
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* sleep(9), sleepqueue(9): const'ify wchan pointersConrad Meyer2019-12-241-1/+1
* ddb(4): Add some support for lexing IPv6 addressesConrad Meyer2019-09-092-4/+25
* ddb(4): Enhance lexer functionality for specialized commandsConrad Meyer2019-09-092-10/+75
* ddb(4): Move an extern variable declaration to a headerConrad Meyer2019-09-092-3/+3
* proc: eliminate the zombproc listMateusz Guzik2019-08-282-131/+135
* Cache kernel stacks in UMA. This gives us NUMA support, better concurrency,Jeff Roberson2019-08-061-11/+0
* ddb show proc typoRyan Libby2019-06-221-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* db show thread: avoid overflow in tick conversionRyan Libby2019-05-161-7/+7
* ddb: Print the thread's pcb in 'show thread'Justin Hibbits2019-02-091-0/+1
* ddb: Enable 'thread <address>'Conrad Meyer2018-10-202-12/+2
* add an option for ddb ps command to print process argumentsAndriy Gapon2018-08-091-6/+33
* 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