| Age | Commit message (Expand) | Author |
| 1999-11-02 | db_cmd_list(): variable ``width'' might have be used uninitialized, initialize | jdolecek |
| 1999-10-28 | - change db_cmd_list() to list commands vertically rather than horizontally | lukem |
| 1999-10-25 | Update to match new SVR4-style definition names in <sys/exec_elf.h>. | kleink |
| 1999-10-21 | Remove ELFNAME macros which are already defines in exec_elf.h | erh |
| 1999-10-14 | remove the MI Debugger() added recently. It doesn't make sense in | jdolecek |
| 1999-10-12 | rename the MD Debugger() to cpu_Debugger() | jdolecek |
| 1999-07-22 | XXX LOCKING XXX of allproc; DDB runs with interrupts blocked, and MD | thorpej |
| 1999-06-26 | Fix tyop in error message. | simonb |
| 1999-06-15 | Don't load the symbol table if it's corrupted. | thorpej |
| 1999-06-05 | Cast ptrdiff_t to long for printf purposes. | pk |
| 1999-05-31 | New format modifier: `L' gives true `long' vs `l' or `legacy' long. | ross |
| 1999-05-10 | Improve the pool allocator's diagnostic helpers, adding the ability to | thorpej |
| 1999-04-29 | Don't go dereferencing pointers before verifying they are aligned. | christos |
| 1999-04-21 | Fix a problem where SOFTWARE_SSTEP would skip one instruction each time | thorpej |
| 1999-04-12 | Quote "AS IS" as in the majority of Carnegy Mellon notices. | pk |
| 1999-04-06 | Fix a pasto in copyright text which has been procreating like rabbits.. | pk |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-02-12 | Fix printf format problems on Alpha. | thorpej |
| 1999-01-08 | Avoid arithmetic on `void *' since that's not ANSI C. | augustss |
| 1998-12-04 | - Make the ddb_init() interface consistent for a.out and ELF. | thorpej |
| 1998-11-25 | Do branch forking for inst_return() instructions, too. | mycroft |
| 1998-10-29 | Add options DDB_FROMCONSOLE and sysctl ddb.fromconsole, analagous to | jonathan |
| 1998-09-08 | - Use proclists[], rather than checking allproc and zombproc explicitly. | thorpej |
| 1998-09-05 | Assign copyright to TNF. | christos |
| 1998-08-16 | Indent to 4 space for tabs 2 and 3 like the rest of the code | rvb |
| 1998-08-15 | Have to fix the `(int)curproc' lossage now; kernel builds die here on alpha. | ross |
| 1998-08-14 | Print program name when entering the debugger | rvb |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-07-05 | Include required "opt_ddb.h" header file. | tron |
| 1998-07-04 | defopt DDB. | jonathan |
| 1998-06-09 | Change ddb_init() for a.out to provision for kernels which are not booted by | tv |
| 1998-05-03 | Whitespace. | thorpej |
| 1998-04-03 | If `SOFTWARE_SSTEP' is defined then kgdb_stub.c needs the single-step | pk |
| 1998-02-10 | - add defopt's for UVM, UVMHIST and PMAP_NEW. | mrg |
| 1998-02-05 | initial import of the new virtual memory system, UVM, into -current. | mrg |
| 1998-01-31 | Print more info on ps/w, note the current proc, and properly declare db_maxoff. | ross |
| 1997-12-10 | Fixes for software-assisted single-stepping from Chuck Silvers. | pk |
| 1997-11-30 | Clean up usage of printf() vs db_printf(): The diagnostic messages | drochner |
| 1997-11-16 | s/DB_HISTORY_SIZE/DDB_HISTORY_SIZE/, for consistency with other DDB #defines | lukem |
| 1997-11-16 | Add declaration for db_delete_line | christos |
| 1997-11-16 | PR/4504: Tero Kivinen: Add DB_HISTORY_SIZE option to enable history in ddb | christos |
| 1997-10-24 | fix printf formatting of "ps" (aka "show all proc") so that lines never | chuck |
| 1997-10-24 | kill db_ksprintn, db_printf_guts, kdbprintf, db_printf. | chuck |
| 1997-10-24 | kill kdbprintf [use db_printf] | chuck |
| 1997-09-13 | Last loop variable type change causes undesirable non-terminating loops. | pk |
| 1997-09-11 | Add a 'reboot' command with a single parameter specifying the boot flags. | scottr |
| 1997-09-10 | Use the macro PC_ADVANCE(), if defined, to skip over a breakpoint. | pk |
| 1997-09-09 | Eliminate signed-unsigned comparisons. | mycroft |
| 1997-09-05 | Make sure debugging symbol sections are aligned. | thorpej |