NetBSD/sys/ddb
scw f7982b5823 Another item on the TODO list:
Add support for cpus where sizeof(register_t) is not necessarily
	the same as sizeof(void *). This is the case on SH5 using the
	ILP32 ABI. On this cpu db_expr_t is, necessarily, 64-bits.
	Unfortunately, in ILP32 mode, ddb will only display the low 32-bits
	of any expression, including registers...
2002-08-26 11:35:22 +00:00
..
TODO Another item on the TODO list: 2002-08-26 11:35:22 +00:00
db_access.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_access.h ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_aout.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_aout.h
db_break.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_break.h ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_command.c Casting from a pointer, to a db_expr_t, has to go via an intptr_t. 2002-08-26 11:34:27 +00:00
db_command.h ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_elf.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_examine.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_expr.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_extern.h Add db_recover 2002-05-13 20:17:20 +00:00
db_input.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_interface.h ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_lex.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_lex.h ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_output.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_output.h provide a db_vprintf() which is exactly what the name suggests 2002-06-05 17:53:52 +00:00
db_print.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_run.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_run.h ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_sym.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_sym.h ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_trap.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_variables.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_variables.h ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_watch.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_watch.h ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_write_cmd.c ANSIfy, KNF. 2002-02-15 07:33:48 +00:00
db_xxx.c Casting from a pointer, to a db_expr_t, has to go via an intptr_t. 2002-08-26 11:34:27 +00:00
ddbvar.h ANSIfy, KNF. 2002-02-15 07:33:48 +00:00