summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-2297-344/+493
* gdb/testsuite: use the correct .debug_str section name for DW_FORM_strpAndrew Burgess2021-03-224-1/+137
* gdbserver: convert the global dll list into a process_info fieldTankut Baris Aktemur2021-03-226-20/+70
* bfd: add translation wrappers to PE image section RVA diagnosticsJan Beulich2021-03-222-2/+8
* Automatic date update in version.inGDB Administrator2021-03-221-1/+1
* Provide an inline startswith function in bfd.hAlan Modra2021-03-217-12/+35
* Automatic date update in version.inGDB Administrator2021-03-211-1/+1
* Allow multiple partial symbol readers per objfileTom Tromey2021-03-2013-61/+67
* Switch objfile to hold a list of psymbol readersTom Tromey2021-03-208-262/+337
* Remove objfile::psymtabsTom Tromey2021-03-202-8/+4
* Change count_psyms to be a method on psymbol_functionsTom Tromey2021-03-203-4/+14
* Remove last objfile partial_symtab references from psymtab.cTom Tromey2021-03-203-100/+143
* Add partial_symtabs parameter to psymtab construction functionsTom Tromey2021-03-209-107/+206
* Introduce objfile::require_partial_symbolsTom Tromey2021-03-206-49/+75
* Remove sym_fns::sym_read_psymbolsTom Tromey2021-03-2011-61/+59
* Rearrange psymtab_storage constructionTom Tromey2021-03-203-3/+9
* Attach partial symtab storage to psymbol_functionsTom Tromey2021-03-206-24/+76
* Reference psymtabs via per_bfd in DWARF readerTom Tromey2021-03-202-17/+32
* Change how DWARF index writer finds address mapTom Tromey2021-03-202-11/+19
* Move psymtab statistics printing to psymtab.cTom Tromey2021-03-2011-60/+84
* Change how DWARF indices use addrmapTom Tromey2021-03-203-26/+32
* Set per_bfd->partial_symtabs earlierTom Tromey2021-03-202-6/+11
* Do not pass objfile to psymtab_discarderTom Tromey2021-03-203-10/+17
* Change how some psymbol readers access the psymtab storageTom Tromey2021-03-205-27/+59
* Move psymbol_map out of objfileTom Tromey2021-03-206-27/+60
* Convert quick_symbol_functions to use methodsTom Tromey2021-03-2011-191/+416
* Move sym_fns::qf to objfileTom Tromey2021-03-2012-89/+77
* Move quick_symbol_functions to a new headerTom Tromey2021-03-203-205/+238
* Introduce method wrappers for quick_symbol_functionsTom Tromey2021-03-2011-368/+368
* Change objfile::has_partial_symbols to return boolTom Tromey2021-03-207-10/+20
* Change objfile_has_partial_symbols to a methodTom Tromey2021-03-207-16/+29
* Introduce dwarf2/public.hTom Tromey2021-03-2010-27/+67
* Move some DWARF code out of symfile.hTom Tromey2021-03-203-11/+18
* Use stdout when printing object file names for -t option.Cary Coutant2021-03-195-1/+39
* Fix failing test for PR 23870.Cary Coutant2021-03-193-6/+13
* x86-64: Add a testcase for PR ld/27590H.J. Lu2021-03-195-0/+24
* DWARF LTO debug sections vs. .stabstrAlan Modra2021-03-204-7/+17
* Automatic date update in version.inGDB Administrator2021-03-201-1/+1
* Fix call to system fallocate to handle errno correctly.Holger Berger2021-03-192-2/+9
* Fix typo in previous patch: should use struct mallinfo2.Cary Coutant2021-03-192-2/+8
* Regenerate config.in, missing from previous commit.Cary Coutant2021-03-191-0/+3
* Fix gold to use mallinfo2 if available instead of deprecated mallinfo.Duncan Simpson2021-03-194-4/+16
* Add DWARF 5 support in gold.Cary Coutant2021-03-195-129/+715
* Fix potential hang during gdbserver testingKevin Buettner2021-03-192-1/+11
* Fix any_thread_of_inferiorPedro Alves2021-03-192-2/+7
* elf: Rename EM_INTEL205 to EM_INTELGTH.J. Lu2021-03-194-1/+11
* gas/app.c don't throw away spaces before slashAlan Modra2021-03-192-1/+4
* pr27590 testcase fixesAlan Modra2021-03-193-4/+15
* Enable macro test for clang compilerSourabh Singh Tomar2021-03-195-9/+26
* elf: Handle .gnu.debuglto_.debug_* sectionsH.J. Lu2021-03-188-26/+111