summaryrefslogtreecommitdiff
path: root/libctf
Commit message (Expand)AuthorAgeFilesLines
* 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
* libctf, hash: save per-item space when no key/item freeing functionNick Alcock2020-07-222-21/+62
* libctf, hash: improve insertion of existing keys into dynhashesNick Alcock2020-07-222-2/+7
* libctf: add new dynhash functionsNick Alcock2020-07-224-0/+122
* libctf: fix __extension__ with non-GNU C compilersNick Alcock2020-07-222-0/+5
* libctf: add ctf_archive_countNick Alcock2020-07-223-0/+16
* libctf: add ctf_member_countNick Alcock2020-07-223-0/+30
* libctf: add ctf_type_kind_forwardedNick Alcock2020-07-223-0/+25
* libctf: add ctf_type_name_rawNick Alcock2020-07-223-6/+23
* libctf: having debugging enabled is unlikelyNick Alcock2020-07-222-1/+5
* libctf, archive: stop ctf_arc_bufopen triggering crazy unmapsNick Alcock2020-07-224-12/+40
* libctf, types: ints, floats and typedefs with no name are invalidNick Alcock2020-07-222-1/+15
* libctf, types: support slices of anything terminating in an intNick Alcock2020-07-223-3/+22
* libctf, create: empty dicts are dirty to start withNick Alcock2020-07-222-0/+5