aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-12gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KINDSimon Marchi7-16/+18
2020-07-12gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINEDSimon Marchi5-12/+17
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi15-53/+58
2020-07-12gdb: add accessors to struct dynamic_propSimon Marchi12-135/+183
2020-07-12gdb: make get_discrete_bounds check for non-constant range boundsSimon Marchi2-16/+20
2020-07-12gdb: remove TYPE_RANGE_DATA macroSimon Marchi11-32/+34
2020-07-12gdb: add type::bounds / type::set_boundsSimon Marchi4-12/+39
2020-07-13Automatic date update in version.inGDB Administrator1-1/+1
2020-07-12Automatic date update in version.inGDB Administrator1-1/+1
2020-07-11rust: Fix rust modules testDaniel Xu2-1/+8
2020-07-11Fine tune exec-file-mismatch help and documentation.Philippe Waroquiers4-2/+16
2020-07-11x86: Support GNU_PROPERTY_X86_FEATURE_2_TMMH.J. Lu13-0/+66
2020-07-11Automatic date update in version.inGDB Administrator1-1/+1
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2Pedro Alves3-19/+36
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 1Pedro Alves3-3/+36
2020-07-10Fix GDB busy loop when interrupting non-stop program (PR 26199)Simon Marchi2-27/+20
2020-07-10Testcase for previous handle_no_resumed fixesPedro Alves3-1/+87
2020-07-10Make handle_no_resumed transfer terminalPedro Alves2-12/+60
2020-07-10Fix handle_no_resumed w/ multiple targetsPedro Alves2-5/+22
2020-07-10Avoid constant stream of TARGET_WAITKIND_NO_RESUMEDPedro Alves2-1/+11
2020-07-10Fix latent bug in target_pass_ctrlcPedro Alves2-1/+7
2020-07-10Fix spurious unhandled remote %Stop notificationsPedro Alves2-1/+23
2020-07-10Enable multi-process mode in the FreeBSD native target.John Baldwin3-0/+15
2020-07-10x86: Extract extended states from instruction templateH.J. Lu6-73/+91
2020-07-10gas/i386/property-5.d: Correct test nameH.J. Lu2-1/+5
2020-07-10x86: Add support for Intel AMX instructionsLili Cui22-14339/+15523
2020-07-10[readelf] Fix end_seq entry in -wL. Specifically stop the display of a line ...Tom de Vries17-35/+95
2020-07-10Document powerpc64 ld optionsAlan Modra2-0/+32
2020-07-10PowerPC64 ld --no-power10-stubsAlan Modra7-15/+92
2020-07-10Automatic date update in version.inGDB Administrator1-1/+1
2020-07-09Don't compare the pid returned from 'wait' against inferior_ptid.John Baldwin2-1/+6
2020-07-09x86: Properly set YMM/ZMM featuresH.J. Lu9-2/+64
2020-07-09Support several new ELF auxiliary vector types on FreeBSD.John Baldwin4-0/+21
2020-07-09Linux/x86: Configure gas with --enable-x86-used-note by defaultH.J. Lu4-0/+23
2020-07-09Remove powerpc PE supportAlan Modra38-4421/+96
2020-07-09powerpc garbage collect testAlan Modra2-6/+8
2020-07-09pr18841 tests on powerpc64Alan Modra2-9/+14
2020-07-09Update Turkish translation in the gprof sub-directoryNick Clifton2-5/+9
2020-07-09Update French translation in the bfd sub-directoryNick Clifton2-1676/+1895
2020-07-09Update the Windows Resource compiler (windres) to support the OWNERDRAW and B...Nick Clifton6-2/+42
2020-07-09asan: readelf: heap buffer overflow in slurp_hppa_unwind_tableAlan Modra2-2/+6
2020-07-09Automatic date update in version.inGDB Administrator1-1/+1
2020-07-08Handle Windows drives in auto-load script pathsHannes Domani4-0/+21
2020-07-08Rename the 'obfd' argument to fbsd_nat_target::find_memory_regions.John Baldwin2-6/+11
2020-07-08Use read_memory in ada_exception_message_1Tom Tromey5-3/+17
2020-07-08Commit: Fix GOLD testsuite failures for 2.35 branch.Nick Clifton3-2/+11
2020-07-08x86: various XOP insns lack L and/or W bit decodingJan Beulich2-123/+630
2020-07-08x86: FMA4 scalar insns ignore VEX.LJan Beulich8-101/+168
2020-07-08x86: re-work operand swapping for XOP shift/rotate insnsJan Beulich2-74/+32
2020-07-08x86: re-work operand handling for 5-operand XOP insnsJan Beulich2-194/+19