aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-15x86: move putop() case labels to restore alphabetic sortingJan Beulich2-49/+52
2020-07-15x86: make PUSH/POP disassembly uniformJan Beulich2-30/+27
2020-07-15x86-64: adjust stack insn test caseJan Beulich5-17/+25
2020-07-15x86: avoid attaching suffixes to unambiguous insnsJan Beulich196-1170/+1308
2020-07-15mmix bfd: fix bfd_assert for R_MMIX_PUSHJ_STUBBABLE against undef'd symbolHans-Peter Nilsson7-5/+24
2020-07-14gdb/testsuite/lib/dwarf.exp: fix addr_size parameter commentsSimon Marchi2-3/+8
2020-07-15Automatic date update in version.inGDB Administrator1-1/+1
2020-07-15PR26198 MinGW failure to link regular object file and LTO object fileMarkus Böck3-2/+12
2020-07-14x86-64: Zero-extend lower 32 bits displacement to 64 bitsH.J. Lu10-56/+61
2020-07-14gdb: Improve formatting of 'show endian' messagesAndrew Burgess3-23/+23
2020-07-14gdb: Improve formatting of 'show architecture' messagesAndrew Burgess12-20/+36
2020-07-14arc: Detect usage of illegal double register pairsClaudiu Zissulescu5-3/+27
2020-07-14x86/Intel: debug registers are named DRnJan Beulich7-8/+19
2020-07-14x86: drop Rm and the 'L' macroJan Beulich2-74/+67
2020-07-14x86: drop Rdq, Rd, and MaskRJan Beulich6-63/+122
2020-07-14x86: simplify decode of opcodes valid only without any (embedded) prefixJan Beulich2-135/+61
2020-07-14x86: also use %BW / %DQ for kshift*Jan Beulich2-65/+35
2020-07-14[gdb/testsuite] Fix clone-new-thread-event.c with glibc 2.30Tom de Vries2-2/+8
2020-07-14x86: simplify decode of opcodes valid with (embedded) 66 prefix onlyJan Beulich10-4917/+1655
2020-07-14x86: drop further EVEX table entries that can be served by VEX onesJan Beulich4-42/+25
2020-07-14x86: drop need_vex_regJan Beulich3-53/+41
2020-07-14x86: drop Vex128 and Vex256Jan Beulich3-56/+65
2020-07-14x86: replace %LW by %DQJan Beulich4-52/+59
2020-07-14x86: merge/move logic determining the EVEX disp8 shiftJan Beulich2-29/+23
2020-07-14x86: extend %BW use to VP{COMPRESS,EXPAND}{B,W}Jan Beulich4-24/+22
2020-07-14x86-64: fix {,V}PCMPESTR{I,M} disassembly in Intel modeJan Beulich7-47/+44
2020-07-14x86: fold VCMP_Fixup() into CMP_Fixup()Jan Beulich4-74/+58
2020-07-14x86: don't disassemble MOVBE with two suffixesJan Beulich6-43/+69
2020-07-14x86: avoid attaching suffix to register-only CRC32Jan Beulich35-750/+171
2020-07-14x86-64: don't hide an empty but meaningless REX prefixJan Beulich7-13/+36
2020-07-14x86: drop dead code from OP_IMREG()Jan Beulich5-40/+24
2020-07-14x86-64: fold ILP32 test expectationsJan Beulich17-7806/+36
2020-07-13gdbserver: fix memory leak when handling qsupported packetSimon Marchi5-41/+42
2020-07-14Automatic date update in version.inGDB Administrator1-1/+1
2020-07-13Fix frame-apply.html collision in GDB manual.Paul Carroll2-3/+9
2020-07-13Skip directory tests in gdb.base/info_sources.exp on remote hostSandra Loosemore2-3/+12
2020-07-13x86: Remove 32-bit sign extension in offset_in_rangeH.J. Lu2-8/+5
2020-07-13Fix gdb.base/savedregs.exp with clangGary Benson2-1/+6
2020-07-13Fix gdb.arch/i386-sse.exp with clangGary Benson2-1/+5
2020-07-13Updated French translation for the gas/ and binutils/ sub-directoriesNick Clifton4-4184/+4798
2020-07-13Use volatile pointers when attempting to trigger SIGSEGVsGary Benson6-5/+14
2020-07-13Skip VLA structure field tests when compiling with clangGary Benson5-77/+180
2020-07-13x86_64-cygwin testsAlan Modra10-29/+48
2020-07-13gas DWARF2 test XPASSesAlan Modra5-8/+11
2020-07-13[gdb/testsuite] Handle missing gold linker in gdb.base/morestack.expTom de Vries5-2/+29
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi17-44/+69
2020-07-12gdb: remove TYPE_ARRAY_BIT_STRIDESimon Marchi4-9/+8
2020-07-12gdb: remove TYPE_BIT_STRIDESimon Marchi3-6/+22
2020-07-12gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUESimon Marchi5-12/+12
2020-07-12gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINEDSimon Marchi9-17/+20