summaryrefslogtreecommitdiff
path: root/libctf/ctf-dump.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* libctf: dump: do not stop dumping types on errorNick Alcock2021-10-251-4/+10
* libctf, dump: do not emit size or alignment if it would errorNick Alcock2021-03-251-5/+7
* libctf: support encodings for enumsNick Alcock2021-03-181-1/+4
* libctf: fix GNU style for do {} whileNick Alcock2021-03-181-1/+2
* libctf: fix signed/unsigned comparison confusionNick Alcock2021-03-021-2/+2
* libctf, ld: dump enums: generally improve dump formattingNick Alcock2021-01-051-135/+173
* libctf, ld: prohibit getting the size or alignment of forwardsNick Alcock2021-01-051-3/+14
* libctf, ld: more dumper improvementsNick Alcock2021-01-051-37/+33
* libctf, ld: CTF dumper changes for consistencyNick Alcock2021-01-051-11/+39
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* libctf: Pass format argument to asprintfH.J. Lu2020-11-251-1/+1
* libctf: adjust dumper for symtypetab changesNick Alcock2020-11-201-131/+79
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-201-11/+11
* libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock2020-08-271-18/+9
* libctf, dump: fix slice dumpingNick Alcock2020-07-221-35/+57
* libctf, dump: migrate towards dumping errors rather than truncationNick Alcock2020-07-221-10/+10
* libctf, types: enhance ctf_type_aname to print function arg typesNick Alcock2020-07-221-49/+38
* 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