summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
AgeCommit message (Expand)Author
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
2009-06-05extend 'show event' to take /i /t and /m modifiers, to select interrupt,mrg
2009-03-21Make 'show event', 'dmesg' work with crash(8).ad
2009-03-11Avoid "warning: cast from pointer to integer of different size"nakayama
2009-03-07Make ddb compile and work in userspace. Mostly this is comprised of threead
2009-03-01Do not set last_count to zero after every db_command function call it ishaad
2009-02-18- fix vmem unittest. rename VMEM_DEBUG so that it won't be abused again.yamt
2009-01-05Fix my bug introduced in rev 1.98 of db_command.c where command prefixhaad
2008-12-07ddb: new 'show vmem' and 'show all vmems' commands.cegger
2008-11-25Make DDB shows right register values on 32-bit sparc64 kernels.nakayama
2008-11-25Add some basic DDB stuff for modules.ad
2008-11-16more <sys/buf.h> policepooka
2008-11-14+ifdef AIOad
2008-10-03Replace more intptr_t to uintptr_t when casting VA.rmind
2008-09-29- Fix message queue permissions problems.rmind
2008-08-08Make "show uvmhist" available to all arches (not just sparc*) in ddb.skrll
2008-07-10Add a show files command that prints the vnodes associated with ablymn
2008-07-10Whitespace clean up.blymn
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-21Fix help string for "w" - it is "write" not "watch".uwe
2008-02-02When doing a reboot from ddb, set panicstr, so that later LOCKDEBUG checksmartin
2007-12-13add ddb "whatis" command. inspired from solaris ::whatis dcmd.yamt
2007-11-14Add a missing "else". Should finally fix PR kern/37110.martin
2007-10-22Pacify some gcc uninitialized warnings at -O3martin
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-14db_cmd_search: When we compare names we'd better stop at the nul byte.uwe
2007-10-12Fix command name matching, avoid jumps to null function pointers andmartin
2007-10-08Do another setjmp right before entering the command loop, we do not wantmartin
2007-10-02Some cleanup:martin
2007-10-01No need to db_init_commands() early any more - it will happen on firstmartin
2007-10-01Special case the initialization of builtin command tables to avoid usingmartin
2007-09-23Minor clenaup - db_cmd_loop_done is a bool nowadays, so use true/falsemartin
2007-09-23Simplify the "tables are already setup" test.martin
2007-09-23Fix build for archs w/o DB_MACHINE_COMMANDS.martin
2007-09-23Add missing argument - fixes compilation if KGDB is defined.martin