external/binutils.git
2019-07-11 Tom TromeyRemove init_cli_cmds
2019-07-11 Tom TromeyFix use-after-move bug in add_thread_object
2019-07-11 Simon MarchiMake value_must_coerce_to_target return a bool
2019-07-11 Simon Marchibreakpoint: Make is_*point functions return bool
2019-07-11 GDB AdministratorAutomatic date update in version.in
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-10 Tom TromeyChange Ada catchpoints to be bp_catchpoint
2019-07-10 Tom TromeyChange arm-tdep.c to use type-safe registry
2019-07-10 Tom TromeyChange solib-spu.c to use type-safe registry
2019-07-10 Tom TromeyChange solib-aix.c to use type-safe registry
2019-07-10 Tom TromeyChange solib-dsbt.c to use type-safe registry
2019-07-10 Tom TromeyChange spu-tdep.c to use type-safe registry
2019-07-10 Tom TromeyChange dbxread.c to use type-safe registry
2019-07-10 Tom TromeyChange jit.c to use type-safe registry
2019-07-10 Tom TromeyChange solib-darwin.c to use type-safe registry
2019-07-10 Tom TromeyChange remote-sim.c to use type-safe registry
2019-07-10 Tom TromeyReduce manual reference counting in py-inferior.c
2019-07-10 Tom TromeySpecialize value_cast error message for Ada
2019-07-10 Hans-Peter... arm-dis.c (print_insn_coprocessor): Rename index to...
2019-07-10 Simon MarchiUpdate breakpoint_1's documentation
2019-07-10 Simon MarchiMake some bpstat functions use bool
2019-07-10 Alan HaywardArm: Create feature files for Arm target descriptions
2019-07-10 Richard BuntRestore original GDB prompt in define.exp
2019-07-10 Alan HaywardArm: Minor style cleanups
2019-07-10 Alan HaywardRegenerate aarch64-pauth.c
2019-07-10 Simon MarchiMake bpstat_what::is_longjmp a bool
2019-07-10 GDB AdministratorAutomatic date update in version.in
2019-07-09 Pedro AlvesMake "maint info breakpoints" show "catch catch/throw...
2019-07-09 Pedro Alves"catch catch/throw/rethrow", breakpoint -> catchpoint
2019-07-09 Pedro AlvesFix "info break" + "catch catch" + -static-{libstdc...
2019-07-09 Philippe WaroquiersFix printcmds.exp failure for wide strings tests.
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-09 Andrew Burgessgdb: Don't skip prologue for explicit line breakpoints...
2019-07-09 Andrew Burgessgdb: Remove unneeded parameter from set_breakpoint_loca...
2019-07-09 Andrew Burgessgdb/riscv: Don't use default bfd to define required...
2019-07-09 Alan ModraRe: gas/ELF: don't accumulate .type settings
2019-07-09 GDB AdministratorAutomatic date update in version.in
2019-07-08 Philippe WaroquiersEnsure GDB printf command can print convenience var...
2019-07-08 Alan HaywardFix breakpoints on file reloads for PIE binaries
2019-07-08 Alan ModraPR24785, bfd crashes on empty .PPC.EMB.apuinfo section
2019-07-08 Alan ModraRe: PowerPC notoc call stub tests
2019-07-08 GDB AdministratorAutomatic date update in version.in
2019-07-07 GDB AdministratorAutomatic date update in version.in
2019-07-06 GDB AdministratorAutomatic date update in version.in
2019-07-05 Jim WilsonKito's 5-part patch set to improve .insn support.
2019-07-05 GDB AdministratorAutomatic date update in version.in
2019-07-04 Tom TromeyFix TUI use of "has_break" field
2019-07-04 Pedro AlvesFix foreach_with_prefix regression
2019-07-04 Alan HaywardArm/AArch64: Use a single set of Arm register set size...
2019-07-04 Alan HaywardArm: Prefix register sizes with ARM_
2019-07-04 Alan HaywardArm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash
2019-07-04 Alan Haywardi386/AArch64: Remove unused xml files
2019-07-04 Alan Haywardi386/AArch64: Remove unused .dat files
2019-07-04 Alan Haywardi386/AArch64: Remove old xml tests
2019-07-04 Jan Beulichx86: correct "-Q" option handling
2019-07-04 Jan Beulichgas/ELF: don't accumulate .type settings
2019-07-04 GDB AdministratorAutomatic date update in version.in
2019-07-03 Pedro AlvesFix early return in foreach_with_prefix
2019-07-03 Pedro Alvespipe command completer
2019-07-03 Pedro AlvesFix latent bug in test_gdb_complete_cmd_multiple
2019-07-03 Pedro AlvesTeach gdb::option about string options
2019-07-03 Pedro AlvesMake gdb::option::complete_options save processed argum...
2019-07-03 Pedro AlvesFix test_gdb_complete_tab_multiple race
2019-07-03 Nick CliftonFix assembler tests to work with toolchains that have...
2019-07-03 Pedro AlvesIntroduce the "with" command
2019-07-03 Pedro Alves"maint test-settings set/show" -> "maint set/show test...
2019-07-03 Pedro AlvesFix a few comments in maint-test-settings.c
2019-07-03 Pedro AlvesFix defaults of some "maint test-settings" subcommands
2019-07-03 Simon MarchiRemove return value from remove_breakpoints_inf
2019-07-03 GDB AdministratorAutomatic date update in version.in
2019-07-02 Pedro AlvesMake "info threads" use the gdb::option framework
2019-07-02 Nick CliftonStop the BFD library from issuing a warning message...
2019-07-02 Simon MarchiMove generic_load declaration to symfile.h
2019-07-02 Nick CliftonFix a bug recently introduced to the linker where it...
2019-07-02 Barnaby WilksThis patch fixes a bug in the AArch64 assembler where...
2019-07-02 Christophe... PR ld/24709 [arm] linker crash and assertion failure...
2019-07-02 Srinath ParvathaneniEnsure that debug information is retained for ARMv8...
2019-07-02 Richard Sandiford[AArch64] Allow MOVPRFX to be used with FMOV
2019-07-02 Richard Sandiford[AArch64] Add missing C_MAX_ELEM flags for SVE conversions
2019-07-02 Richard Sandiford[AArch64] Fix bogus MOVPRFX warning for GPR form of CPY
2019-07-02 GDB AdministratorAutomatic date update in version.in
2019-07-01 Tom TromeyAvoid use-after-free in DWARF debug names code
2019-07-01 Nick CliftonFix bug when generating REL type relocs for assembler...
2019-07-01 Matthew Malcomson[gas][aarch64][SVE2] Fix pmull{t,b} requirement on...
2019-07-01 Tom TromeyRemove is_a_field_of_this from ada_lookup_symbol
2019-07-01 Nick CliftonDocument the .value directive supported by the x86...
2019-07-01 Nick CliftonCorrect a typo in the description of the Align and...
2019-07-01 Nick CliftonCorrect the calculation of offsets for ARM exidx relocs...
2019-07-01 Nick Alcocklibctf: fix spurious error when rolling back to the...
2019-07-01 Nick Alcocklibctf: deduplicate and sort the string table
2019-07-01 Nick Alcocklibctf: add hash traversal helpers
2019-07-01 Nick Alcocklibctf: fix hash removal
2019-07-01 Nick Alcocklibctf: disambiguate hex output in dumps
2019-07-01 Nick CliftonFix spelling error in assembler documentation.
2019-07-01 Jan Beulichx86: drop Vec_Imm4
2019-07-01 Jan Beulichx86: limit ImmExt abuse
2019-07-01 Jan Beulichx86: optimize AND/OR with twice the same register
2019-07-01 Jan Beulichx86-64: optimize certain commutative VEX-encoded insns
2019-07-01 Jan Beulichx86: StaticRounding implies SAE
2019-07-01 Jan Beulichx86: optimize EVEX packed integer logical instructions
next