summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
AgeCommit message (Expand)Author
2023-05-25ddb: PR kern/57435 - fix duplicate "show mount"uwe
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
2021-10-10Add a "show kqueue <addr>" command.thorpej
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-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
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-30Trailing whitespaceskrll
2020-04-13Handle "no count" properly in db_kernhist_print_cmdskrll
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-01-01- Introduce a new global kernel variable "shutting_down" to indicate thatthorpej
2019-12-27Redo the page allocator to perform better, especially on multi-core andad
2019-12-15Teach ddb(4) about printing the full mount list.joerg
2019-09-29db_command - don't hide local static variable in the middle of otheruwe
2019-09-29db_command - make setting have_addr more clear.uwe
2019-09-29db_command - make sure count is always initialized.uwe
2019-09-22fix "show kernhist".mrg
2018-09-17When this file is used when not building the kernel (eg: /usr/sbin/crash)kre
2018-09-16call cnpollc(1) and cnpollc(0) around cngetc().mrg
2018-09-15call spl0() before cpu_reboot(), so that there's a chance that:mrg
2018-09-13always call lockdebug_dismiss() from DDB -- there are always somemrg
2018-08-13extend the ddb "show kernhist" command. the synopsis is now:mrg
2018-08-12add a lockdebug_dismiss() function for DDB to use that tellsmrg
2018-07-20 Add "show socket" command written by Hiroki SUENAGA. It prints usage ofmsaitoh
2018-03-19ddb: rename "show lockstat" to "show lockstats" to avoid conflicting with loc...ozaki-r
2018-03-16Don't pass a unset address to lockdebug_lock_printozaki-r
2018-03-16Add a new command, show all locks, which shows information of active locksozaki-r
2018-03-16Add a new command, show lockstat, which shows statistics of locksozaki-r
2018-03-04Add command to print device list.mlelstv
2017-01-11Add ddb command to find a vnode by the address of its lock.joerg
2016-04-13ddb: rename show arptab to show routesozaki-r
2016-04-06Improve ddb(4) show kernhistskrll
2015-05-21only call the on-enter commands if we're not recursing.mrg
2015-02-08we can use show callout now from crashchristos
2013-10-19fix userland build, by moving all the unused stuff inside ifdef _KERNELchristos
2013-01-06remove the new command not the old one.christos
2013-01-06remove previous, dmesg just works.christos
2013-01-06Add "show dmesg" that prints the contents of the message buffer.christos
2013-01-05Add "show panic" that shows the current panic string. two ports had it, andchristos
2012-04-28Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) movermind
2011-11-13set panicstr to "reboot forced via kernel debugger" when rebootingmrg
2011-05-17move and rename the uvm history code out of uvm_stat to "kernhist".mrg
2011-04-10Add:christos
2010-09-13fix extern/static inconsistencydrochner
2009-07-19Add #ifdef MQUEUE for db_show_mqueue_cmd().rmind