summaryrefslogtreecommitdiff
path: root/sys/ddb/db_elf.c
AgeCommit message (Expand)Author
2016-04-20Collapse db_dwarf.h into db_sym.hMartin Pieuchot
2016-03-07boolean_t/FALSE/TRUE -> int/0/1Martin Pieuchot
2016-03-06Merge db_elf_sym_values() into db_symbol_values().Martin Pieuchot
2016-03-01Make db_value_of_name() call db_elf_sym_lookup() in order to killMartin Pieuchot
2016-03-01DB_SYM_NULL -> NULL.Martin Pieuchot
2016-02-27Remove the "symbol table" argument of the functions dealing withMartin Pieuchot
2016-01-27Removes the abstraction layer to support multiple executable binaries.Martin Pieuchot
2016-01-25Do not mix variable declaration and logic.Martin Pieuchot
2016-01-25Kill trailing whitespaces. No object change.Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-10-09ddb: add support for DWARF line number decodingMatthew Dempsky
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-10-06Use db_printf instead of printf, to prevent problems with lockingMark Kettenis
2006-03-13ansi/deregister. No binary change.Jonathan Gray
2003-06-01When searching for the symbol table and string table we were lookingArtur Grabowski
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-19Print a reason for failing to init the symbol table.Artur Grabowski
2001-03-15$OpenBSD$Niklas Hallqvist
2001-02-10new symbol handling in ddb for ELF, there is still a problem with hangman on ...Niklas Hallqvist