CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/01/27 03:37:12
Modified files: sys/ddb : db_elf.c db_hangman.c db_sym.c db_sym.h Log message: Removes the abstraction layer to support multiple executable binaries. Simplifies the API to manipulate symbols now that all our architectures are ELF. ok tb@