summaryrefslogtreecommitdiff
path: root/sys/ddb/db_sym.c
AgeCommit message (Expand)Author
2017-05-30Kill db_sym_t.Martin Pieuchot
2017-05-27Make ddb print again filename and linenumber if a bsd.gdb was loaded.Claudio Jeker
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-28Remove leftovers from mutliple symbol tables support.Martin Pieuchot
2016-02-27Remove the "symbol table" argument of the functions dealing withMartin Pieuchot
2016-02-26Remove support for multiple symbol tables in ddb(4), we only have one.Martin 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 "#if 0" version of ddb_init().Martin Pieuchot
2016-01-25Kill trailing whitespaces. No object change.Martin Pieuchot
2015-12-23assign pointers NULL rather than 0mmcc
2015-08-12Use a linker script when building i386 kernels to allow section padding onMike Larkin
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-21Prevent writing to the kernel area via the direct map. We do this by paddingMike Larkin
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
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2006-03-13ansi/deregister. No binary change.Jonathan Gray
2005-09-29char end[] vs long end, bad; pr 4288Theo de Raadt
2005-04-19Do not bother looking for symbols if either esym is zero or the computedMiod Vallat
2004-08-09mips/sgi uses same symbol table style setup as sparc64Per Fogelstrom
2002-05-16Add a an argument to db_printsym that specifies the printf functionArtur Grabowski
2002-05-14Use db_format in db_printsym (we'll want to be able to use printf in it soon).Artur Grabowski
2002-05-13minor knf.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-19Needed a simple cast after a sparc64 change.Mike Frantzen
2001-08-19Ugly hack to make symbols work on sparc64.Artur Grabowski
2001-02-10new symbol handling in ddb for ELF, there is still a problem with hangman on ...Niklas Hallqvist
1997-07-19Include vm/vm.h everywhere it is needed to get at boolean_t (I would preferNiklas Hallqvist
1997-07-0664 bit fixesNiklas Hallqvist
1997-05-29futher support for kernfs......Michael Shalayeff
1997-02-07wrong private nameMichael Shalayeff
1997-02-07necessary support for kernfs.Michael Shalayeff
1996-08-23signedness pedaneteryNiklas Hallqvist
1996-08-16record real symtab end.Michael Shalayeff
1996-08-16add symtab list public iterator.Michael Shalayeff
1996-08-13Kludge to make DDB reverse symbol lookup work again.Niklas Hallqvist
1996-08-04Make compile on OpenBSD/alpha. MD stuff is still missing though.Niklas Hallqvist
1996-05-31-Wall and -Wstrict-prototypes cleanupNiklas Hallqvist
1996-05-20remove unused #defines.Michael Shalayeff
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-30Added: sysctl access to the ddb variables.Michael Shalayeff
1996-03-11Debbuger changed towards the latest Mach.Michael Shalayeff
1996-02-20netbsd-current import & 'boot' cmd addition.Michael Shalayeff