freebsd-dev/sys/ddb
Marcel Moolenaar 26502503e5 Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
prototypes of cpu_halt(), cpu_reset() and swi_vm() from md_var.h to
cpu.h. This affects db_command.c and kern_shutdown.c.

ia64: move all MD prototypes from cpu.h to md_var.h. This affects
madt.c, interrupt.c and mp_machdep.c. Remove is_physical_memory().
It's not used (vm_machdep.c).

alpha: the MD prototypes have been left in cpu.h with a comment
that they should be there. Moving them is left for later. It was
expected that the impact would be significant enough to be done in
a seperate commit.

powerpc: MD prototypes left in cpu.h. Comment added.

Suggested by: bde
Tested with: make universe (pc98 incomplete)
2003-08-16 16:57:57 +00:00
..
db_access.c db_get_value uses a local buffer to first fetch all the bytes of a 2003-08-12 13:24:21 +00:00
db_access.h Remove __P. 2002-03-20 05:14:42 +00:00
db_break.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_break.h Revert previous and move the prototype for db_alt_break to ddb.h. 2002-12-31 18:30:53 +00:00
db_command.c Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI 2003-08-16 16:57:57 +00:00
db_command.h Remove __P. 2002-03-20 05:14:42 +00:00
db_elf.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_examine.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_expr.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_input.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_kld.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_lex.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_lex.h Remove __P. 2002-03-20 05:14:42 +00:00
db_output.c Add a one-shot callout facility to db_printf() that executes the registered 2003-07-31 17:27:52 +00:00
db_output.h Remove __P. 2002-03-20 05:14:42 +00:00
db_print.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_ps.c Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new 2003-07-31 17:29:42 +00:00
db_run.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_sym.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_sym.h When talking about c_db_sym_t, mention that it is not just like db_sym_t: 2002-08-14 17:56:47 +00:00
db_sysctl.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_trap.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_variables.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_variables.h Remove __P. 2002-03-20 05:14:42 +00:00
db_watch.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_watch.h
db_write_cmd.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
ddb.h Add a one-shot callout facility to db_printf() that executes the registered 2003-07-31 17:27:52 +00:00