freebsd-dev/sys/ddb
Bruce Evans f8191f94aa Reworked rev.1.14. Use the ELF symbol type again to summarily reject
some symbols in X_db_search_symbol().  Reject the same symbols that
rev.1.13 did (all except STT_OBJECT and STT_FUNC), except don't reject
typeless symbols.  This keeps the typeless symbols in non-verbosely
written assembler code visible, but makes file symbols invisible.  ELF
file symbols have type STT_FILE and value 0, so this stops small values
and offsets sometimes being displayed in terms of the first file symbol
in the kernel (usually device_if.c).  I think it rejects some other
unwanted symbols (small absolute symbols for things like struct offsets).
It may reject some wanted symbols (large absolute symbols for addresses
like PTmap).
2003-09-28 06:02:33 +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
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
db_elf.c Reworked rev.1.14. Use the ELF symbol type again to summarily reject 2003-09-28 06:02:33 +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 Add a one-shot callout facility to db_printf() that executes the registered 2003-07-31 17:27:52 +00:00
db_output.h
db_print.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_ps.c Label the uarea address as such in DDB's ps output 2003-08-30 19:06:57 +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
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