aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Tidy tui_delete_winTom Tromey2-7/+1
2019-06-25Make tui_gen_win_info constructor protectedTom Tromey2-3/+5
2019-06-25Fix latent bug in set_is_exec_point_atTom Tromey1-1/+1
2019-06-25Remove NULL checks before xfreeTom Tromey2-6/+3
2019-06-25Remove union tui_which_elementTom Tromey8-301/+107
2019-06-25More type safety for TUI source window functionsTom Tromey6-24/+33
2019-06-25Use bool for is_exec_pointTom Tromey4-9/+9
2019-06-25Fix "auxiliary" typoTom Tromey6-7/+7
2019-06-25Separate out data windowTom Tromey6-211/+83
2019-06-25Remove "data_content" and "data_content_count" from TUI data windowTom Tromey6-95/+6
2019-06-25Turn tui_first_data_item_displayed into a methodTom Tromey3-16/+12
2019-06-25Remove tui_init_generic_partTom Tromey2-9/+2
2019-06-25Separate out data item windowTom Tromey3-85/+67
2019-06-25Remove two unused enum constants from tui_win_typeTom Tromey1-4/+1
2019-06-25Remove command from tui_which_elementTom Tromey2-13/+1
2019-06-25Remove layout_def::splitTom Tromey3-7/+1
2019-06-25Separate out locator windowTom Tromey8-113/+83
2019-06-25Separate out execution-info windowTom Tromey4-37/+69
2019-06-25Remove tui_alloc_win_infoTom Tromey3-27/+23
2019-06-25Don't check window type in tui_set_win_focus_toTom Tromey2-5/+3
2019-06-25Introduce tui_win_info::make_visible_with_new_heightTom Tromey2-78/+87
2019-06-25Introduce tui_win_info::update_tab_widthTom Tromey2-16/+24
2019-06-25Introduce enum tui_boxTom Tromey4-7/+14
2019-06-25Remove some TUI static allocationsTom Tromey3-62/+24
2019-06-25Introduce tui_gen_win_info::reset methodTom Tromey2-156/+122
2019-06-25Move make_visible method to tui_gen_win_infoTom Tromey2-30/+17
2019-06-25Remove tui_scroll_direction enumTom Tromey6-76/+35
2019-06-25Change more TUI functions to take a tui_source_window_baseTom Tromey2-21/+15
2019-06-25Change tui_set_exec_info_content to return voidTom Tromey2-6/+2
2019-06-25Remove NULL check from tui_set_exec_info_contentTom Tromey1-38/+32
2019-06-25Change tui_alloc_source_buffer return type to voidTom Tromey4-83/+77
2019-06-25Introduce tui_gen_win_info::name methodTom Tromey3-35/+31
2019-06-25Change tui_update_source_window for better type safetyTom Tromey3-8/+7
2019-06-25Introduce refresh_window methodTom Tromey7-31/+37
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey14-317/+309
2019-06-25Use new and delete for tui_gen_win_infoTom Tromey3-35/+42
2019-06-25Change tui_which_element::data_window to be a pointerTom Tromey6-15/+17
2019-06-25Introduce set_highlight methodTom Tromey4-23/+19
2019-06-25Remove redundant check from make_visibleTom Tromey1-3/+1
2019-06-25Introduce max_height methodTom Tromey2-6/+23
2019-06-25Introduce set_new_height methodTom Tromey2-40/+48
2019-06-25Introduce the refresh_all methodTom Tromey4-23/+25
2019-06-25Introduce two TUI source window methodsTom Tromey7-38/+35
2019-06-25Introduce the refresh methodTom Tromey2-11/+24
2019-06-25Use bool for visibilityTom Tromey6-22/+22
2019-06-25Introduce make_visible methodTom Tromey3-18/+27
2019-06-25Remove an unneeded NULL checkTom Tromey1-23/+21
2019-06-25Inline constructors and initializersTom Tromey2-27/+21
2019-06-25Change tui_data_window::display_regs to boolTom Tromey3-5/+5
2019-06-25Remove struct tui_data_infoTom Tromey5-122/+91