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