aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-25Remove dead code from windows_nat_target::detachTom Tromey1-10/+4
2022-07-25gdb: handle dis_style_sub_mnemonic disassembler styleAndrew Burgess1-0/+1
2022-07-25libopcodes/ppc: add support for disassembler stylingAndrew Burgess2-30/+86
2022-07-25opcodes: add new sub-mnemonic disassembler styleAndrew Burgess2-0/+9
2022-07-25LoongArch: Add testcases for new relocate types.liuzhensong51-2443/+2949
2022-07-25bfd: Delete R_LARCH_NONE from dyn info of LoongArch.liuzhensong8-3/+41
2022-07-25LoongArch: Move ifunc info to rela.dyn from rela.plt.liuzhensong1-29/+344
2022-07-25LoongArch: gas: Add new reloc types.liuzhensong4-102/+120
2022-07-25LoongArch:opcodes: Add new reloc types.liuzhensong1-170/+242
2022-07-25bfd: Add supported for LoongArch new relocations.liuzhensong7-752/+2095
2022-07-25Re: PowerPC64 .branch_lt addressAlan Modra2-2/+21
2022-07-25Automatic date update in version.inGDB Administrator1-1/+1
2022-07-24gdb/testsuite: add a clear test to py-breakpoint.expEnze Li1-0/+20
2022-07-24gdb/testsuite: rename get_maint_bp_addr and move it to gdb-utils.expEnze Li2-24/+29
2022-07-24Automatic date update in version.inGDB Administrator1-1/+1
2022-07-23Automatic date update in version.inGDB Administrator1-1/+1
2022-07-22[gdb/symtab] Fix duplicate CUs in all_comp_unitsTom de Vries1-2/+9
2022-07-22gdb/testsuite: give binaries distinct names in Ada testsSimon Marchi34-71/+71
2022-07-22Change target_ops::async to accept boolTom Tromey15-35/+35
2022-07-22Fix typo in windows-nat.cTom Tromey1-1/+1
2022-07-22[gdb] Add empty range unit test for gdb::parallel_for_eachTom de Vries1-0/+8
2022-07-22PR17122, OSX 10.9 build failureAlan Modra7-46/+6
2022-07-22gdb/csky modify registers list for general_reggroupJiangshuai Li1-5/+17
2022-07-22PR15951, binutils testsuite builds status wrapper unconditionallyAlan Modra1-1/+6
2022-07-22Automatic date update in version.inGDB Administrator1-1/+1
2022-07-21Add ChangeLog entry from previous commitPeter Bergner1-0/+10
2022-07-21PowerPC: Create new MMA instruction masks and use themPeter Bergner1-33/+39
2022-07-21i386: Don't allow GOTOFF relocation against IFUNC symbol for PICH.J. Lu7-10/+11
2022-07-21gdb: ensure the cast in gdbarch_tdep is validAndrew Burgess1-2/+10
2022-07-21gdbsupport: add checked_static_castAndrew Burgess1-0/+68
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess118-661/+678
2022-07-21gdb: select suitable thread for gdbarch_adjust_breakpoint_addressAndrew Burgess2-11/+28
2022-07-21gdb/mips: rewrite show_mask_addressAndrew Burgess1-20/+17
2022-07-21gdb/arm: move fetch of arm_gdbarch_tdep to a more inner scopeAndrew Burgess1-10/+14
2022-07-21[arm] Rename arm_cache_is_sp_register to arm_is_alternative_sp_registerTorbjörn SVENSSON1-9/+6
2022-07-21[gdb/python] Fix typo in test_pythonTom de Vries1-1/+1
2022-07-21[gdb/python] Fix python selftest with python 3.11Tom de Vries1-4/+7
2022-07-21[gdbsupport] Fix type of parallel_for_each_debugTom de Vries1-1/+1
2022-07-21[gdb/symtab] Fix bad compile unit index complaintTom de Vries1-9/+17
2022-07-21x86: replace wrong attributes on VCVTDQ2PH{X,Y}Jan Beulich2-4/+4
2022-07-21x86/Intel: correct AVX512F scatter insn element sizesJan Beulich4-40/+40
2022-07-21PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_saveAlan Modra3-5/+14
2022-07-21PR29337, readelf CU/TU mixup in .gdb_indexAlan Modra1-2/+2
2022-07-21PR29370, infinite loop in display_debug_abbrevAlan Modra1-13/+6
2022-07-21binutils/dwarf.c: abbrev cachingAlan Modra1-98/+110
2022-07-21miscellaneous dwarf.c tidiesAlan Modra1-110/+106
2022-07-21PowerPC64: fix build error on 32-bit hostsAlan Modra1-1/+1
2022-07-20Wrap python_write_bytecode with HAVE_PYTHON ifdefKevin Buettner1-0/+2
2022-07-21Automatic date update in version.inGDB Administrator1-1/+1
2022-07-20Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramNameKevin Buettner2-18/+86