summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: Set EVex=2 on EVEX.128 only vmovd and vmovqusers/hjl/wigH.J. Lu2018-09-179-13/+143
* x86: Set Vex=1 on VEX.128 only vmovd and vmovqH.J. Lu2018-09-1714-354/+131
* x86: Add -mvexwig=1 testsH.J. Lu2018-09-179-0/+1476
* Add VEX_LEN_0F77_P_0H.J. Lu2018-09-171-1563/+232
* x86: Add -mvexwig=[0|1] option to assemblerH.J. Lu2018-09-173-11/+47
* x86: Replace VexW=3 with VexWIGH.J. Lu2018-09-172-468/+475
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-1714-36/+98
* Ensure that binutils test names are unique.Nick Clifton2018-09-1720-35/+78
* S/390: Prevent GOT access rewrite for certain symbolsAndreas Krebbel2018-09-176-26/+50
* Make save_infcall_*_state return unique pointersTom Tromey2018-09-173-10/+19
* Remove release_stop_context_cleanupTom Tromey2018-09-172-41/+44
* Remove two infrun cleanupsTom Tromey2018-09-174-55/+55
* Use new and delete for struct infcall_control_stateTom Tromey2018-09-175-26/+47
* Remove cleanup from infrun.cTom Tromey2018-09-172-18/+20
* Use new and delete for struct infcall_suspend_stateTom Tromey2018-09-173-11/+19
* Don't steal references in the gdb Python codeTom Tromey2018-09-163-16/+17
* Simplify uses of thread_to_thread_objectTom Tromey2018-09-163-17/+14
* Sort objects in gdb and gdbserver MakefilesSimon Marchi2018-09-164-4/+14
* gdbserver/Makefile.in: Remove ADD_DEPSSimon Marchi2018-09-162-2/+6
* Automatic date update in version.inGDB Administrator2018-09-171-1/+1
* S12Z Add tests for relocs.John Darrington2018-09-1612-0/+137
* Don't emit data_section_size when -r is specifiedJohn Darrington2018-09-161-1/+1
* S12Z: LD: Rename z12s.exp --> s12z.expJohn Darrington2018-09-161-0/+0
* S12Z: Remove diagnostic printf statement.John Darrington2018-09-161-2/+0
* S12Z: Set the source mask value of all howtos to zero.John Darrington2018-09-161-4/+4
* Remove CPYCHECKER_RETURNS_BORROWED_REFTom Tromey2018-09-162-8/+8
* Change thread_to_thread_object to return a new referenceTom Tromey2018-09-168-47/+50
* Change objfile_to_objfile_object to return a new referenceTom Tromey2018-09-169-51/+51
* Change pspace_to_pspace_object to return a new referenceTom Tromey2018-09-169-39/+47
* Add more methods to gdb.ProgspaceTom Tromey2018-09-168-170/+250
* Use GNU style for metasyntactic variables in gdbserverTom Tromey2018-09-163-2/+9
* Use GNU style for metasyntactic variables in gdbTom Tromey2018-09-1612-18/+48
* Expand "show disassembler-options" outputTom Tromey2018-09-162-4/+15
* x86: Set VexW=3 on AVX vrsqrtssH.J. Lu2018-09-153-2/+7
* Automatic date update in version.inGDB Administrator2018-09-161-1/+1
* Change get_inferior_args to return const char *Tom Tromey2018-09-155-4/+11
* x86: Set Vex=1 on VEX.128 only vmovqH.J. Lu2018-09-159-38/+52
* Consolidate run_dump_testAlan Modra2018-09-1528-1873/+959
* run_dump_test replace PROG with DUMPPROG in gas and ldAlan Modra2018-09-1535-75/+117
* gas testuite fixes: don't match dump.oAlan Modra2018-09-15246-253/+503
* gas run_dump_test rename stderr and error-outputAlan Modra2018-09-15427-448/+877
* gas run_dump_test rename not-target and not-skipAlan Modra2018-09-15151-169/+323
* binutils run_dump_test rename not-target and not-skipAlan Modra2018-09-1522-35/+60
* Remove run_dump_test support for objcopy as a dump programAlan Modra2018-09-1523-63/+75
* Fix possible exception leak in python.cTom Tromey2018-09-142-15/+23
* Provide type_align gdbarch function for nios2.Sandra Loosemore2018-09-142-0/+16
* Automatic date update in version.inGDB Administrator2018-09-151-1/+1
* gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOCAndrew Burgess2018-09-144-22/+57
* PR ld/21375: MIPS: Add test cases for undefined weaks resolving to zeroMaciej W. Rozycki2018-09-1481-0/+1602
* PR ld/21375: MIPS: Fix non-zero run-time value for undefined weaksMaciej W. Rozycki2018-09-1410-45/+293