aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-20gdb/value.c: add several headers to the include listChristopher Di Bella1-0/+3
2022-07-20Don't stop all threads prematurely after first step of "step N"Pedro Alves3-5/+124
2022-07-20Re: opcodes/arc: Implement style support in the disassemblerAlan Modra1-1/+1
2022-07-20gas/symbols: introduce md_resolve_symbolDmitry Selyutin2-0/+45
2022-07-20Automatic date update in version.inGDB Administrator1-1/+1
2022-07-19x86: Disallow invalid relocations against protected symbolsH.J. Lu11-24/+47
2022-07-19x86: Make protected symbols local for -sharedFangrui Song13-39/+24
2022-07-19Reformat gdbarch-components.py to fix deviationsLuis Machado1-1/+6
2022-07-19[AArch64] MTE corefile supportLuis Machado17-8/+1048
2022-07-19[AArch64] Support AArch64 MTE memory tag dumps in core filesLuis Machado3-0/+93
2022-07-19[AArch64] Fix testcase compilation failureLuis Machado1-5/+10
2022-07-18ld: Pass -nostdlib to compiler with -rH.J. Lu1-1/+1
2022-07-18x86: Properly check invalid relocation against protected symbolH.J. Lu5-0/+35
2022-07-19Automatic date update in version.inGDB Administrator1-1/+1
2022-07-18gprofng: link libgprofng.so against -lpthreadVladimir Mezentsev2-4/+11
2022-07-18gprofng: fix regression in build and a race condition in autoreconfVladimir Mezentsev4-6/+102
2022-07-18Add gdb.free_objfile event registryTom Tromey9-0/+208
2022-07-18Put gdb.base/bt-on-fatal-signal.exp GDB cores in output dirPedro Alves1-0/+5
2022-07-18Remove array typedef assumption for AdaTom Tromey5-2/+143
2022-07-18Remove manual lifetime management from cli_interpTom Tromey1-22/+14
2022-07-18Remove cli_out_newTom Tromey5-14/+4
2022-07-18Replace input_interactive_p with a methodTom Tromey6-17/+18
2022-07-18Remove ui_register_input_event_handlerTom Tromey5-22/+22
2022-07-18opcodes/arc: Implement style support in the disassemblerClaudiu Zissulescu3-46/+117
2022-07-18arc: Update missing cipher.Claudiu Zissulescu2-1/+6
2022-07-18[gdb/testsuite] Remove duplicate of supports_gnucTom de Vries1-11/+0
2022-07-18gdb/python: look for python, then python 3 at configure timeAndrew Burgess2-4/+11
2022-07-18x86: correct VMOVSH attributesJan Beulich5-5/+35
2022-07-18x86: re-order insn template fieldsJan Beulich3-3720/+3728
2022-07-18[gdbsupport] Improve thread scheduling in parallel_for_eachTom de Vries1-0/+8
2022-07-18[gdb/testsuite] Allow override of ASAN_OPTIONS in lib/gdb.expTom de Vries1-7/+7