NetBSD/sys/ddb
lukem 99bccc3cab - pull in opt_kgdb.h where necessary
- replace opt_kgdb_machdep.h with opt_kgdb.h
- defparam opt_kgdb.h:
	KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
- move from opt_ddbparam.h to opt_ddb.h:
	DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE
- replace KGDBDEV with KGDB_DEV
- replace KGDBADDR with KGDB_DEVADDR
- replace KGDBMODE with KGDB_DEVMODE
- replace KGDBRATE with KGDB_DEVRATE
- use `9600' instead of `0x2580' for 9600 baud rate
- use correct quotes for  options KGDB_DEVNAME="\"com\""
- use correct quotes for  options KGDB_DEV="17*256+0"
- remove unnecessary dependancy on Makefile for kgdb_stub.o
- minor whitespace cleanup
2001-11-20 08:43:19 +00:00
..
TODO
db_access.c add RCSIDs 2001-11-12 22:54:03 +00:00
db_access.h
db_aout.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
db_aout.h
db_break.c add RCSIDs 2001-11-12 22:54:03 +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 add RCSIDs 2001-11-12 22:54:03 +00:00
db_command.h Add `show malloc' to dump the internal state of the MALLOC_DEBUG code. 2001-08-17 01:00:10 +00:00
db_elf.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
db_examine.c add RCSIDs 2001-11-12 22:54:03 +00:00
db_expr.c add RCSIDs 2001-11-12 22:54:03 +00:00
db_extern.h
db_input.c - pull in opt_kgdb.h where necessary 2001-11-20 08:43:19 +00:00
db_interface.h Remove unneeded declarations of the db_machine_init() function. The 2001-11-09 06:52:23 +00:00
db_lex.c add RCSIDs 2001-11-12 22:54:03 +00:00
db_lex.h
db_output.c add RCSIDs 2001-11-12 22:54:03 +00:00
db_output.h
db_print.c add RCSIDs 2001-11-12 22:54:03 +00:00
db_run.c add RCSIDs 2001-11-12 22:54:03 +00:00
db_run.h put crud after #endif in comments 2001-02-15 21:59:38 +00:00
db_sym.c - pull in opt_kgdb.h where necessary 2001-11-20 08:43:19 +00:00
db_sym.h
db_trap.c add RCSIDs 2001-11-12 22:54:03 +00:00
db_variables.c - pull in opt_kgdb.h where necessary 2001-11-20 08:43:19 +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 add RCSIDs 2001-11-12 22:54:03 +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 add RCSIDs 2001-11-12 22:54:03 +00:00
db_xxx.c add RCSIDs 2001-11-12 22:54:03 +00:00
ddbvar.h