summaryrefslogtreecommitdiff
path: root/libctf/ctf-dump.c
AgeCommit message (Expand)Author
2023-01-01Update year range in copyright notice of binutils filesAlan Modra
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-10-25libctf: dump: do not stop dumping types on errorNick Alcock
2021-03-25libctf, dump: do not emit size or alignment if it would errorNick Alcock
2021-03-18libctf: support encodings for enumsNick Alcock
2021-03-18libctf: fix GNU style for do {} whileNick Alcock
2021-03-02libctf: fix signed/unsigned comparison confusionNick Alcock
2021-01-05libctf, ld: dump enums: generally improve dump formattingNick Alcock
2021-01-05libctf, ld: prohibit getting the size or alignment of forwardsNick Alcock
2021-01-05libctf, ld: more dumper improvementsNick Alcock
2021-01-05libctf, ld: CTF dumper changes for consistencyNick Alcock
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-11-25libctf: Pass format argument to asprintfH.J. Lu
2020-11-20libctf: adjust dumper for symtypetab changesNick Alcock
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock
2020-07-22libctf, dump: fix slice dumpingNick Alcock
2020-07-22libctf, dump: migrate towards dumping errors rather than truncationNick Alcock
2020-07-22libctf, types: enhance ctf_type_aname to print function arg typesNick Alcock
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-10-03libctf: make ctf_dump not crash on OOMNick Alcock
2019-10-03libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock
2019-10-03libctf: handle nonrepresentable types at link timeNick Alcock
2019-10-03libctf: dump: check the right error values when dumping functionsNick Alcock
2019-10-03libctf: dump: support non-root type dumpingNick Alcock
2019-10-03libctf, binutils: dump the CTF headerNick Alcock
2019-07-01libctf: disambiguate hex output in dumpsNick Alcock
2019-06-07libctf: explicitly cast more size_t types used in printf()sNick Alcock
2019-06-04libctf: fix use-after-free in function dumpingNick Alcock
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi
2019-05-28libctf: debug dumpingNick Alcock