aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-data.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-25Move make_visible method to tui_gen_win_infoTom Tromey1-3/+3
2019-06-25Remove tui_scroll_direction enumTom Tromey1-28/+9
2019-06-25Introduce tui_gen_win_info::name methodTom Tromey1-1/+26
2019-06-25Introduce refresh_window methodTom Tromey1-0/+9
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey1-5/+3
2019-06-25Use new and delete for tui_gen_win_infoTom Tromey1-13/+33
2019-06-25Change tui_which_element::data_window to be a pointerTom Tromey1-1/+1
2019-06-25Introduce set_highlight methodTom Tromey1-4/+8
2019-06-25Introduce max_height methodTom Tromey1-0/+5
2019-06-25Introduce set_new_height methodTom Tromey1-0/+10
2019-06-25Introduce the refresh_all methodTom Tromey1-0/+8
2019-06-25Introduce two TUI source window methodsTom Tromey1-4/+9
2019-06-25Introduce the refresh methodTom Tromey1-0/+4
2019-06-25Use bool for visibilityTom Tromey1-4/+4
2019-06-25Introduce make_visible methodTom Tromey1-1/+9
2019-06-25Inline constructors and initializersTom Tromey1-10/+21
2019-06-25Change tui_data_window::display_regs to boolTom Tromey1-1/+1
2019-06-25Remove struct tui_data_infoTom Tromey1-20/+9
2019-06-25Remove struct tui_command_infoTom Tromey1-8/+3
2019-06-25Remove struct tui_source_infoTom Tromey1-21/+20
2019-06-25Introduce has_locator methodTom Tromey1-2/+11
2019-06-25Remove tui_clear_win_detailTom Tromey1-1/+0
2019-06-25Introduce methods for scrollingTom Tromey1-0/+52
2019-06-25Create tui_disasm_windowTom Tromey1-4/+34
2019-06-25Split the tui_win_info destructorTom Tromey1-0/+2
2019-06-25Remove tui_listTom Tromey1-9/+1
2019-06-25Introduce tui_win_info::clear_detail methodTom Tromey1-0/+9
2019-06-25Create subclasses for different window typesTom Tromey1-8/+30
2019-06-25Add destructor to tui_win_infoTom Tromey1-1/+2