summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
2003-12-04Dynamic sysctl.atatat
2003-11-18add "show mount" ddb commanddbj
2003-11-17o Fix a bug in ksyms that changed the real meaning of st_name entries forcube
2003-11-09Fix format string warnings for platforms wherescw
2003-10-25fix uninitialized variablechristos
2003-10-10add "b" as a synonym for "break", since someone added "bt"chs
2003-10-05Tweak the previous change to ensure symbol addresses are correctlyscw
2003-09-20Add a "show sched_qs" command to dump the run queues. Format is:thorpej
2003-09-07Widen FLAGS column for ps/l so that all defined l_flag flags fit.uwe
2003-09-03long -> unsigned long, so that correct pointer is sent in function call.ragge
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-02Allow the dmesg command to show the last N bytes of the kernel messagesimonb
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-22Somehow overlooked in earlier commits: prototype db_kgdb_cmd().briggs
2003-05-17On some platforms, sizeof(db_expr_t) > sizeof(long), so add a methodscw
2003-05-17Don't assume sizeof(db_expr_t) == sizeof(long).scw
2003-05-17Add a cast to make this build with -D__AUDIT__.kristerw
2003-05-16switch to use strlcpy() from libkern.itojun
2003-05-16use strlcpy [change prototype of db_symstr to pass size_t; noone seem to use it]itojun
2003-05-15(1) Don't print the message buffer (via ddb's dmesg command) if theatatat
2003-05-11make couple ksym functions' arguments constjdolecek
2003-04-29Add a BKPT_ADDR() macro which gives MD code a chance to munge ascw
2003-04-28By accident db_symstr() was removed, which HÃ¥vard pointed out.ragge
2003-04-28Add a rudimentary 'trap to kgdb' command if KGDB is defined. This allowsbriggs
2003-04-25Mobe the SYMTAB_SPACE stuff to ksyms_init, so that it can be used withoutragge
2003-04-24db_sym_numargs() disappeared by mistake, restore it.ragge
2003-04-24Teach DDB to use ksyms instead of it's own symbol table management.ragge
2003-04-16make parameter 'name' for db_del_symbol_table() constjdolecek
2003-03-02Don't specify string width in the low level function like db_num_to_str.enami
2003-02-13Add a synonym for trace - 'bt' and document itjmc
2003-02-04New callout implementation. This is based on callwheel implementationthorpej
2003-01-23Zombie procs have no lwps.pk
2003-01-20Remove variable that is only assigned too but not referenced.simonb
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-13make stack trace on i386 work again.yamt
2002-11-10Avoid a GCC 3.3 strict alias warning.thorpej
2002-11-10Fix signed/unsigned comparison warnings.thorpej
2002-11-10Fix signed/unsigned comparison warnings.thorpej
2002-11-04Dump DDB_* and SYMTAB_SPACE options to opt_ddbparam.h rather than opt_ddb.h.itohy
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-08-26Another item on the TODO list:scw
2002-08-26Casting from a pointer, to a db_expr_t, has to go via an intptr_t.scw
2002-06-05provide a db_vprintf() which is exactly what the name suggestsdrochner
2002-05-13Add db_recovermatt
2002-02-15Add a "show event" ddb command to show the event counters.simonb
2002-02-15ANSIfy, KNF.simonb
2002-01-05Add db_symstr(), a parallel interface to db_printsym() thatjhawk
2002-01-05ddb(9)jhawk
2001-12-31Convenience variables (workXX) don't work, so don't document them.jhawk