index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ddb
/
db_sym.h
Age
Commit message (
Expand
)
Author
2021-10-24
use NULL not 0 for pointer values in kern
Jonathan Gray
2019-11-07
db_addr_t -> vaddr_t
Martin Pieuchot
2017-11-06
remove ctf_type declaration no longer needed since -r1.33
Jasper Lievisse Adriaanse
2017-09-06
replace the DDB_STRUCT backend for "show struct" with ctf code.
David Gwynne
2017-08-11
Merge DDBCTF into DDB.
Martin Pieuchot
2017-08-10
With a CTF kernel, DDB's print command will now pretty-print symbols.
Martin Pieuchot
2017-05-30
Kill db_sym_t.
Martin Pieuchot
2017-05-29
Pass the symbol instead of its name when looking for CTF infos.
Martin Pieuchot
2016-04-20
Collapse db_dwarf.h into db_sym.h
Martin Pieuchot
2016-03-07
boolean_t/FALSE/TRUE -> int/0/1
Martin Pieuchot
2016-03-06
Merge db_elf_sym_values() into db_symbol_values().
Martin Pieuchot
2016-03-01
db_sym_numargs() has always been defined to FALSE so nuke it with all
Martin Pieuchot
2016-03-01
Make db_value_of_name() call db_elf_sym_lookup() in order to kill
Martin Pieuchot
2016-03-01
DB_SYM_NULL -> NULL.
Martin Pieuchot
2016-02-27
Remove the "symbol table" argument of the functions dealing with
Martin Pieuchot
2016-02-12
Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMs
Martin Pieuchot
2016-01-27
Removes the abstraction layer to support multiple executable binaries.
Martin Pieuchot
2016-01-27
Remove unused db_sifting().
Martin Pieuchot
2016-01-25
Kill trailing whitespaces. No object change.
Martin Pieuchot
2014-03-16
DDB supports ELF symbols are all archs, and it's always the same as the
Philip Guenther
2013-10-17
Remove support for a.out and ecoff. We only do elf now.
Theo de Raadt
2005-04-19
Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide
Miod Vallat
2002-05-16
Add a an argument to db_printsym that specifies the printf function
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-02-10
new symbol handling in ddb for ELF, there is still a problem with hangman on ...
Niklas Hallqvist
1997-05-29
futher support for kernfs......
Michael Shalayeff
1997-02-07
wrong private name
Michael Shalayeff
1996-08-16
record real symtab end.
Michael Shalayeff
1996-08-16
add symtab list public iterator.
Michael Shalayeff
1996-05-11
Include sys/queue.h, and add multiple include protection
Niklas Hallqvist
1996-05-10
do dynamic symtab allocattion.
Michael Shalayeff
1996-05-05
add advanced hang analyzer.
Michael Shalayeff
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-11
Debbuger changed towards the latest Mach.
Michael Shalayeff
1996-02-20
netbsd-current import & 'boot' cmd addition.
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt