summaryrefslogtreecommitdiff
path: root/sys/ddb/db_sym.h
AgeCommit message (Expand)Author
2021-10-24use NULL not 0 for pointer values in kernJonathan Gray
2019-11-07db_addr_t -> vaddr_tMartin Pieuchot
2017-11-06remove ctf_type declaration no longer needed since -r1.33Jasper Lievisse Adriaanse
2017-09-06replace the DDB_STRUCT backend for "show struct" with ctf code.David Gwynne
2017-08-11Merge DDBCTF into DDB.Martin Pieuchot
2017-08-10With a CTF kernel, DDB's print command will now pretty-print symbols.Martin Pieuchot
2017-05-30Kill db_sym_t.Martin Pieuchot
2017-05-29Pass the symbol instead of its name when looking for CTF infos.Martin Pieuchot
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-01db_sym_numargs() has always been defined to FALSE so nuke it with allMartin 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-02-12Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMsMartin Pieuchot
2016-01-27Removes the abstraction layer to support multiple executable binaries.Martin Pieuchot
2016-01-27Remove unused db_sifting().Martin Pieuchot
2016-01-25Kill trailing whitespaces. No object change.Martin Pieuchot
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2005-04-19Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provideMiod Vallat
2002-05-16Add a an argument to db_printsym that specifies the printf functionArtur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-02-10new symbol handling in ddb for ELF, there is still a problem with hangman on ...Niklas Hallqvist
1997-05-29futher support for kernfs......Michael Shalayeff
1997-02-07wrong private nameMichael Shalayeff
1996-08-16record real symtab end.Michael Shalayeff
1996-08-16add symtab list public iterator.Michael Shalayeff
1996-05-11Include sys/queue.h, and add multiple include protectionNiklas Hallqvist
1996-05-10do dynamic symtab allocattion.Michael Shalayeff
1996-05-05add advanced hang analyzer.Michael Shalayeff
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-11Debbuger changed towards the latest Mach.Michael Shalayeff
1996-02-20netbsd-current import & 'boot' cmd addition.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt