freebsd-dev/sys/ddb
Bruce Evans 130ff9c31a Fixed DDB_NOKLDSYM on amd64's:
machdep.c:
Initialize the symbol table pointers, not quite like for other arches.

db_elf.c:
Don't claim to be an i486 in the fake ELF header.
2004-05-18 05:30:06 +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
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 Give DDB a "watchdog" command which disables all watchdogs. 2004-02-29 09:55:32 +00:00
db_command.h
db_elf.c Fixed DDB_NOKLDSYM on amd64's: 2004-05-18 05:30:06 +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
db_output.c If not in the debugger or if the user requests it with the 2004-01-28 06:51:18 +00:00
db_output.h
db_print.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_ps.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
db_run.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_sym.c Add DDB_NUMSYM option which in addition to the symbolic representation 2004-02-24 22:51:42 +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
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