Age | Commit message (Expand) | Author | Files | Lines |
2019-10-03 | libctf: installable libctf as a shared library | Nick Alcock | 21 | -99/+8218 |
2019-10-03 | bfd, ld: add CTF section linking | Nick Alcock | 49 | -47/+710 |
2019-10-03 | bfd: new functions for getting strings out of a strtab | Nick Alcock | 3 | -0/+29 |
2019-10-03 | libctf: actually close bfds we have opened | Nick Alcock | 3 | -1/+8 |
2019-10-03 | libctf: bfd-open: mark the bfd as cacheable | Nick Alcock | 2 | -0/+5 |
2019-10-03 | libctf: get rid of a disruptive public include of <sys/param.h> | Nick Alcock | 4 | -1/+9 |
2019-10-03 | libctf: eschew C99 for loop initial declarations | Nick Alcock | 2 | -7/+21 |
2019-10-03 | libctf: don't leak hash keys or values on value replacement | Nick Alcock | 2 | -4/+22 |
2019-10-03 | libctf: teach ctf_add_type how forwards work | Nick Alcock | 2 | -14/+35 |
2019-10-03 | libctf: add CU-mapping machinery | Nick Alcock | 7 | -4/+210 |
2019-10-03 | libctf: add linking of the variable section | Nick Alcock | 5 | -26/+151 |
2019-10-03 | libctf: map from old to corresponding newly-added types in ctf_add_type | Nick Alcock | 6 | -4/+202 |
2019-10-03 | libctf: add the ctf_link machinery | Nick Alcock | 10 | -16/+619 |
2019-10-03 | libctf: dump: check the right error values when dumping functions | Nick Alcock | 2 | -1/+6 |
2019-10-03 | libctf: dump: support non-root type dumping | Nick Alcock | 2 | -12/+36 |
2019-10-03 | libctf: fix double-free on ctf_compress_write error path | Nick Alcock | 2 | -1/+4 |
2019-10-03 | libctf: write CTF files to memory, and CTF archives to fds | Nick Alcock | 5 | -36/+132 |
2019-10-03 | libctf: support getting strings from the ELF strtab | Nick Alcock | 8 | -70/+266 |
2019-10-03 | libctf: Add iteration over non-root types | Nick Alcock | 4 | -0/+32 |
2019-10-03 | binutils: objdump does not take --ctf-symbols or --ctf-strings options | Nick Alcock | 1 | -2/+0 |
2019-10-03 | binutils: readelf: when dumping CTF, load strtab and symtab automatically | Nick Alcock | 3 | -3/+16 |
2019-10-03 | libctf: add the object index and function index sections | Nick Alcock | 4 | -15/+66 |
2019-10-03 | libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sections | Nick Alcock | 7 | -45/+75 |
2019-10-03 | libctf, binutils: dump the CTF header | Nick Alcock | 7 | -14/+151 |
2019-10-03 | libctf: allow the header to change between versions | Nick Alcock | 7 | -179/+333 |
2019-10-03 | libctf, include: ChangeLog format fixes | Nick Alcock | 2 | -12/+12 |
2019-10-03 | libctf: make it compile for old glibc | Hans-Peter Nilsson | 2 | -3/+10 |
2019-10-03 | gdb: Don't ignore all SIGSTOP when the signal handler is set to pass | Andrew Burgess | 5 | -1/+140 |
2019-10-03 | [gdb/testsuite] Fix list-missing-source.exp with gcc 4.8 | Tom de Vries | 2 | -2/+8 |
2019-10-03 | [gdb/testsuite] Fix info-types.exp with gcc/g++ 4.8 | Tom de Vries | 2 | -4/+10 |
2019-10-03 | gdb: Remove whitespace in 'std::vector <...>' | Andrew Burgess | 7 | -13/+28 |
2019-10-03 | [gdb] Fix set/show style metadata help text | Tom de Vries | 2 | -1/+6 |
2019-10-03 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-02 | Convert boolean globals in server.c to bool | Christian Biesinger | 4 | -39/+67 |
2019-10-02 | Fix type of startup_with_shell in gdbserver | Tom Tromey | 10 | -49/+64 |
2019-10-02 | Add missing includes to gdb_assert.h and gdb_string_view.h | Christian Biesinger | 3 | -0/+8 |
2019-10-02 | gdb/testsuite: Fix py-format-string.exp on big-endian platforms | Andreas Arnez | 3 | -5/+18 |
2019-10-02 | Add $_ada_exception convenience variable | Tom Tromey | 7 | -232/+142 |
2019-10-02 | Back out earlier Ada exception change | Tom Tromey | 2 | -82/+31 |
2019-10-02 | Make print-file-var.exp test attribute visibility hidden, dlopen, and main sy... | Pedro Alves | 6 | -78/+246 |
2019-10-02 | Handle copy relocations | Tom Tromey | 11 | -32/+208 |
2019-10-02 | Make current_source_* per-program-space | Tom Tromey | 2 | -48/+91 |
2019-10-02 | Don't call decode_line_with_current_source from select_source_symtab | Tom Tromey | 2 | -7/+9 |
2019-10-02 | Search global block from basic_lookup_symbol_nonlocal | Andrew Burgess | 2 | -28/+17 |
2019-10-02 | Change SYMBOL_VALUE_ADDRESS to be an rvalue | Tom Tromey | 8 | -29/+58 |
2019-10-02 | Update my email address in gdb/MAINTAINERS | Andreas Arnez | 2 | -2/+6 |
2019-10-02 | -Bsymbolic is not for PIEs | Alan Modra | 4 | -72/+68 |
2019-10-02 | gdb: Remove a use of VEC from dwarf2read.{c,h} | Andrew Burgess | 3 | -11/+18 |
2019-10-02 | gdb: Change a VEC to std::vector in btrace.{c,h} | Andrew Burgess | 4 | -25/+38 |
2019-10-02 | gdb: Remove a VEC from gdbsupport/btrace-common.h | Andrew Burgess | 7 | -65/+79 |