aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-regs.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-09-28Remove target_has_registers macroTom Tromey1-2/+2
2020-09-28Remove target_has_stack macroTom Tromey1-1/+1
2020-09-28Remove target_has_memory macroTom Tromey1-1/+1
2020-07-01Don't derive tui_data_item_window from tui_gen_win_infoTom Tromey1-59/+20
2020-07-01Rename tui_data_item_window::item_noTom Tromey1-2/+2
2020-07-01Remove useless "if' from tui-regs.cTom Tromey1-7/+4
2020-07-01Remove tui_data_window::nameTom Tromey1-1/+0
2020-07-01Remove tui_expand_tabsTom Tromey1-17/+47
2020-07-01Use complete_on_enum in tui_reggroup_completerTom Tromey1-9/+2
2020-02-22Add "usage" text to all TUI command helpTom Tromey1-1/+3
2020-02-22Reimplement "tui reg" commandTom Tromey1-16/+1
2020-02-22Fix latent display bug in tui_data_windowTom Tromey1-1/+1
2020-01-19Remove flickering from the TUITom Tromey1-2/+12
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Remove tui_gen_win_info::viewport_heightTom Tromey1-2/+1
2019-10-09Don't call erase_data_content from tui_data_window::show_registersTom Tromey1-2/+3
2019-10-09Make TUI window handle a unique_ptrTom Tromey1-16/+13
2019-09-20Rename private data members of tui_data_windowTom Tromey1-32/+32
2019-09-20Use "bool" in tui_data_window::show_register_groupTom Tromey1-2/+2
2019-08-30Remove tui_win_info::refresh_allTom Tromey1-23/+0
2019-08-30Simplify register displayTom Tromey1-58/+42
2019-08-30Private data members in tui_data_windowTom Tromey1-1/+1
2019-08-30Remove some calls in tui_data_windowTom Tromey1-7/+1
2019-08-30Remove some checks of .empty()Tom Tromey1-111/+96
2019-08-30Remove tui_data_window::display_all_dataTom Tromey1-16/+2
2019-08-30Remove NO_DATA_STRINGTom Tromey1-1/+1
2019-08-20Change tui_make_window to be a methodTom Tromey1-3/+2
2019-08-20Remove tui_data_window::display_regsTom Tromey1-5/+1
2019-08-20Remove indirection from tui_data_window::regs_contentTom Tromey1-33/+18
2019-08-20Add two methods to tui_data_windowTom Tromey1-32/+23
2019-08-20Change tui_check_register_values to be a methodTom Tromey1-17/+12
2019-08-20Rearrange tui-regs.c some moreTom Tromey1-23/+15
2019-08-20Change tui_data_item_window::content to be a unique_xmalloc_ptrTom Tromey1-24/+10
2019-08-20Remove tui_data_item_window::valueTom Tromey1-1/+0
2019-08-20Minor rearrangement in tui-regs.cTom Tromey1-53/+48
2019-08-20Remove NULL check from tui_reg_commandTom Tromey1-3/+1
2019-08-20Some i18n fixes for the TUITom Tromey1-1/+1
2019-08-16Remove separate visibility flagTom Tromey1-5/+4
2019-08-15TUI resize unificationTom Tromey1-8/+1
2019-08-15Simplify TUI boxingTom Tromey1-1/+1
2019-08-13Change tui_check_and_display_highlight_if_needed to be a methodTom Tromey1-3/+3
2019-08-13clear_detail can only be called on TUI source windowsTom Tromey1-10/+0
2019-07-17Move TUI data item window to tui-regs.hTom Tromey1-0/+9
2019-07-17Rearrange TUI data window codeTom Tromey1-34/+179
2019-07-17Change tui_get_register to return voidTom Tromey1-9/+4
2019-07-17Clean up tui_layout_commandTom Tromey1-2/+16
2019-07-17Minor tui_reg_next / tui_reg_prev cleanupTom Tromey1-10/+11