NetBSD/sys/ddb
simonb 18b2f7e6a1 Add a port to IBM's PPC405GP Reference Board (the "walnut")
by Eduardo Horvath and Simon Burge of Wasabi Systems.

IBM 4xx series CPU features:
 - New pmap and revised trap handler.
 - Support on-chip timers, PCI controller, UARTs
 - Framework for on-chip ethernet and watchdog timer.
General PowerPC features:
 - Add in-kernel PPC floating point emulation
 - New in{,4}_cksum that is between 1.5 and 5 times faster than the
   old version depending on CPU type.
General changes:
 - Kernel support for generic dbsym-style symbols.
2001-06-13 06:01:44 +00:00
..
TODO
db_access.c
db_access.h
db_aout.c
db_aout.h
db_break.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
db_break.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
db_command.c Default to kernel_map if no addr is available. 2001-06-03 00:32:25 +00:00
db_command.h Require the machine-dependant DDB commands to be in db_machine_command_table[] 2001-01-22 13:56:55 +00:00
db_elf.c
db_examine.c #include <systm.h> for string fn prototypes. 2001-02-24 00:00:12 +00:00
db_expr.c
db_extern.h
db_input.c
db_interface.h Require the machine-dependant DDB commands to be in db_machine_command_table[] 2001-01-22 13:56:55 +00:00
db_lex.c
db_lex.h
db_output.c Avoid crud after #endif. 2001-02-24 00:00:26 +00:00
db_output.h
db_print.c The current API for MD support doesn't directly support the documented /u 2001-05-13 01:38:53 +00:00
db_run.c
db_run.h put crud after #endif in comments 2001-02-15 21:59:38 +00:00
db_sym.c Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
db_sym.h
db_trap.c
db_variables.c fix invalid reference to $fromconsole via DDB 2001-04-11 23:02:12 +00:00
db_variables.h The current API for MD support doesn't directly support the documented /u 2001-05-13 01:38:53 +00:00
db_watch.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
db_watch.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
db_write_cmd.c
db_xxx.c
ddbvar.h