]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/tui/tui-regs.c
Automatic Copyright Year update after running gdb/copyright.py
[thirdparty/binutils-gdb.git] / gdb / tui / tui-regs.c
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-02-07  Hannes DomaniDon't draw register sub windows outside the visible...
2021-02-07  Hannes DomaniDon't fill regs window with a negative number of spaces
2021-02-07  Hannes DomaniRefresh regs window in display_registers_from
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-29  Tom TromeyRemove target_has_registers macro
2020-09-29  Tom TromeyRemove target_has_stack macro
2020-09-29  Tom TromeyRemove target_has_memory macro
2020-07-02  Tom TromeyDon't derive tui_data_item_window from tui_gen_win_info
2020-07-02  Tom TromeyRename tui_data_item_window::item_no
2020-07-02  Tom TromeyRemove useless "if' from tui-regs.c
2020-07-02  Tom TromeyRemove tui_data_window::name
2020-07-02  Tom TromeyRemove tui_expand_tabs
2020-07-02  Tom TromeyUse complete_on_enum in tui_reggroup_completer
2020-02-22  Tom TromeyAdd "usage" text to all TUI command help
2020-02-22  Tom TromeyReimplement "tui reg" command
2020-02-22  Tom TromeyFix latent display bug in tui_data_window
2020-01-19  Tom TromeyRemove flickering from the TUI
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27  Tom TromeyRemove tui_gen_win_info::viewport_height
2019-10-09  Tom TromeyDon't call erase_data_content from tui_data_window...
2019-10-09  Tom TromeyMake TUI window handle a unique_ptr
2019-09-20  Tom TromeyRename private data members of tui_data_window
2019-09-20  Tom TromeyUse "bool" in tui_data_window::show_register_group
2019-08-30  Tom TromeyRemove tui_win_info::refresh_all
2019-08-30  Tom TromeySimplify register display
2019-08-30  Tom TromeyPrivate data members in tui_data_window
2019-08-30  Tom TromeyRemove some calls in tui_data_window
2019-08-30  Tom TromeyRemove some checks of .empty()
2019-08-30  Tom TromeyRemove tui_data_window::display_all_data
2019-08-30  Tom TromeyRemove NO_DATA_STRING
2019-08-20  Tom TromeyChange tui_make_window to be a method
2019-08-20  Tom TromeyRemove tui_data_window::display_regs
2019-08-20  Tom TromeyRemove indirection from tui_data_window::regs_content
2019-08-20  Tom TromeyAdd two methods to tui_data_window
2019-08-20  Tom TromeyChange tui_check_register_values to be a method
2019-08-20  Tom TromeyRearrange tui-regs.c some more
2019-08-20  Tom TromeyChange tui_data_item_window::content to be a unique_xma...
2019-08-20  Tom TromeyRemove tui_data_item_window::value
2019-08-20  Tom TromeyMinor rearrangement in tui-regs.c
2019-08-20  Tom TromeyRemove NULL check from tui_reg_command
2019-08-20  Tom TromeySome i18n fixes for the TUI
2019-08-16  Tom TromeyRemove separate visibility flag
2019-08-15  Tom TromeyTUI resize unification
2019-08-15  Tom TromeySimplify TUI boxing
2019-08-13  Tom TromeyChange tui_check_and_display_highlight_if_needed to...
2019-08-13  Tom Tromeyclear_detail can only be called on TUI source windows
2019-07-17  Tom TromeyMove TUI data item window to tui-regs.h
2019-07-17  Tom TromeyRearrange TUI data window code
2019-07-17  Tom TromeyChange tui_get_register to return void
2019-07-17  Tom TromeyClean up tui_layout_command
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::display_all_data method
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-06-25  Tom TromeySeparate out data window
2019-06-25  Tom TromeyRemove "data_content" and "data_content_count" from...
2019-06-25  Tom TromeySeparate out data item window
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 TromeyChange tui_which_element::data_window to be a pointer
2019-06-25  Tom TromeyChange tui_data_window::display_regs to bool
2019-06-25  Tom TromeyRemove struct tui_data_info
2019-06-16  Tom TromeyRemove more unnecessary casts of NULL
2019-06-16  Tom TromeyRemove unnecessary casts of NULL
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-22  Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-16  Tom TromeyRemove unnecessary casts from TUI
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-09-27  Tom TromeyConstify tui_reg_command
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-03  Tom TromeyReplace tui_restore_gdbout with scoped_restore
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-03-07  Pedro AlvesFix "layout reg" crash
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-04  Andrew Burgessgdb/tui: Remove casts of NULL during assignment.
2015-06-13  Andrew Burgessgdb: Rework command completion on 'tui reg'.
2015-05-26  Andrew Burgessgdb: tui: Minor fix to compare against NULL.
2015-05-26  Andrew Burgessgdb: Add 'tui reg prev' command.
2015-05-21  Andrew Burgessgdb: Use NULL not 0 in a tui function.
2015-05-21  Andrew Burgessgdb: Remove register class specific layout names.
2015-04-28  Patrick PalkaMake type-safe the 'content' field of struct tui_gen_wi...
2015-04-11  Jan KratochvilRemove --xdb
2015-01-31  Eli ZaretskiiMake sure TABs are expanded in TUI windows on MS-Windows.
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-06-13  Tom Tromeymake calls to help_list use enumerator
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
next