aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-data.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Remove tui_clear_source_windows_detailTom Tromey1-1/+0
2019-08-30Remove tui_win_info::refresh_allTom Tromey1-6/+0
2019-08-30Remove NO_DATA_STRINGTom Tromey1-1/+0
2019-08-21Fix g++ 9.1 build breakageChristian Biesinger1-0/+1
2019-08-20Remove some defines from tui-data.hTom Tromey1-2/+0
2019-08-20Move some defines to tui-stack.cTom Tromey1-11/+0
2019-08-20Change tui_make_window to be a methodTom Tromey1-9/+8
2019-08-20Some i18n fixes for the TUITom Tromey1-3/+0
2019-08-16Remove separate visibility flagTom Tromey1-2/+6
2019-08-15TUI resize unificationTom Tromey1-17/+7
2019-08-15Change TUI source window iterationTom Tromey1-3/+0
2019-08-15Rename the "reset" method to "resize"Tom Tromey1-3/+3
2019-08-15Remove tui_initialize_static_dataTom Tromey1-1/+0
2019-08-15Move locator code to tui-stack.cTom Tromey1-25/+0
2019-08-15Simplify TUI boxingTom Tromey1-7/+11
2019-08-13Remove tui_gen_win_info::last_visible_lineTom Tromey1-2/+0
2019-08-13Move code to tui-winsource.hTom Tromey1-41/+0
2019-08-13Change tui_check_and_display_highlight_if_needed to be a methodTom Tromey1-0/+2
2019-08-13Delete invisible TUI windowsTom Tromey1-0/+5
2019-08-13Move current_layout to tui-layout.cTom Tromey1-1/+0
2019-08-13Remove struct tui_layout_defTom Tromey1-7/+0
2019-08-13clear_detail can only be called on TUI source windowsTom Tromey1-3/+0
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey1-84/+1
2019-07-17Change make_invisible_and_set_new_height to be a methodTom Tromey1-0/+5
2019-07-17Move tui_source_window to tui-source.hTom Tromey1-30/+1
2019-07-17Move tui_disasm_window to tui-disasm.hTom Tromey1-23/+0
2019-07-17Move TUI data item window to tui-regs.hTom Tromey1-19/+0
2019-07-17Move TUI command window codeTom Tromey1-47/+2
2019-07-17Rearrange TUI data window codeTom Tromey1-81/+0
2019-07-17Remove has_locator methodTom Tromey1-12/+0
2019-07-17Remove the win_type parameter from tui_gen_win_info::resetTom Tromey1-7/+4
2019-07-17Always create an execution info window for a source windowTom Tromey1-4/+8
2019-07-17Merge refresh and refresh_window methodsTom Tromey1-4/+1
2019-07-17Remove tui_source_window::content_in_useTom Tromey1-2/+0
2019-07-17Remove UNDEFINED_ITEM define from TUITom Tromey1-2/+1
2019-07-17Remove unused TUI definesTom Tromey1-5/+0
2019-07-17Remove unused parameter from two TUI functionsTom Tromey1-2/+0
2019-07-17Move content_in_use to tui_source_window classTom Tromey1-3/+5
2019-07-17Introduce tui_source_window_base::location_matches_p methodTom Tromey1-0/+8
2019-07-17Make source windows be self-updatingTom Tromey1-4/+10
2019-07-17Introduce TUI window iteratorTom Tromey1-0/+69
2019-07-17Introduce tui_data_window::display_reg_element_at_line methodTom Tromey1-0/+6
2019-07-17Introduce two more tui_data_window methodsTom Tromey1-0/+11
2019-07-17Introduce tui_data_window::erase_data_content methodTom Tromey1-0/+2
2019-07-17Introduce tui_data_window::delete_data_content_windows methodTom Tromey1-0/+4
2019-07-17Introduce tui_data_window::display_all_data methodTom Tromey1-0/+4
2019-07-17Introduce tui_data_window::first_reg_element_no_inlineTom Tromey1-0/+4
2019-07-17Introduce tui_data_window::line_from_reg_element_no methodTom Tromey1-0/+5
2019-07-17Introduce tui_data_window::last_regs_line_no methodTom Tromey1-0/+4
2019-07-17Introduce can_scroll methodTom Tromey1-0/+11