aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-22Remove a const-removing cast from coff-pe-read.cTom Tromey1-4/+3
2022-04-22Simplify BFD section iteration in coff-pe-read.cTom Tromey1-42/+13
2022-04-22Fix method naming bug in new DWARF indexerTom Tromey3-2/+90
2022-04-22RISC-V: Add missing DECLARE_INSNs for Zicbo{m,p,z}Christoph Muellner1-0/+9
2022-04-22Automatic date update in version.inGDB Administrator1-1/+1
2022-04-21Fix for gdb.base/solib-search.exp test.Carl Love1-1/+1
2022-04-21gdb/dwarf: remove line_header::header_length fieldSimon Marchi2-3/+4
2022-04-21gdb/dwarf: remove line_header::total_length fieldSimon Marchi2-6/+5
2022-04-21gdb/testsuite: fix "set temporary breakpoint" DUPLICATEsSimon Marchi6-16/+17
2022-04-21Always use dwarf2_initialize_objfileTom Tromey5-20/+8
2022-04-21gdb: fix 'remote show FOO-packet' aliasesAndrew Burgess2-4/+11
2022-04-21gdbsupport: add path_join functionSimon Marchi8-42/+153
2022-04-21gdb_spawn_attach_cmdline: use unsupported instead of untestedLancelot SIX1-1/+1
2022-04-21gdb/testsuite: add binary testcases to py-format-string.expEnze Li1-0/+37
2022-04-21gdb.debuginfod/fetch_src_and_symbols.exp: Fix "notice empty URL" testPedro Alves1-1/+1
2022-04-21prune .note.GNU-stack warning from testsuiteAlan Modra4-8/+15
2022-04-21ld testsuite xcoff XPASSAlan Modra1-2/+0
2022-04-21Delete unused COFF gas macroAlan Modra1-6/+3
2022-04-21Automatic date update in version.inGDB Administrator1-1/+1
2022-04-20gdb/debuginfod: Prevent out_of_range exceptionAaron Merey2-3/+66
2022-04-20gdb/testsuite: Introduce and use gdb_spawn_attach_cmdlineLancelot SIX2-8/+49
2022-04-20Replace symbol_symtab with symbol::symtabTom Tromey20-76/+76
2022-04-20Replace symbol_arch with symbol::archTom Tromey7-13/+13
2022-04-20Replace symbol_objfile with symbol::objfileTom Tromey13-29/+29
2022-04-20Remove symbol::aclass_indexTom Tromey1-6/+1
2022-04-20Use array_view for symbol_implsTom Tromey2-2/+2
2022-04-20Add accessors for symbol's artificial fieldTom Tromey3-6/+18
2022-04-20Unify the DWARF index holdersTom Tromey3-73/+72
2022-04-20Add an ad hoc version check to dwarf_scanner_baseTom Tromey2-2/+15
2022-04-20Simplify version check in dw2_symtab_iter_nextTom Tromey1-5/+5
2022-04-20Introduce and use dwarf_scanner_baseTom Tromey3-8/+26
2022-04-20Introduce readnow_functionsTom Tromey1-53/+56
2022-04-20Remove some "OBJF_READNOW" code from dwarf2_debug_names_indexTom Tromey1-16/+1
2022-04-20Let mapped index classes create the quick_symbol_functions objectTom Tromey2-7/+28
2022-04-20Give mapped_index_base a virtual destructorTom Tromey1-4/+1
2022-04-20Move mapped_index_base to new header fileTom Tromey3-72/+98
2022-04-20x86: reject all invalid SAE variantsJan Beulich3-1/+11
2022-04-20Re: xcoff: implement linker relaxationAlan Modra1-18/+19
2022-04-20Revert "as: Reject unknown -gXXX option" testsuiteAlan Modra4-6/+0
2022-04-20xcoff: implement linker relaxationCl?ment Chigot8-33/+1413
2022-04-20Stubs (added in a later patch) will generate new .loader symbols, once the al...Cl?ment Chigot9-104/+218
2022-04-20Use symbol_symtab accessor in compile-object-load.cTom Tromey1-1/+1
2022-04-20Add linker warning for when it creates an executable stack.Nick Clifton77-46/+264
2022-04-20Micro-optimize cooked_index_entry::full_nameTom Tromey1-6/+5
2022-04-20gdb: LoongArch: Implement loongarch_scan_prologue()Tiezhu Yang1-1/+131
2022-04-20Automatic date update in version.inGDB Administrator1-1/+1
2022-04-19as: Reject unknown -gXXX optionH.J. Lu5-0/+8
2022-04-19gdb/selftest-arch: Make register_test_foreach_arch generate arch tests lazilyLancelot SIX3-10/+47
2022-04-19gdbsupport/selftest: Allow lazy registrationLancelot SIX2-0/+32
2022-04-19gdbsupport/selftest: Replace for_each_selftest with an iterator_rangeLancelot SIX3-29/+42