aboutsummaryrefslogtreecommitdiff
path: root/libctf
Commit message (Expand)AuthorAgeFilesLines
* libctf: mark swap.h inline functions as staticSimon Marchi2019-10-162-3/+7
* libctf: fix tabdamageNick Alcock2019-10-033-3/+8
* libctf: fix refcount leak in ctf_importNick Alcock2019-10-032-0/+7
* libctf: make ctf_dump not crash on OOMNick Alcock2019-10-034-23/+61
* libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock2019-10-039-117/+156
* libctf: get the encoding of non-ints/fps in the dynamic space rightNick Alcock2019-10-032-1/+26
* libctf: allow ctf_type_lname of a null pointer.Nick Alcock2019-10-032-1/+7
* libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock2019-10-034-85/+134
* libctf: avoid the need to ever use ctf_updateNick Alcock2019-10-0310-422/+896
* libctf: handle nonrepresentable types at link timeNick Alcock2019-10-036-27/+130
* libctf: installable libctf as a shared libraryNick Alcock2019-10-038-82/+8150
* libctf: actually close bfds we have openedNick Alcock2019-10-033-1/+8
* libctf: bfd-open: mark the bfd as cacheableNick Alcock2019-10-032-0/+5
* libctf: get rid of a disruptive public include of <sys/param.h>Nick Alcock2019-10-032-0/+5
* libctf: eschew C99 for loop initial declarationsNick Alcock2019-10-032-7/+21
* libctf: don't leak hash keys or values on value replacementNick Alcock2019-10-032-4/+22
* libctf: teach ctf_add_type how forwards workNick Alcock2019-10-032-14/+35
* libctf: add CU-mapping machineryNick Alcock2019-10-035-4/+194
* libctf: add linking of the variable sectionNick Alcock2019-10-033-25/+145
* libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock2019-10-036-4/+202
* libctf: add the ctf_link machineryNick Alcock2019-10-038-14/+564
* libctf: dump: check the right error values when dumping functionsNick Alcock2019-10-032-1/+6
* libctf: dump: support non-root type dumpingNick Alcock2019-10-032-12/+36
* libctf: fix double-free on ctf_compress_write error pathNick Alcock2019-10-032-1/+4
* libctf: write CTF files to memory, and CTF archives to fdsNick Alcock2019-10-033-35/+122
* libctf: support getting strings from the ELF strtabNick Alcock2019-10-036-70/+261
* libctf: Add iteration over non-root typesNick Alcock2019-10-032-0/+25
* libctf: add the object index and function index sectionsNick Alcock2019-10-032-9/+33
* libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock2019-10-034-44/+68
* libctf, binutils: dump the CTF headerNick Alcock2019-10-034-8/+138
* libctf: allow the header to change between versionsNick Alcock2019-10-034-172/+297
* libctf, include: ChangeLog format fixesNick Alcock2019-10-031-11/+11
* libctf: make it compile for old glibcHans-Peter Nilsson2019-10-032-3/+10
* bfd_section_* macrosAlan Modra2019-09-192-3/+7
* Add markers for 2.33 branch to NEWS and ChangeLog files.Phil Blundell2019-09-091-0/+4
* libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_rawNick Alcock2019-07-184-2/+95
* libctf: fix spurious error when rolling back to the first snapshotNick Alcock2019-07-012-1/+5
* libctf: deduplicate and sort the string tableNick Alcock2019-07-018-138/+520
* libctf: add hash traversal helpersNick Alcock2019-07-013-0/+67
* libctf: fix hash removalNick Alcock2019-07-012-1/+6
* libctf: disambiguate hex output in dumpsNick Alcock2019-07-012-3/+8
* libctf: fix ctf_open endianness problems with raw CTF filesNick Alcock2019-06-212-9/+22
* libctf: endianness fixesNick Alcock2019-06-212-7/+18
* libctf: unidentified type kinds on open are a sign of file corruptionNick Alcock2019-06-212-0/+9
* libctf: dump header offsets into the debugging outputNick Alcock2019-06-212-0/+8
* libctf: drop mmap()-based CTF data allocatorNick Alcock2019-06-215-89/+32
* libctf: handle errors on dynhash insertion betterNick Alcock2019-06-213-12/+35
* Regenerate with approved autotools versionAlan Modra2019-06-142-1/+5
* libctf: avoid strndupNick Alcock2019-06-073-1/+7
* libctf: explicitly cast more size_t types used in printf()sNick Alcock2019-06-072-7/+17