aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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