| Age | Commit message (Expand) | Author |
| 2002-02-15 | Add a "show event" ddb command to show the event counters. | simonb |
| 2002-02-15 | ANSIfy, KNF. | simonb |
| 2002-01-05 | Add db_symstr(), a parallel interface to db_printsym() that | jhawk |
| 2002-01-05 | ddb(9) | jhawk |
| 2001-12-31 | Convenience variables (workXX) don't work, so don't document them. | jhawk |
| 2001-11-20 | - pull in opt_kgdb.h where necessary | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-11-09 | Remove unneeded declarations of the db_machine_init() function. The | thorpej |
| 2001-11-08 | PR/14498: Wesley Chen: Identify loaded modules vs. kernel, because we don't | christos |
| 2001-11-08 | PR/14498: Wesley Chen: Print a return after enumerating the matching symbols. | christos |
| 2001-10-13 | When setting watchpoints, call pmap_update() for each watchpoint, rather | bjh21 |
| 2001-09-15 | use a for loop instead of goto. | chs |
| 2001-09-11 | Optimization suggested by Bill Sommerfeld: Keep a hint as to the | thorpej |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-08-17 | Add `show malloc' to dump the internal state of the MALLOC_DEBUG code. | thorpej |
| 2001-07-31 | Extra sanity checking on ELF headers: Make sure the bootloader actually | bjh21 |
| 2001-07-31 | Don't depend on the bootloader's having loaded the .shstrtab section | bjh21 |
| 2001-07-31 | Add an easy way to dump the message buffer from ddb. | atatat |
| 2001-07-01 | allow one to #define DB_MAX_LINE and DB_MAX_WIDTH independantly. | mrg |
| 2001-06-13 | Add a port to IBM's PPC405GP Reference Board (the "walnut") | simonb |
| 2001-06-03 | Default to kernel_map if no addr is available. | matt |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-13 | The current API for MD support doesn't directly support the documented /u | ross |
| 2001-04-24 | Sprinkle pmap_update() calls after calls to: | thorpej |
| 2001-04-11 | fix invalid reference to $fromconsole via DDB | msaitoh |
| 2001-02-24 | Avoid crud after #endif. | cgd |
| 2001-02-24 | #include <systm.h> for string fn prototypes. | cgd |
| 2001-02-15 | put crud after #endif in comments | cgd |
| 2001-02-11 | alphabetize db_command tables | jhawk |
| 2001-01-24 | make db_command_table[] const; since there is no way to dynamically extend | jdolecek |
| 2001-01-22 | Require the machine-dependant DDB commands to be in db_machine_command_table[] | jdolecek |
| 2001-01-18 | make db_[e]regs[] const | jdolecek |
| 2001-01-18 | db_command_table needs to be writable at least when DB_MACHINE_COMMANDS | enami |
| 2001-01-17 | constify a little | jdolecek |
| 2000-12-28 | Add x/m option functionality | jmc |
| 2000-12-20 | When we hit a breakpoint in a process, print the pid of the process as | jhawk |
| 2000-11-28 | Make sure values for a %llx are long long. | thorpej |
| 2000-11-28 | Restore the top level `callout' command. | eeh |
| 2000-11-28 | Implement db_show_callout() again. | eeh |
| 2000-11-24 | add ddb commands "show uvmexp" and "show ncache". | chs |
| 2000-08-11 | Missed change of parameter for %r->db_format_radix() change. | tv |
| 2000-08-09 | Add two new functions, db_format_radix() and db_format_hex(), which supplant | tv |
| 2000-08-09 | Change kprintf attribute to printf. | tv |
| 2000-07-28 | Fix CTRL-T to behave properly. It should swaps the current and previous | jhawk |
| 2000-07-18 | Provide some info on what db_trap_callback() is for in the code. | jeffs |
| 2000-07-17 | Move platform db_trap callback from arch/mips into ddb as suggested by | jeffs |
| 2000-07-10 | Update TODO list item #7. | eeh |
| 2000-07-09 | Fix compiler warning. | mycroft |