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