summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-05-31re-instate db_kill_procchristos
2011-05-26Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD.joerg
2011-05-17move and rename the uvm history code out of uvm_stat to "kernhist".mrg
2011-04-12Fix GENERIC_SUN4U build.nakayama
2011-04-12include <sys/cpu.h> when using cpu specific info. fixes buildingmrg
2011-04-11avoid compiling dead code into crash.mrg
2011-04-11obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the codemrg
2011-04-10Add:christos
2011-02-20When looking for the next element of cpu_queue compare the pointer to thehannken
2011-02-09Since curlwp and curproc must always be non-NULL, remove the == NULL branches.matt
2011-01-14Retire struct user, remove sys/user.h inclusions. Note sys/user.h headerrmind
2010-09-13fix extern/static inconsistencydrochner
2010-08-31Define db_hist_put() only when DDB_HISTORY_SIZE != 0 so thatenami
2010-08-31Fix indent in prevous commit.enami
2010-08-30Don't overflow DDB command history. Coyote Point changelist description:tls
2010-02-02Include "ctype.h" in the central place which deals with building thetron
2010-02-01Include "ctype.h" if we are not building a kernel to fix the buildtron
2010-01-31New modifiers for the "write" command: /BHL. They act like /bhl but do notphx
2009-12-17Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions.rmind
2009-09-28quick fix for crash(8) build failure caused by my previous commit (revbsh
2009-09-27kgdb still needs db_{get,put}_value in ddb/db_access.c when SOFTWARE_SSTEP is...bsh
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-05-24More changes to improve kern_descrip.c.ad
2009-04-10add boilerplate missed in initial commitad
2009-03-31KGDB does no longer refers to ddb/db_access. Fixes compilation problems of KGDBreinoud
2009-03-21Make 'show event', 'dmesg' work with crash(8).ad
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-11Switch the default value (if no options DDB_ONPANIC is defined) formartin
2009-03-11Avoid "warning: cast from pointer to integer of different size"nakayama
2009-03-09include <stdbool.h> if not _KERNEL, and don't include kauth.h if _KERNEL.mrg
2009-03-08include <sys/user.h>mrg
2009-03-08include ddb headers *after* sys/types.h or sys/param.h.mrg
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-02-04Default 'show all procs' to /l. People tend to type 'ps' without modifiersad
2009-01-30Default DDB_ONPANIC to zero. The end product is ultimately for thead
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-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
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-14ifdef AIOad
2008-11-14+ifdef AIOad
2008-10-24don't hold locks in ddb (call ksyms_getval_unlocked()), pointed out by ad.christos