summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sync up gdb with latest gcc and binutilsusers/weimin/ctfWeimin Pan2019-09-2519-9/+3619
* libctf: fix refcount leak in ctf_importNick Alcock2019-09-242-0/+7
* libctf: make ctf_dump not crash on OOMNick Alcock2019-09-244-23/+61
* libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock2019-09-2411-119/+163
* libctf: get the encoding of non-ints/fps in the dynamic space rightNick Alcock2019-09-242-1/+26
* libctf: allow ctf_type_lname of a null pointer.Nick Alcock2019-09-242-1/+7
* libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock2019-09-244-87/+136
* libctf: avoid the need to ever use ctf_updateNick Alcock2019-09-2410-424/+897
* libctf: handle nonrepresentable types at link timeNick Alcock2019-09-248-28/+136
* objdump: get CTF parent importing rightNick Alcock2019-09-243-14/+33
* libctf: installable libctf as a shared libraryNick Alcock2019-09-2421-97/+8212
* bfd, ld: add CTF section linkingNick Alcock2019-09-2335-48/+658
* bfd: new functions for getting strings out of a strtabNick Alcock2019-09-233-0/+29
* libctf: actually close bfds we have openedNick Alcock2019-09-233-1/+8
* libctf: bfd-open: mark the bfd as cacheableNick Alcock2019-09-232-0/+5
* libctf: get rid of a disruptive public include of <sys/param.h>Nick Alcock2019-09-234-1/+9
* libctf: eschew C99 for loop initial declarationsNick Alcock2019-09-232-7/+21
* libctf: don't leak hash keys or values on value replacementNick Alcock2019-09-232-4/+22
* libctf: teach ctf_add_type how forwards workNick Alcock2019-09-232-14/+35
* libctf: add CU-mapping machineryNick Alcock2019-09-237-5/+210
* libctf: add linking of the variable sectionNick Alcock2019-09-235-26/+151
* libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock2019-09-236-4/+201
* libctf: add the ctf_link machineryNick Alcock2019-09-2310-16/+621
* libctf: dump: check the right error values when dumping functionsNick Alcock2019-09-232-1/+6
* libctf: dump: support non-root type dumpingNick Alcock2019-09-232-12/+36
* libctf: fix double-free on ctf_compress_write error pathNick Alcock2019-09-232-1/+4
* libctf: write CTF files to memory, and CTF archives to fdsNick Alcock2019-09-235-36/+132
* libctf: support getting strings from the ELF strtabNick Alcock2019-09-238-70/+266
* libctf: Add iteration over non-root typesNick Alcock2019-09-234-0/+32
* binutils: objdump does not take --ctf-symbols or --ctf-strings optionsNick Alcock2019-09-231-2/+0
* binutils: readelf: when dumping CTF, load strtab and symtab automaticallyNick Alcock2019-09-233-3/+16
* libctf: add the object index and function index sectionsNick Alcock2019-09-234-15/+66
* libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock2019-09-237-48/+78
* libctf, binutils: dump the CTF headerNick Alcock2019-09-237-13/+151
* libctf: allow the header to change between versionsNick Alcock2019-09-237-179/+333
* libctf, include: ChangeLog format fixesNick Alcock2019-09-232-12/+12
* libctf: make it compile for old glibcHans-Peter Nilsson2019-09-232-3/+10
* bfd Makefile updateAlan Modra2019-09-234-14/+97
* linker bfd.h tidyAlan Modra2019-09-235-86/+88
* ecoff bfd.h tidyAlan Modra2019-09-2311-84/+80
* elf bfd.h tidyAlan Modra2019-09-2313-143/+97
* m68k bfd.h tidyAlan Modra2019-09-2311-21/+70
* bfin bfd.h tidyAlan Modra2019-09-237-8/+36
* cr16 bfd.h tidyAlan Modra2019-09-237-8/+35
* obsoleted bfd.h tidyAlan Modra2019-09-233-34/+9
* xcoff bfd.h tidyAlan Modra2019-09-238-70/+55
* coff bfd.h tidyAlan Modra2019-09-236-20/+14
* arm bfd.h tidyAlan Modra2019-09-2316-313/+246
* tic6x bfd.h tidyAlan Modra2019-09-234-8/+11
* aarch64 bfd.h tidyAlan Modra2019-09-239-172/+119