Age | Commit message (Expand) | Author | Files | Lines |
2018-09-17 | x86: Set EVex=2 on EVEX.128 only vmovd and vmovq | H.J. Lu | 11 | -13/+173 |
2018-09-17 | x86: Set Vex=1 on VEX.128 only vmovd and vmovq | H.J. Lu | 16 | -354/+155 |
2018-09-17 | x86: Add -mvexwig=[0|1] option to assembler | H.J. Lu | 13 | -11/+1545 |
2018-09-17 | x86: Update disassembler for VexWIG | H.J. Lu | 2 | -1563/+619 |
2018-09-17 | Free symbol buffers if they are no longer in use | H.J. Lu | 2 | -8/+60 |
2018-09-17 | Update get_standard_cache_dir for macOS | Tom Tromey | 5 | -8/+35 |
2018-09-17 | Support objcopy --remove-section=.relaFOO | Alan Modra | 9 | -6/+39 |
2018-09-17 | Remove bogus notarget in gas teststuite | Alan Modra | 15 | -18/+20 |
2018-09-17 | A few hppa testcase tidies | Alan Modra | 10 | -24/+45 |
2018-09-17 | Adjust some strip testcases to silence h8300 warnings | Alan Modra | 10 | -9/+22 |
2018-09-17 | x86: Replace VexW=3 with VexWIG | H.J. Lu | 2 | -468/+475 |
2018-09-17 | python: Make gdb.execute("show commands") work (PR 23669) | Simon Marchi | 14 | -36/+98 |
2018-09-17 | Ensure that binutils test names are unique. | Nick Clifton | 20 | -35/+78 |
2018-09-17 | S/390: Prevent GOT access rewrite for certain symbols | Andreas Krebbel | 6 | -26/+50 |
2018-09-17 | Make save_infcall_*_state return unique pointers | Tom Tromey | 3 | -10/+19 |
2018-09-17 | Remove release_stop_context_cleanup | Tom Tromey | 2 | -41/+44 |
2018-09-17 | Remove two infrun cleanups | Tom Tromey | 4 | -55/+55 |
2018-09-17 | Use new and delete for struct infcall_control_state | Tom Tromey | 5 | -26/+47 |
2018-09-17 | Remove cleanup from infrun.c | Tom Tromey | 2 | -18/+20 |
2018-09-17 | Use new and delete for struct infcall_suspend_state | Tom Tromey | 3 | -11/+19 |
2018-09-16 | Don't steal references in the gdb Python code | Tom Tromey | 3 | -16/+17 |
2018-09-16 | Simplify uses of thread_to_thread_object | Tom Tromey | 3 | -17/+14 |
2018-09-16 | Sort objects in gdb and gdbserver Makefiles | Simon Marchi | 4 | -4/+14 |
2018-09-16 | gdbserver/Makefile.in: Remove ADD_DEPS | Simon Marchi | 2 | -2/+6 |
2018-09-17 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2018-09-16 | S12Z Add tests for relocs. | John Darrington | 12 | -0/+137 |
2018-09-16 | Don't emit data_section_size when -r is specified | John Darrington | 1 | -1/+1 |
2018-09-16 | S12Z: LD: Rename z12s.exp --> s12z.exp | John Darrington | 1 | -0/+0 |
2018-09-16 | S12Z: Remove diagnostic printf statement. | John Darrington | 1 | -2/+0 |
2018-09-16 | S12Z: Set the source mask value of all howtos to zero. | John Darrington | 1 | -4/+4 |
2018-09-16 | Remove CPYCHECKER_RETURNS_BORROWED_REF | Tom Tromey | 2 | -8/+8 |
2018-09-16 | Change thread_to_thread_object to return a new reference | Tom Tromey | 8 | -47/+50 |
2018-09-16 | Change objfile_to_objfile_object to return a new reference | Tom Tromey | 9 | -51/+51 |
2018-09-16 | Change pspace_to_pspace_object to return a new reference | Tom Tromey | 9 | -39/+47 |
2018-09-16 | Add more methods to gdb.Progspace | Tom Tromey | 8 | -170/+250 |
2018-09-16 | Use GNU style for metasyntactic variables in gdbserver | Tom Tromey | 3 | -2/+9 |
2018-09-16 | Use GNU style for metasyntactic variables in gdb | Tom Tromey | 12 | -18/+48 |
2018-09-16 | Expand "show disassembler-options" output | Tom Tromey | 2 | -4/+15 |
2018-09-15 | x86: Set VexW=3 on AVX vrsqrtss | H.J. Lu | 3 | -2/+7 |
2018-09-16 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2018-09-15 | Change get_inferior_args to return const char * | Tom Tromey | 5 | -4/+11 |
2018-09-15 | x86: Set Vex=1 on VEX.128 only vmovq | H.J. Lu | 9 | -38/+52 |
2018-09-15 | Consolidate run_dump_test | Alan Modra | 28 | -1873/+959 |
2018-09-15 | run_dump_test replace PROG with DUMPPROG in gas and ld | Alan Modra | 35 | -75/+117 |
2018-09-15 | gas testuite fixes: don't match dump.o | Alan Modra | 246 | -253/+503 |
2018-09-15 | gas run_dump_test rename stderr and error-output | Alan Modra | 427 | -448/+877 |
2018-09-15 | gas run_dump_test rename not-target and not-skip | Alan Modra | 151 | -169/+323 |
2018-09-15 | binutils run_dump_test rename not-target and not-skip | Alan Modra | 22 | -35/+60 |
2018-09-15 | Remove run_dump_test support for objcopy as a dump program | Alan Modra | 23 | -63/+75 |
2018-09-14 | Fix possible exception leak in python.c | Tom Tromey | 2 | -15/+23 |