aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-data.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-04Fix TUI use of "has_break" fieldTom Tromey1-8/+13
2019-06-25Make tui_gen_win_info constructor protectedTom Tromey1-0/+4
2019-06-25Remove union tui_which_elementTom Tromey1-27/+16
2019-06-25Use bool for is_exec_pointTom Tromey1-1/+1
2019-06-25Fix "auxiliary" typoTom Tromey1-1/+1
2019-06-25Separate out data windowTom Tromey1-7/+2
2019-06-25Remove "data_content" and "data_content_count" from TUI data windowTom Tromey1-13/+0
2019-06-25Turn tui_first_data_item_displayed into a methodTom Tromey1-0/+4
2019-06-25Remove tui_init_generic_partTom Tromey1-1/+0
2019-06-25Separate out data item windowTom Tromey1-15/+21
2019-06-25Remove command from tui_which_elementTom Tromey1-7/+0
2019-06-25Remove layout_def::splitTom Tromey1-1/+0
2019-06-25Separate out locator windowTom Tromey1-14/+20
2019-06-25Separate out execution-info windowTom Tromey1-2/+29
2019-06-25Remove tui_alloc_win_infoTom Tromey1-1/+0
2019-06-25Introduce tui_win_info::make_visible_with_new_heightTom Tromey1-0/+11
2019-06-25Introduce tui_win_info::update_tab_widthTom Tromey1-0/+7
2019-06-25Introduce enum tui_boxTom Tromey1-2/+7
2019-06-25Remove some TUI static allocationsTom Tromey1-6/+4
2019-06-25Introduce tui_gen_win_info::reset methodTom Tromey1-1/+9