aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-14i386: Reformat OP_E_memoryH.J. Lu2-2/+6
2018-09-14Remove an unnecessary block in call_function_by_hand_dummyTom Tromey2-39/+40
2018-09-14csky: Support PC relative diff relocationLifang Xia5-1/+30
2018-09-14Make variable in get_startup_shell non-staticTom Tromey2-3/+5
2018-09-14PR23633 testcase fixAlan Modra2-0/+7
2018-09-14PR23425, unresolved symbol diagnosticAlan Modra3-2/+25
2018-09-14x86: fold CRC32 templatesJan Beulich5-56/+24
2018-09-14Testsuite: Add gdb_simple_compileAlan Hayward2-170/+89
2018-09-14Automatic date update in version.inGDB Administrator1-1/+1
2018-09-13Generate more tags in gdb/testsuite/MakefileTom Tromey2-1/+8
2018-09-13Make infpy_thread_from_thread_handle staticTom Tromey2-1/+6
2018-09-13Remove cleanup from try_open_exec_fileTom Tromey2-6/+9
2018-09-13Return std::string from gdb_bfd_errmsgTom Tromey5-23/+18
2018-09-13Remove cleanup from procfs.cTom Tromey2-10/+19
2018-09-13Remove cleanup from add_pathTom Tromey2-9/+11
2018-09-13python: Fix erroneous doc about gdb.objfiles()Simon Marchi2-4/+8
2018-09-13python: Add Progspace.objfiles methodSimon Marchi9-14/+122
2018-09-13python: Add Inferior.progspace propertySimon Marchi7-1/+56
2018-09-13Make Rust error message mention the field nameTom Tromey4-2/+14
2018-09-13Fix crash with empty Rust enumTom Tromey5-1/+72
2018-09-13Add "contrib" to the list of GDB support dirs (on src-release.sh)Sergio Durigan Junior2-1/+5
2018-09-13Add a testcase for PR binutils/23633H.J. Lu5-0/+2439
2018-09-13python: Provide textual representation for Inferior and ObjfileSimon Marchi9-4/+81
2018-09-13Fix a use-after-freed error introduced by previous attempt to fix a Coverity ...Nick Clifton2-1/+8
2018-09-13x86: Remove VexW=1 from WIG VEX movq and vmovqH.J. Lu2-8/+8
2018-09-13i386: Update VexW field for VEX instructionsH.J. Lu3-36/+44
2018-09-13x86: Swap destination/source to encode VEX only if possibleH.J. Lu2-3/+9
2018-09-13x86: drop bogus IgnoreSize from a few further insnsJan Beulich3-52/+61
2018-09-13x86: drop bogus IgnoreSize from AVX512_4* insnsJan Beulich3-12/+18
2018-09-13x86: drop bogus IgnoreSize from AVX512DQ insnsJan Beulich3-96/+102
2018-09-13x86: drop bogus IgnoreSize from AVX512BW insnsJan Beulich3-78/+84
2018-09-13x86: drop bogus IgnoreSize from AVX512VL insnsJan Beulich3-26/+32
2018-09-13x86: drop bogus IgnoreSize from AVX512ER insnsJan Beulich3-32/+38
2018-09-13x86: drop bogus IgnoreSize from AVX512F insnsJan Beulich3-742/+748
2018-09-13x86: drop bogus IgnoreSize from SHA insnsJan Beulich3-16/+21
2018-09-13x86: drop bogus IgnoreSize from XOP and SSE4a insnsJan Beulich3-266/+271
2018-09-13x86: drop bogus IgnoreSize from AVX2 insnsJan Beulich3-238/+244
2018-09-13x86: drop bogus IgnoreSize from AVX insnsJan Beulich3-256/+262
2018-09-13x86: drop bogus IgnoreSize from GNFI insnsJan Beulich3-12/+17
2018-09-13x86: drop bogus IgnoreSize from PCLMUL/VPCLMUL insnsJan Beulich3-32/+37
2018-09-13x86: drop bogus IgnoreSize from AES/VAES insnsJan Beulich3-44/+49
2018-09-13x86: drop bogus IgnoreSize from SSE4.2 insnsJan Beulich3-20/+26
2018-09-13x86: drop bogus IgnoreSize from SSE4.1 insnsJan Beulich3-126/+132
2018-09-13x86: drop bogus IgnoreSize from SSSE3 insnsJan Beulich3-64/+70
2018-09-13x86: drop bogus IgnoreSize from SSE3 insnsJan Beulich3-36/+41
2018-09-13x86: drop bogus IgnoreSize from SSE2 insnsJan Beulich3-416/+421
2018-09-13x86: drop bogus IgnoreSize from SSE insnsJan Beulich3-118/+123
2018-09-13x86: drop unnecessary {,No}Rex64Jan Beulich3-10/+16
2018-09-13x86: also allow D on 3-operand insnsJan Beulich5-115/+47
2018-09-13x86: use D attribute also for SIMD templatesJan Beulich10-1286/+291