summaryrefslogtreecommitdiff
path: root/libctf
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog rotationAlan Modra2021-01-012-1947/+1961
* libctf: Pass format argument to asprintfH.J. Lu2020-11-252-1/+6
* libctf, include: support foreign-endianness symtabs with CTFNick Alcock2020-11-259-43/+173
* libctf: do not crash when CTF symbol or variable linking failsNick Alcock2020-11-202-6/+15
* libctf: error-handling fixesNick Alcock2020-11-203-4/+25
* libctf, include: add ctf_getsymsect and ctf_getstrsectNick Alcock2020-11-203-0/+21
* libctf, include: CTF-archive-wide symbol lookupNick Alcock2020-11-204-15/+257
* libctf, ld: properly deduplicate function typesNick Alcock2020-11-202-5/+26
* libctf: adjust dumper for symtypetab changesNick Alcock2020-11-202-131/+88
* libctf: symbol type linking supportNick Alcock2020-11-2011-257/+1858
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-207-8/+72
* libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock2020-11-204-33/+66
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-2020-639/+704
* Remove libctf/mkerrors.sedTom Tromey2020-10-215-56/+31
* libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock2020-08-2713-360/+533
* libctf, binutils: initial work towards libctf gettextizationNick Alcock2020-08-278-19/+100
* libctf: compilation failure on MinGW due to missing errno valuesEli Zaretskii2020-07-263-0/+15
* libctf: fixes for systems on which sizeof (void *) > sizeof (long)Nick Alcock2020-07-224-8/+21
* libctf: fix isspace castsNick Alcock2020-07-222-3/+7
* libctf, binutils: fix big-endian libctf archive openingNick Alcock2020-07-222-1/+6
* libctf, link: tie in the deduplicating linkerNick Alcock2020-07-224-2/+693
* libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTIONNick Alcock2020-07-222-1/+7
* libctf, dedup: add deduplicatorNick Alcock2020-07-2212-23/+3396
* libctf, dedup: add new configure option --enable-libctf-hash-debuggingNick Alcock2020-07-227-2/+65
* libctf: add SHA-1 support for libctfNick Alcock2020-07-226-12/+139
* libctf, link: add the ability to filter out variables from the linkNick Alcock2020-07-225-1/+37
* libctf, link: fix spurious conflicts of variables in the variable sectionNick Alcock2020-07-222-1/+6
* libctf, link: redo cu-mapping handlingNick Alcock2020-07-225-31/+126
* libctf, link: fix ctf_link_write fd leakNick Alcock2020-07-222-0/+5
* libctf, link: add lazy linking: clean up input members: err/warn cleanupNick Alcock2020-07-227-128/+601
* libctf: drop error-prone ctf_strerrorNick Alcock2020-07-224-8/+9
* libctf: sort out potential refcount loopsNick Alcock2020-07-225-8/+67
* libctf: rename the type_mapping_key to type_keyNick Alcock2020-07-224-28/+50
* libctf: check for vasprintfNick Alcock2020-07-224-12/+32
* libctf, archive: fix bad error messageNick Alcock2020-07-222-1/+5
* libctf, open: fix opening CTF in binaries with no symtabNick Alcock2020-07-224-26/+70
* libctf, dump: fix slice dumpingNick Alcock2020-07-222-35/+65
* libctf, dump: migrate towards dumping errors rather than truncationNick Alcock2020-07-222-10/+19
* libctf, decl: avoid leaks of the formatted string on errorNick Alcock2020-07-222-1/+9
* libctf, types: enhance ctf_type_aname to print function arg typesNick Alcock2020-07-223-50/+89
* libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock2020-07-227-0/+147
* libctf, types: ensure the emission of ECTF_NOPARENTEgeyar Bagcioglu2020-07-222-1/+5
* libctf: error out on corrupt CTF with invalid header flagsNick Alcock2020-07-222-0/+7
* libctf: pass the thunk down properly when wrapping qsort_rNick Alcock2020-07-222-1/+5
* libctf, next, hash: add dynhash and dynset _next iterationNick Alcock2020-07-225-1/+305
* libctf, next: introduce new class of easier-to-use iteratorsNick Alcock2020-07-227-6/+561
* libctf: add ctf_refNick Alcock2020-07-223-0/+17
* libctf: add ctf_forwardable_kindNick Alcock2020-07-223-1/+12
* libctf: move existing inlines into ctf-inlines.hNick Alcock2020-07-223-8/+14
* libctf, hash: introduce the ctf_dynsetNick Alcock2020-07-224-11/+203