aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-01x86: add missing pseudo ops for VPCLMULQDQ ISA extensionJan Beulich23-19/+313
2019-07-01x86: drop bogus Disp8MemShift attributesJan Beulich3-6/+12
2019-07-01x86: use encoding_length() also elsewhereJan Beulich2-32/+8
2019-07-01x86: warn about insns exceeding the 15-byte limitJan Beulich7-0/+146
2019-07-01x86: remove ModRM.mod decoding layer from AVX512F VMOVS{S,D}Jan Beulich5-63/+35
2019-07-01x86: drop a few dead macrosJan Beulich2-5/+5
2019-07-01Automatic date update in version.inGDB Administrator1-1/+1
2019-06-30Automatic date update in version.inGDB Administrator1-1/+1
2019-06-29Automatic date update in version.inGDB Administrator1-1/+1
2019-06-28Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior6-3/+156
2019-06-28Fix crash when using PYTHONMALLOC=debug (PR python/24742)Sergio Durigan Junior2-1/+8
2019-06-28Handle either order of name and linkage nameTom Tromey5-2/+154
2019-06-28Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton5-2/+44
2019-06-28Prevent an attempt to allocate an excessive amount of memory when dumping the...Nick Clifton2-1/+22
2019-06-28Plugin target handlingAlan Modra6-26/+37
2019-06-28[GOLD] PowerPC tweak relnum testsAlan Modra2-2/+7
2019-06-28[GOLD] PowerPC linkage table errorAlan Modra2-5/+25
2019-06-28[GOLD] R_PPC64_REL16_HIGH relocsAlan Modra4-0/+51
2019-06-28PowerPC notoc call stub testsAlan Modra6-0/+91
2019-06-28Automatic date update in version.inGDB Administrator1-1/+1
2019-06-27i386: Check vector length for scatter/gather prefetch instructionsH.J. Lu6-12/+141
2019-06-27Change arm_objfile_data_key to use type-safe registryTom Tromey2-23/+15
2019-06-27Fix two buglets in cp_print_value_fields patchTom Tromey4-2/+12
2019-06-27This fixes a bug in the ARm assembler where an immediate operand larger than ...Barnaby Wilk s9-10/+54
2019-06-27x86: add missing testJan Beulich2-0/+174
2019-06-27x86: fold AVX scalar to/from int conversion insnsJan Beulich2-48/+15
2019-06-27x86: allow VEX et al encodings in 16-bit (protected) modeJan Beulich17-37/+16835
2019-06-26Fix a few non-dash safe xstormy16 shell scripts.Jim Wilson3-2/+8
2019-06-26RISC-V: Make objdump disassembly work right for binary files.Jim Wilson2-2/+12
2019-06-27Automatic date update in version.inGDB Administrator1-1/+1
2019-06-26i386: Document memory size reference in assemblerLili Cui2-5/+16
2019-06-26Ensure that when attempting to process an ARM Mach-O file with unknown relocs...Nick Clifton5-5/+57
2019-06-26Remove lookup_minimal_symbol_solib_trampolineTom Tromey3-46/+6
2019-06-26AArch64: Add missing CPSR flagsAlan Hayward3-4/+37
2019-06-26Arm: Allow version strings in the triplet regexpAlan Hayward2-1/+18
2019-06-26[gdb/testsuite] Compile varval twice, once without bad DWARFTom de Vries2-202/+225
2019-06-26[gdb/testsuite] Add back missing debug for index-cache.expTom de Vries2-1/+5
2019-06-26Automatic date update in version.inGDB Administrator1-1/+1
2019-06-25arm-tdep: sort mapping symbols after parsing all minimal symbolsSimon Marchi2-9/+28
2019-06-25arm-tdep: replace arm_mapping_symbol VEC with std::vectorSimon Marchi2-72/+70
2019-06-25Fix alias command not detecting non matching prefix & sometimes asserting.Philippe Waroquiers4-4/+64
2019-06-25MIPS/gas: Fix order of instructions in LI macro expansionFaraz Shahbazker7-37/+140
2019-06-25[gdb/testsuite] Regenerate dw2-restrict.STom de Vries2-316/+198
2019-06-25Tidy tui_delete_winTom Tromey3-7/+6
2019-06-25Make tui_gen_win_info constructor protectedTom Tromey3-3/+12
2019-06-25Fix latent bug in set_is_exec_point_atTom Tromey2-1/+7
2019-06-25Remove NULL checks before xfreeTom Tromey3-6/+9
2019-06-25Remove union tui_which_elementTom Tromey9-301/+144
2019-06-25More type safety for TUI source window functionsTom Tromey7-24/+48
2019-06-25Use bool for is_exec_pointTom Tromey5-9/+18