[gdb/tui] Add tui_win_info::{box_width,box_size}
[binutils-gdb.git] / gdb / tui / tui-regs.c
2023-11-13 Tom de Vries[gdb/tui] Add tui_win_info::{box_width,box_size}
2023-07-15 Andrew Burgessgdb/tui: make tui_win_info::title private
2023-06-03 Tom de Vries[gdb] Fix typos
2023-02-14 Tom TromeyRemove a use of pagination_enabled
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-17 Tom TromeyUse boolean literals for pagination_enabled
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-02 Andrew Burgessgdb: update now gdbarch_register_name doesn't return...
2022-04-07 Andrew Burgessgdb: move struct reggroup into reggroups.h header
2022-04-07 Andrew Burgessgdb: remove reggroup_next and reggroup_prev
2022-04-07 Andrew Burgessgdb/tui: fix 'tui reg next/prev' command when data...
2022-04-07 Andrew Burgessgdb/tui: avoid theoretical bug with 'tui reg' command
2022-04-07 Andrew Burgessgdb: switch to using 'const reggroup *' in tui-regs...
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-26 Simon Marchigdb: add string_file::release method
2022-01-05 Tom TromeyUse filtered output in ordinary commands
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
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
next