gdb: Allow quoting around string options in the gdb::option framework
[deliverable/binutils-gdb.git] / gdb / ChangeLog
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-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  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  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-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  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-08  Philippe WaroquiersEnsure GDB printf command can print convenience var...
2019-07-08  Alan HaywardFix breakpoints on file reloads for PIE binaries
2019-07-04  Tom TromeyFix TUI use of "has_break" field
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-03  Pedro Alvespipe command completer
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 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-02  Pedro AlvesMake "info threads" use the gdb::option framework
2019-07-02  Simon MarchiMove generic_load declaration to symfile.h
2019-07-01  Tom TromeyAvoid use-after-free in DWARF debug names code
2019-07-01  Tom TromeyRemove is_a_field_of_this from ada_lookup_symbol
2019-06-28  Sergio Durigan JuniorAdjust i386 registers on SystemTap probes' arguments...
2019-06-28  Sergio Durigan JuniorFix crash when using PYTHONMALLOC=debug (PR python...
2019-06-28  Tom TromeyHandle either order of name and linkage name
2019-06-27  Tom TromeyChange arm_objfile_data_key to use type-safe registry
2019-06-27  Tom TromeyFix two buglets in cp_print_value_fields patch
2019-06-26  Tom TromeyRemove lookup_minimal_symbol_solib_trampoline
2019-06-26  Alan HaywardAArch64: Add missing CPSR flags
2019-06-26  Alan HaywardArm: Allow version strings in the triplet regexp
2019-06-25  Simon Marchiarm-tdep: sort mapping symbols after parsing all minima...
2019-06-25  Simon Marchiarm-tdep: replace arm_mapping_symbol VEC with std:...
2019-06-25  Philippe WaroquiersFix alias command not detecting non matching prefix...
2019-06-25  Tom TromeyTidy tui_delete_win
2019-06-25  Tom TromeyMake tui_gen_win_info constructor protected
2019-06-25  Tom TromeyFix latent bug in set_is_exec_point_at
2019-06-25  Tom TromeyRemove NULL checks before xfree
2019-06-25  Tom TromeyRemove union tui_which_element
2019-06-25  Tom TromeyMore type safety for TUI source window functions
2019-06-25  Tom TromeyUse bool for is_exec_point
2019-06-25  Tom TromeyFix "auxiliary" typo
2019-06-25  Tom TromeySeparate out data window
2019-06-25  Tom TromeyRemove "data_content" and "data_content_count" from...
2019-06-25  Tom TromeyTurn tui_first_data_item_displayed into a method
2019-06-25  Tom TromeyRemove tui_init_generic_part
2019-06-25  Tom TromeySeparate out data item window
2019-06-25  Tom TromeyRemove two unused enum constants from tui_win_type
2019-06-25  Tom TromeyRemove command from tui_which_element
2019-06-25  Tom TromeyRemove layout_def::split
2019-06-25  Tom TromeySeparate out locator window
2019-06-25  Tom TromeySeparate out execution-info window
2019-06-25  Tom TromeyRemove tui_alloc_win_info
2019-06-25  Tom TromeyDon't check window type in tui_set_win_focus_to
2019-06-25  Tom TromeyIntroduce tui_win_info::make_visible_with_new_height
2019-06-25  Tom TromeyIntroduce tui_win_info::update_tab_width
2019-06-25  Tom TromeyIntroduce enum tui_box
2019-06-25  Tom TromeyRemove some TUI static allocations
2019-06-25  Tom TromeyIntroduce tui_gen_win_info::reset method
2019-06-25  Tom TromeyMove make_visible method to tui_gen_win_info
2019-06-25  Tom TromeyRemove tui_scroll_direction enum
2019-06-25  Tom TromeyChange more TUI functions to take a tui_source_window_base
2019-06-25  Tom TromeyChange tui_set_exec_info_content to return void
2019-06-25  Tom TromeyRemove NULL check from tui_set_exec_info_content
2019-06-25  Tom TromeyChange tui_alloc_source_buffer return type to void
2019-06-25  Tom TromeyIntroduce tui_gen_win_info::name method
2019-06-25  Tom TromeyChange tui_update_source_window for better type safety
2019-06-25  Tom TromeyIntroduce refresh_window method
2019-06-25  Tom TromeyDerive tui_win_info from tui_gen_win_info
2019-06-25  Tom TromeyUse new and delete for tui_gen_win_info
2019-06-25  Tom TromeyChange tui_which_element::data_window to be a pointer
next
This page took 0.273485 seconds and 107 git commands to generate.