summaryrefslogtreecommitdiff
path: root/libctf/ctf-dump.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* libctf: make ctf_dump not crash on OOMNick Alcock2019-10-031-22/+31
* libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock2019-10-031-4/+4
* libctf: handle nonrepresentable types at link timeNick Alcock2019-10-031-20/+70
* libctf: dump: check the right error values when dumping functionsNick Alcock2019-10-031-1/+2
* libctf: dump: support non-root type dumpingNick Alcock2019-10-031-12/+25
* libctf, binutils: dump the CTF headerNick Alcock2019-10-031-2/+127
* libctf: disambiguate hex output in dumpsNick Alcock2019-07-011-3/+3
* libctf: explicitly cast more size_t types used in printf()sNick Alcock2019-06-071-7/+9
* libctf: fix use-after-free in function dumpingNick Alcock2019-06-041-1/+1
* libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi2019-05-311-10/+10
* libctf: debug dumpingNick Alcock2019-05-281-0/+595