summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_elf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sick of the CMU, let's make this KNFderaadt2020-10-151-2/+2
* Stop requiring that .strtab has long alignment.gkoehler2020-05-261-3/+2
* db_addr_t -> vaddr_tmpi2019-11-071-3/+2
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-3/+2
* With a CTF kernel, DDB's print command will now pretty-print symbols.mpi2017-08-101-5/+5
* Kill db_sym_t.mpi2017-05-301-7/+7
* Merge two functions to lookup ELF sections by name.mpi2017-05-281-8/+7
* Use ELF_ST_{BIND,TYPE} instead of ELFDEFNNAME(ST_{BIND,TYPE})guenther2017-02-081-7/+7
* teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64jasper2016-09-161-16/+3
* Collapse db_dwarf.h into db_sym.hmpi2016-04-201-2/+1
* boolean_t/FALSE/TRUE -> int/0/1mpi2016-03-071-10/+10
* Merge db_elf_sym_values() into db_symbol_values().mpi2016-03-061-3/+7
* Make db_value_of_name() call db_elf_sym_lookup() in order to killmpi2016-03-011-5/+18
* DB_SYM_NULL -> NULL.mpi2016-03-011-5/+5
* Remove the "symbol table" argument of the functions dealing withmpi2016-02-271-20/+50
* Removes the abstraction layer to support multiple executable binaries.mpi2016-01-271-44/+5
* Do not mix variable declaration and logic.mpi2016-01-251-4/+3
* Kill trailing whitespaces. No object change.mpi2016-01-251-5/+5
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* ddb: add support for DWARF line number decodingmatthew2014-10-091-7/+48
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* DDB supports ELF symbols are all archs, and it's always the same as theguenther2014-03-161-10/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Use db_printf instead of printf, to prevent problems with lockingkettenis2007-10-061-4/+4
* ansi/deregister. No binary change.jsg2006-03-131-38/+18
* When searching for the symbol table and string table we were lookingart2003-06-011-1/+25
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-4/+4
* First round of __P removal in sysmillert2002-03-141-14/+14
* Print a reason for failing to init the symbol table.art2001-08-191-6/+15
* $OpenBSD$niklas2001-03-151-0/+1
* new symbol handling in ddb for ELF, there is still a problem with hangman on alpha though..niklas2001-02-101-0/+415