summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
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
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-12add RCSIDslukem
2001-11-09Remove unneeded declarations of the db_machine_init() function. Thethorpej
2001-11-08PR/14498: Wesley Chen: Identify loaded modules vs. kernel, because we don'tchristos
2001-11-08PR/14498: Wesley Chen: Print a return after enumerating the matching symbols.christos
2001-10-13When setting watchpoints, call pmap_update() for each watchpoint, ratherbjh21
2001-09-15use a for loop instead of goto.chs
2001-09-11Optimization suggested by Bill Sommerfeld: Keep a hint as to thethorpej
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-08-17Add `show malloc' to dump the internal state of the MALLOC_DEBUG code.thorpej
2001-07-31Extra sanity checking on ELF headers: Make sure the bootloader actuallybjh21
2001-07-31Don't depend on the bootloader's having loaded the .shstrtab sectionbjh21
2001-07-31Add an easy way to dump the message buffer from ddb.atatat
2001-07-01allow one to #define DB_MAX_LINE and DB_MAX_WIDTH independantly.mrg
2001-06-13Add a port to IBM's PPC405GP Reference Board (the "walnut")simonb
2001-06-03Default to kernel_map if no addr is available.matt
2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs
2001-05-30use _KERNEL_OPTmrg
2001-05-13The current API for MD support doesn't directly support the documented /uross
2001-04-24Sprinkle pmap_update() calls after calls to:thorpej
2001-04-11fix invalid reference to $fromconsole via DDBmsaitoh
2001-02-24Avoid crud after #endif.cgd
2001-02-24#include <systm.h> for string fn prototypes.cgd
2001-02-15put crud after #endif in commentscgd
2001-02-11alphabetize db_command tablesjhawk
2001-01-24make db_command_table[] const; since there is no way to dynamically extendjdolecek
2001-01-22Require the machine-dependant DDB commands to be in db_machine_command_table[]jdolecek
2001-01-18make db_[e]regs[] constjdolecek