external/binutils.git
2019-07-17 Tom TromeyMerge refresh and refresh_window methods
2019-07-17 Tom TromeyRemove tui_source_window::content_in_use
2019-07-17 Tom TromeySimplify source window clearing
2019-07-17 Tom TromeyRemove UNDEFINED_ITEM define from TUI
2019-07-17 Tom TromeyRemove unused TUI defines
2019-07-17 Tom TromeyRemove unused parameter from two TUI functions
2019-07-17 Tom TromeyAdd win_info parameter to tui_set_disassem_content
2019-07-17 Tom TromeyMove content_in_use to tui_source_window class
2019-07-17 Tom TromeyIntroduce tui_source_window_base::location_matches_p...
2019-07-17 Tom TromeyRemove tui_set_win_height
2019-07-17 Tom TromeyMake source windows be self-updating
2019-07-17 Tom TromeyFix comment typos
2019-07-17 Tom TromeyIntroduce TUI window iterator
2019-07-17 Tom TromeyMinor tui_reg_next / tui_reg_prev cleanup
2019-07-17 Tom TromeySimplify tui_show_registers
2019-07-17 Tom TromeyParameterize tui_show_register_group with window
2019-07-17 Tom TromeyIntroduce tui_data_window::display_reg_element_at_line...
2019-07-17 Tom TromeyIntroduce two more tui_data_window methods
2019-07-17 Tom TromeyIntroduce tui_data_window::erase_data_content method
2019-07-17 Tom TromeyIntroduce tui_data_window::delete_data_content_windows...
2019-07-17 Tom TromeyDon't declare unimplemented functions
2019-07-17 Tom TromeyIntroduce tui_data_window::display_all_data method
2019-07-17 Tom TromeyRemove tui_display_data_from
2019-07-17 Tom TromeyRemove tui_display_data_from_line
2019-07-17 Tom TromeyIntroduce tui_data_window::first_reg_element_no_inline
2019-07-17 Tom TromeyIntroduce tui_data_window::line_from_reg_element_no...
2019-07-17 Tom TromeyIntroduce tui_data_window::last_regs_line_no method
2019-07-17 Tom TromeyRemove deleted breakpoint from TUI display
2019-07-17 Tom TromeyConsolidate "if"s in tui_show_frame_info
2019-07-17 Tom TromeyRemove some uses of TUI_WIN_SRC
2019-07-17 Tom TromeyCheck can_highlight in tui_check_and_display_highlight_...
2019-07-17 Tom TromeyIntroduce can_scroll method
2019-07-17 Tom TromeyRename field_int to field_signed
2019-07-17 Andrew Burgessgdb: Remove a non-const reference parameter
2019-07-17 Tom TromeyRemove a VEC from s390-linux-nat.c
2019-07-17 Jan Beulichx86: replace "anymem" checks where possible
2019-07-17 Jan Beulichx86: drop stale Mem enumerator
2019-07-17 GDB AdministratorAutomatic date update in version.in
2019-07-16 Jan Beulichx86: make RegMem an opcode modifier
2019-07-16 Jan Beulichx86: fold SReg{2,3}
2019-07-16 John BaldwinFix build for aarch64, arm, and riscv FreeBSD native...
2019-07-16 John BaldwinAdd include of gdbarch.h.
2019-07-16 GDB AdministratorAutomatic date update in version.in
2019-07-15 Tom TromeyFix a FIXME in mi-out.c
2019-07-15 Tom TromeyIntroduce field_unsigned
2019-07-15 Tom TromeyUse field_string in more places
2019-07-15 Tom TromeyUse field_core_addr in more places
2019-07-15 Jose E. Marchesicpu,opcodes,gas: fix explicit arguments to eBPF ldabs...
2019-07-15 Alan ModraFix __bss_start assertion failure in _bfd_elf_fix_symbo...
2019-07-15 GDB AdministratorAutomatic date update in version.in
2019-07-14 Jose E. Marchesicpu,opcodes,gas: fix arguments to ldabs and ldind eBPF...
2019-07-14 Tom de Vries[gdb/testsuite] Fix unterminated string in gdb.objc...
2019-07-14 Joel Brobeckeradjust src-release following the renaming of gdb/common...
2019-07-14 GDB AdministratorAutomatic date update in version.in
2019-07-13 Alan ModraDynamic TLS section symbols
2019-07-13 Alan ModraPR24786, wrong LMA if first section in overlay is empty
2019-07-13 Alan Modra[GOLD] PowerPC R_PPC64_PCREL_OPT support
2019-07-13 Alan Modra[GOLD] PowerPC got reloc optimisation
2019-07-13 Alan Modra[GOLD] PowerPC relocations for prefix insns
2019-07-13 Alan Modra[GOLD] PowerPC notoc eh_frame
2019-07-13 Alan Modra[GOLD] PowerPC64 ELFv2 notoc support
2019-07-13 GDB AdministratorAutomatic date update in version.in
2019-07-12 Andrew Burgessgdb: Better support for dynamic properties with negativ...
2019-07-12 Andrew Burgessgdb: Carry default property type around with dynamic...
2019-07-12 Andrew Burgessgdb/dwarf: Ensure the target type of ranges is not...
2019-07-12 Andrew Burgessgdb: Convert dwarf2_evaluate_property to return bool
2019-07-12 Andrew Burgessgdb: Update type of lower bound in value_subscripted_rvalue
2019-07-12 Tom de Vries[readline] Fix heap-buffer-overflow in update_line
2019-07-12 GDB AdministratorAutomatic date update in version.in
2019-07-11 Andrew Burgessgdb: Add command completers for some info commands
2019-07-11 Andrew Burgessgdb: Make use of gdb::option framework for some info...
2019-07-11 Andrew Burgessgdb: Allow quoting around string options in the gdb...
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...
next