NetBSD/sys/ddb
jhawk 73c2346377 Add db_symstr(), a parallel interface to db_printsym() that
writes to a string rather than outputs to the supplied printer.
This is convenient for disassemblers that are structured to
build a long string and print it later.

Perhaps db_printsym() should be changed to use this interface...
2002-01-05 20:09:52 +00:00
..
TODO ddb(9) 2002-01-05 01:48:10 +00:00
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
db_sym.c Add db_symstr(), a parallel interface to db_printsym() that 2002-01-05 20:09:52 +00:00
db_sym.h Add db_symstr(), a parallel interface to db_printsym() that 2002-01-05 20:09:52 +00:00
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