summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
2023-05-25ddb: PR kern/57435 - fix duplicate "show mount"uwe
2022-10-27ddb(4): Declare extern db_active if _KMEMUSER too, not just DDB.riastradh
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-08-30ddb(9): Make db_symstr safe to use concurrently with pserialize(9).riastradh
2022-08-30ddb(4): Use db_num_to_strbuf in db_symstr.riastradh
2022-08-30ddb(9): New db_num_to_strbuf.riastradh
2022-04-28Remove 'a' modifier from "show vmem". It was removed in sbur_vmem.c rev. 1.55.msaitoh
2022-04-20ddb: guard invocation of db_cmd_on_enter properly.uwe
2022-04-10fix various typos in comments and output/log messages.andvar
2022-03-28sys: Split struct device into a private device_impl.h.riastradh
2021-12-13mv out: label into the #ifdef _KERNEL section, as it is onlykre
2021-12-13ddb: fix function names of "noreturn" functions in stack traces.chs
2021-10-10Add a "show kqueue <addr>" command.thorpej
2021-10-06Sort variable declarations. Add short comments while here.uwe
2021-10-06KNF: The function type must be declared on a line by itself.uwe
2021-10-06Add DDB_DUMPSTACK to opt_ddbparam.h.uwe
2021-10-06One option per-line for opt_ddbparam.h options. Sort.uwe
2021-08-21fix mainly same typos as in my previous commit but outside sys/dev/dm.andvar
2021-08-13fix typos in words "pointer" and s/fram /frame/andvar
2021-08-09fix various typos in compatibility, mainly in comments.andvar
2021-07-20need <sys/param.h> for COHERENCY_UNITchristos
2021-04-18don't provide db_lstacktrace() for crash (yet?).mrg
2021-04-18db_lstacktrace() can't use db_stacktrace_print and log() directly.mrg
2021-04-12avoid assigning both signed and unsigned variables in the same statement.mrg
2021-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
2021-02-10Allow for MD code to use a different function than db_stack_trace_print()simonb
2021-02-06defparam DB_MAX_WIDTHdbj
2021-01-11For "ps/a" print all of p_comm instead of just the first 10 chars, add asimonb
2020-12-19update several items that are done or dead.mrg
2020-10-30Remove "also;"skrll
2020-10-30Add a "show fdt" ddb commandskrll
2020-10-30Sort the db_show_cmd entriesskrll
2020-10-30Put the 'added from all sub cmds' comment above the four commands thatskrll
2020-10-30Whitespaceskrll
2020-10-30Trailing whitespaceskrll
2020-07-29db_get_line - raw access to the DDB command line.uwe
2020-06-28Protect against multiple inclusion.simonb
2020-05-31Switch from kmem_intr_alloc(sz, KM_NOSLEEP) to kmem_alloc(sz, KM_SLEEP).rin
2020-05-31Revert introduction of db_alloc.h.rin
2020-05-31XXXrin
2020-05-31Introduce db_alloc.h.rin
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-04-13Handle "no count" properly in db_kernhist_print_cmdskrll
2020-04-04also print the LWP reference count.mlelstv
2020-03-30Remove a.out leftovers (unused)maya
2020-03-10Make the db_kernelonly() macro visible to all files and re-use it.christos
2020-03-09print a message for the commands crash does not support.christos
2020-02-26Correct PPID of "show all procs/n"hikaru
2020-02-15- Move the LW_RUNNING flag back into l_pflag: updating l_flag without lockad
2020-02-01Load struct fdfile::ff_file with atomic_load_consume.riastradh