summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
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
2000-07-07Detect ELF sections (string and symbol tables) by looking themjhawk
2000-07-05"set" now displays the name of the variable, old value, and new value,jhawk
2000-06-27remove include of <vm/vm.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-17In db_command(), fix indentation and add a missing db_skip_to_eol() whichjhawk
2000-06-10In the "reboot" and (badly misnamed) "sync" commands, clear db_recoversommerfeld
2000-06-08Only define db_show_arptab if NARP>1;jhawk
2000-06-07Fix long-standing inconsistency between manapage and code.jhawk
2000-06-06#include <sys/systm.h> for the snprintf() prototype.soren
2000-06-06First cut at an outline of stuff to do.jhawk
2000-06-06Stop using DDB-specific "%n" kprintf() format specifier. This wasjhawk
2000-05-28Change printing of cpu number in the prompt in the MULTIPROCESSOR casesommerfeld
2000-05-26Rename the machine-specific stack trace printing functionsjhawk
2000-05-25Interface change: db_printsym() takes a third argument, pr, a functionjhawk
2000-05-23Fix a printf format.thorpej
2000-05-22Add a "sifting" command to ddb (named from the Sun OpenPROM command ofjhawk
2000-05-20Install "show arptab" (db_show_arptab) in the ddb command tree.jhawk
2000-05-15"p" should be an alias for "print", and was until "ps" was added.jhawk
2000-04-13From kern/9569.jhawk
2000-04-11actually add buf- and vnode-printing commands to the table.chs
2000-04-10add ddb commands for printing vnodes and bufs.chs
2000-03-30Die, register, die!augustss
2000-03-30Remove redundant decl of db_radix, it's also in <ddb/db_output.h>.simonb
2000-03-26Cast timeval members to types we know the printf conversions of.kleink
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-08Fix obvious off-by-one error in db_output().jdolecek
2000-02-21On MP, print cpu number prior to promptsommerfeld
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