summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
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
2001-01-18db_command_table needs to be writable at least when DB_MACHINE_COMMANDSenami
2001-01-17constify a littlejdolecek
2000-12-28Add x/m option functionalityjmc
2000-12-20When we hit a breakpoint in a process, print the pid of the process asjhawk
2000-11-28Make sure values for a %llx are long long.thorpej
2000-11-28Restore the top level `callout' command.eeh
2000-11-28Implement db_show_callout() again.eeh
2000-11-24add ddb commands "show uvmexp" and "show ncache".chs
2000-08-11Missed change of parameter for %r->db_format_radix() change.tv
2000-08-09Add two new functions, db_format_radix() and db_format_hex(), which supplanttv
2000-08-09Change kprintf attribute to printf.tv
2000-07-28Fix CTRL-T to behave properly. It should swaps the current and previousjhawk
2000-07-18Provide some info on what db_trap_callback() is for in the code.jeffs
2000-07-17Move platform db_trap callback from arch/mips into ddb as suggested byjeffs
2000-07-10Update TODO list item #7.eeh
2000-07-09Fix compiler warning.mycroft
2000-07-08Fix for:eeh
2000-07-08printf format safetysommerfeld
2000-07-07s/preserving ... bytes of symbol table/using ... bytes of symbol table/jhawk
2000-07-07Observe deficiency in printfs reporting symbol table problemsjhawk