aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska97-344/+493
2021-03-22gdb/testsuite: use the correct .debug_str section name for DW_FORM_strpAndrew Burgess4-1/+137
2021-03-22gdbserver: convert the global dll list into a process_info fieldTankut Baris Aktemur6-20/+70
2021-03-22bfd: add translation wrappers to PE image section RVA diagnosticsJan Beulich2-2/+8
2021-03-22Automatic date update in version.inGDB Administrator1-1/+1
2021-03-21Provide an inline startswith function in bfd.hAlan Modra7-12/+35
2021-03-21Automatic date update in version.inGDB Administrator1-1/+1
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey13-61/+67
2021-03-20Switch objfile to hold a list of psymbol readersTom Tromey8-262/+337
2021-03-20Remove objfile::psymtabsTom Tromey2-8/+4
2021-03-20Change count_psyms to be a method on psymbol_functionsTom Tromey3-4/+14
2021-03-20Remove last objfile partial_symtab references from psymtab.cTom Tromey3-100/+143
2021-03-20Add partial_symtabs parameter to psymtab construction functionsTom Tromey9-107/+206
2021-03-20Introduce objfile::require_partial_symbolsTom Tromey6-49/+75
2021-03-20Remove sym_fns::sym_read_psymbolsTom Tromey11-61/+59
2021-03-20Rearrange psymtab_storage constructionTom Tromey3-3/+9
2021-03-20Attach partial symtab storage to psymbol_functionsTom Tromey6-24/+76
2021-03-20Reference psymtabs via per_bfd in DWARF readerTom Tromey2-17/+32
2021-03-20Change how DWARF index writer finds address mapTom Tromey2-11/+19
2021-03-20Move psymtab statistics printing to psymtab.cTom Tromey11-60/+84
2021-03-20Change how DWARF indices use addrmapTom Tromey3-26/+32
2021-03-20Set per_bfd->partial_symtabs earlierTom Tromey2-6/+11
2021-03-20Do not pass objfile to psymtab_discarderTom Tromey3-10/+17
2021-03-20Change how some psymbol readers access the psymtab storageTom Tromey5-27/+59
2021-03-20Move psymbol_map out of objfileTom Tromey6-27/+60
2021-03-20Convert quick_symbol_functions to use methodsTom Tromey11-191/+416
2021-03-20Move sym_fns::qf to objfileTom Tromey12-89/+77
2021-03-20Move quick_symbol_functions to a new headerTom Tromey3-205/+238
2021-03-20Introduce method wrappers for quick_symbol_functionsTom Tromey11-368/+368
2021-03-20Change objfile::has_partial_symbols to return boolTom Tromey7-10/+20
2021-03-20Change objfile_has_partial_symbols to a methodTom Tromey7-16/+29
2021-03-20Introduce dwarf2/public.hTom Tromey10-27/+67
2021-03-20Move some DWARF code out of symfile.hTom Tromey3-11/+18
2021-03-19Use stdout when printing object file names for -t option.Cary Coutant5-1/+39
2021-03-19Fix failing test for PR 23870.Cary Coutant3-6/+13
2021-03-19x86-64: Add a testcase for PR ld/27590H.J. Lu5-0/+24
2021-03-20DWARF LTO debug sections vs. .stabstrAlan Modra4-7/+17
2021-03-20Automatic date update in version.inGDB Administrator1-1/+1
2021-03-19Fix call to system fallocate to handle errno correctly.Holger Berger2-2/+9
2021-03-19Fix typo in previous patch: should use struct mallinfo2.Cary Coutant2-2/+8
2021-03-19Regenerate config.in, missing from previous commit.Cary Coutant1-0/+3
2021-03-19Fix gold to use mallinfo2 if available instead of deprecated mallinfo.Duncan Simpson4-4/+16
2021-03-19Add DWARF 5 support in gold.Cary Coutant5-129/+715
2021-03-19Fix potential hang during gdbserver testingKevin Buettner2-1/+11
2021-03-19Fix any_thread_of_inferiorPedro Alves2-2/+7
2021-03-19elf: Rename EM_INTEL205 to EM_INTELGTH.J. Lu4-1/+11
2021-03-19gas/app.c don't throw away spaces before slashAlan Modra2-1/+4
2021-03-19pr27590 testcase fixesAlan Modra3-4/+15
2021-03-19Enable macro test for clang compilerSourabh Singh Tomar5-9/+26
2021-03-18elf: Handle .gnu.debuglto_.debug_* sectionsH.J. Lu8-26/+111