aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-regs.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-17Simplify tui_show_registersTom Tromey1-11/+6
2019-07-17Parameterize tui_show_register_group with windowTom Tromey1-11/+13
2019-07-17Introduce tui_data_window::display_reg_element_at_line methodTom Tromey1-16/+10
2019-07-17Introduce two more tui_data_window methodsTom Tromey1-31/+23
2019-07-17Introduce tui_data_window::erase_data_content methodTom Tromey1-1/+1
2019-07-17Introduce tui_data_window::display_all_data methodTom Tromey1-1/+1
2019-07-17Remove tui_display_data_from_lineTom Tromey1-17/+13
2019-07-17Introduce tui_data_window::first_reg_element_no_inlineTom Tromey1-9/+7
2019-07-17Introduce tui_data_window::line_from_reg_element_no methodTom Tromey1-7/+5
2019-07-17Introduce tui_data_window::last_regs_line_no methodTom Tromey1-9/+8
2019-06-25Separate out data windowTom Tromey1-104/+62