aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-03gdb/testsuite: Make test names unique in gdb.reverse testsAndrew Burgess14-47/+102
2019-10-03libctf: fix tabdamageNick Alcock3-3/+8
2019-10-03binutils: spaces -> tabs in CTF parts of objdump and readelfNick Alcock3-16/+23
2019-10-03libctf: fix refcount leak in ctf_importNick Alcock2-0/+7
2019-10-03libctf: make ctf_dump not crash on OOMNick Alcock4-23/+61
2019-10-03libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock11-119/+163
2019-10-03libctf: get the encoding of non-ints/fps in the dynamic space rightNick Alcock2-1/+26
2019-10-03libctf: allow ctf_type_lname of a null pointer.Nick Alcock2-1/+7
2019-10-03libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock4-85/+134
2019-10-03libctf: avoid the need to ever use ctf_updateNick Alcock10-422/+896
2019-10-03libctf: handle nonrepresentable types at link timeNick Alcock8-28/+136
2019-10-03objdump: get CTF parent importing rightNick Alcock3-14/+33
2019-10-03libctf: installable libctf as a shared libraryNick Alcock21-99/+8218
2019-10-03bfd, ld: add CTF section linkingNick Alcock49-47/+710
2019-10-03bfd: new functions for getting strings out of a strtabNick Alcock3-0/+29
2019-10-03libctf: actually close bfds we have openedNick Alcock3-1/+8
2019-10-03libctf: bfd-open: mark the bfd as cacheableNick Alcock2-0/+5
2019-10-03libctf: get rid of a disruptive public include of <sys/param.h>Nick Alcock4-1/+9
2019-10-03libctf: eschew C99 for loop initial declarationsNick Alcock2-7/+21
2019-10-03libctf: don't leak hash keys or values on value replacementNick Alcock2-4/+22
2019-10-03libctf: teach ctf_add_type how forwards workNick Alcock2-14/+35
2019-10-03libctf: add CU-mapping machineryNick Alcock7-4/+210
2019-10-03libctf: add linking of the variable sectionNick Alcock5-26/+151
2019-10-03libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock6-4/+202
2019-10-03libctf: add the ctf_link machineryNick Alcock10-16/+619
2019-10-03libctf: dump: check the right error values when dumping functionsNick Alcock2-1/+6
2019-10-03libctf: dump: support non-root type dumpingNick Alcock2-12/+36
2019-10-03libctf: fix double-free on ctf_compress_write error pathNick Alcock2-1/+4
2019-10-03libctf: write CTF files to memory, and CTF archives to fdsNick Alcock5-36/+132
2019-10-03libctf: support getting strings from the ELF strtabNick Alcock8-70/+266
2019-10-03libctf: Add iteration over non-root typesNick Alcock4-0/+32
2019-10-03binutils: objdump does not take --ctf-symbols or --ctf-strings optionsNick Alcock1-2/+0
2019-10-03binutils: readelf: when dumping CTF, load strtab and symtab automaticallyNick Alcock3-3/+16
2019-10-03libctf: add the object index and function index sectionsNick Alcock4-15/+66
2019-10-03libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock7-45/+75
2019-10-03libctf, binutils: dump the CTF headerNick Alcock7-14/+151
2019-10-03libctf: allow the header to change between versionsNick Alcock7-179/+333
2019-10-03libctf, include: ChangeLog format fixesNick Alcock2-12/+12
2019-10-03libctf: make it compile for old glibcHans-Peter Nilsson2-3/+10
2019-10-03gdb: Don't ignore all SIGSTOP when the signal handler is set to passAndrew Burgess5-1/+140
2019-10-03[gdb/testsuite] Fix list-missing-source.exp with gcc 4.8Tom de Vries2-2/+8
2019-10-03[gdb/testsuite] Fix info-types.exp with gcc/g++ 4.8Tom de Vries2-4/+10
2019-10-03gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess7-13/+28
2019-10-03[gdb] Fix set/show style metadata help textTom de Vries2-1/+6
2019-10-03Automatic date update in version.inGDB Administrator1-1/+1
2019-10-02Convert boolean globals in server.c to boolChristian Biesinger4-39/+67
2019-10-02Fix type of startup_with_shell in gdbserverTom Tromey10-49/+64
2019-10-02Add missing includes to gdb_assert.h and gdb_string_view.hChristian Biesinger3-0/+8
2019-10-02gdb/testsuite: Fix py-format-string.exp on big-endian platformsAndreas Arnez3-5/+18
2019-10-02Add $_ada_exception convenience variableTom Tromey7-232/+142