CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/01 14:32:02
Modified files:
sys/ddb : db_elf.c db_sym.c db_sym.h
Log message:
Make db_value_of_name() call db_elf_sym_lookup() in order to kill
db_lookup() as requested by mlarkin@
While here move the function to db_elf.c do keep db_elf_sym_lookup()
private.
ok mikeb@ appart from the move the function
