Age | Commit message (Expand) | Author | Files | Lines |
2021-03-20 | Remove last objfile partial_symtab references from psymtab.c | Tom Tromey | 3 | -100/+143 |
2021-03-20 | Add partial_symtabs parameter to psymtab construction functions | Tom Tromey | 9 | -107/+206 |
2021-03-20 | Introduce objfile::require_partial_symbols | Tom Tromey | 6 | -49/+75 |
2021-03-20 | Remove sym_fns::sym_read_psymbols | Tom Tromey | 11 | -61/+59 |
2021-03-20 | Rearrange psymtab_storage construction | Tom Tromey | 3 | -3/+9 |
2021-03-20 | Attach partial symtab storage to psymbol_functions | Tom Tromey | 6 | -24/+76 |
2021-03-20 | Reference psymtabs via per_bfd in DWARF reader | Tom Tromey | 2 | -17/+32 |
2021-03-20 | Change how DWARF index writer finds address map | Tom Tromey | 2 | -11/+19 |
2021-03-20 | Move psymtab statistics printing to psymtab.c | Tom Tromey | 11 | -60/+84 |
2021-03-20 | Change how DWARF indices use addrmap | Tom Tromey | 3 | -26/+32 |
2021-03-20 | Set per_bfd->partial_symtabs earlier | Tom Tromey | 2 | -6/+11 |
2021-03-20 | Do not pass objfile to psymtab_discarder | Tom Tromey | 3 | -10/+17 |
2021-03-20 | Change how some psymbol readers access the psymtab storage | Tom Tromey | 5 | -27/+59 |
2021-03-20 | Move psymbol_map out of objfile | Tom Tromey | 6 | -27/+60 |
2021-03-20 | Convert quick_symbol_functions to use methods | Tom Tromey | 11 | -191/+416 |
2021-03-20 | Move sym_fns::qf to objfile | Tom Tromey | 12 | -89/+77 |
2021-03-20 | Move quick_symbol_functions to a new header | Tom Tromey | 3 | -205/+238 |
2021-03-20 | Introduce method wrappers for quick_symbol_functions | Tom Tromey | 11 | -368/+368 |
2021-03-20 | Change objfile::has_partial_symbols to return bool | Tom Tromey | 7 | -10/+20 |
2021-03-20 | Change objfile_has_partial_symbols to a method | Tom Tromey | 7 | -16/+29 |
2021-03-20 | Introduce dwarf2/public.h | Tom Tromey | 10 | -27/+67 |
2021-03-20 | Move some DWARF code out of symfile.h | Tom Tromey | 3 | -11/+18 |
2021-03-19 | Use stdout when printing object file names for -t option. | Cary Coutant | 5 | -1/+39 |
2021-03-19 | Fix failing test for PR 23870. | Cary Coutant | 3 | -6/+13 |
2021-03-19 | x86-64: Add a testcase for PR ld/27590 | H.J. Lu | 5 | -0/+24 |
2021-03-20 | DWARF LTO debug sections vs. .stabstr | Alan Modra | 4 | -7/+17 |
2021-03-20 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-03-19 | Fix call to system fallocate to handle errno correctly. | Holger Berger | 2 | -2/+9 |
2021-03-19 | Fix typo in previous patch: should use struct mallinfo2. | Cary Coutant | 2 | -2/+8 |
2021-03-19 | Regenerate config.in, missing from previous commit. | Cary Coutant | 1 | -0/+3 |
2021-03-19 | Fix gold to use mallinfo2 if available instead of deprecated mallinfo. | Duncan Simpson | 4 | -4/+16 |
2021-03-19 | Add DWARF 5 support in gold. | Cary Coutant | 5 | -129/+715 |
2021-03-19 | Fix potential hang during gdbserver testing | Kevin Buettner | 2 | -1/+11 |
2021-03-19 | Fix any_thread_of_inferior | Pedro Alves | 2 | -2/+7 |
2021-03-19 | elf: Rename EM_INTEL205 to EM_INTELGT | H.J. Lu | 4 | -1/+11 |
2021-03-19 | gas/app.c don't throw away spaces before slash | Alan Modra | 2 | -1/+4 |
2021-03-19 | pr27590 testcase fixes | Alan Modra | 3 | -4/+15 |
2021-03-19 | Enable macro test for clang compiler | Sourabh Singh Tomar | 5 | -9/+26 |
2021-03-18 | elf: Handle .gnu.debuglto_.debug_* sections | H.J. Lu | 8 | -26/+111 |
2021-03-18 | DWARF: Check version >= 3 for DW_FORM_ref_addr | H.J. Lu | 7 | -1/+23 |
2021-03-19 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-03-18 | 2021-03-18 Christian Groessler <chris@groessler.org> | Christian Groessler | 2 | -16/+31 |
2021-03-18 | Reimplement dwarf_unit_type_name | Tom Tromey | 4 | -28/+24 |
2021-03-18 | gdb/doc: fix the example for get_set_string in Python API docs | Andrew Burgess | 4 | -5/+14 |
2021-03-18 | GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs | H.J. Lu | 4 | -3/+56 |
2021-03-18 | Fix section dumping so that warnings are not issued for missed sections in se... | Nick Clifton | 2 | -43/+75 |
2021-03-18 | libctf: support encodings for enums | Nick Alcock | 6 | -4/+27 |
2021-03-18 | libctf: a couple of small error-handling fixes | Nick Alcock | 3 | -10/+25 |
2021-03-18 | libctf: types: unify code dealing with small-vs-large struct members | Nick Alcock | 3 | -157/+150 |
2021-03-18 | libctf: eliminate dtd_u, part 5: structs / unions | Nick Alcock | 8 | -410/+323 |