freebsd-skq/sys/ddb
bde 51d1a0c22d Fixed db_printf format errors (except for ones using broken extensions
(nonstandard %n and '+' with %x), and ones not found by -Wformat on
386's (some db_expr_t's are still printed as ints).

I decided not to change the arg type for %n from [unsigned] int to
register_t, since about half of the uses of %n are to print plain
ints and casting to [unsigned] long for %n is no harder than for %x.
1998-07-08 06:27:22 +00:00
..
db_access.c Removed unused #includes. 1997-06-14 11:52:37 +00:00
db_access.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
db_aout.c Supply the symbol table as an argument to X_db_symbol_values (required for elf). 1998-06-28 00:55:02 +00:00
db_break.c Fixed ifdef bogotification in previous commit. 1998-06-08 02:11:19 +00:00
db_break.h Fixed missing ifdefs and disordering in previous commit. 1998-06-08 02:12:19 +00:00
db_command.c Redo the previous commit in a more Bruce-friendly fashion. 1998-05-19 18:42:09 +00:00
db_command.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
db_elf.c Forgot to mention: 1998-06-28 00:59:26 +00:00
db_examine.c Fixed db_printf format errors (except for ones using broken extensions 1998-07-08 06:27:22 +00:00
db_expr.c Removed unused #includes. 1997-06-14 11:52:37 +00:00
db_input.c Some fixes from John Hood: 1997-12-05 05:36:58 +00:00
db_kld.c Add symtab parameter to X_db_symbol_values. 1998-07-05 10:11:20 +00:00
db_lex.c Make db_tok_number a long to allow typing 64bit numbers on alpha. 1998-06-27 15:40:56 +00:00
db_lex.h Make db_tok_number a long to allow typing 64bit numbers on alpha. 1998-06-27 15:40:56 +00:00
db_output.c This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
db_output.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
db_print.c Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
db_ps.c Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines. 1997-10-09 00:20:00 +00:00
db_run.c Remove the two single step breakpoints in the reverse order of setting to 1998-07-05 10:12:18 +00:00
db_sym.c Supply the symbol table as an argument to X_db_symbol_values (required for elf). 1998-06-28 00:55:02 +00:00
db_sym.h Supply the symbol table as an argument to X_db_symbol_values (required for elf). 1998-06-28 00:55:02 +00:00
db_trap.c Removed unused #includes. 1997-06-14 11:52:37 +00:00
db_variables.c This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
db_variables.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
db_watch.c Ensure that the linker sets for commands exist by putting a standard 1998-02-13 02:19:29 +00:00
db_watch.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
db_write_cmd.c Removed unused #includes. 1997-06-14 11:52:37 +00:00
ddb.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00