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