aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-dump.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-25libctf, dump: do not emit size or alignment if it would errorNick Alcock1-5/+7
2021-03-18libctf: support encodings for enumsNick Alcock1-1/+4
2021-03-18libctf: fix GNU style for do {} whileNick Alcock1-1/+2
2021-03-02libctf: fix signed/unsigned comparison confusionNick Alcock1-2/+2
2021-01-05libctf, ld: dump enums: generally improve dump formattingNick Alcock1-135/+173
2021-01-05libctf, ld: prohibit getting the size or alignment of forwardsNick Alcock1-3/+14
2021-01-05libctf, ld: more dumper improvementsNick Alcock1-37/+33
2021-01-05libctf, ld: CTF dumper changes for consistencyNick Alcock1-11/+39
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-25libctf: Pass format argument to asprintfH.J. Lu1-1/+1
2020-11-20libctf: adjust dumper for symtypetab changesNick Alcock1-131/+79
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-11/+11
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-18/+9
2020-07-22libctf, dump: fix slice dumpingNick Alcock1-35/+57
2020-07-22libctf, dump: migrate towards dumping errors rather than truncationNick Alcock1-10/+10
2020-07-22libctf, types: enhance ctf_type_aname to print function arg typesNick Alcock1-49/+38
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