aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-25Remove struct tui_command_infoTom Tromey3-16/+12
2019-06-25Remove struct tui_source_infoTom Tromey8-111/+112
2019-06-25Introduce has_locator methodTom Tromey4-16/+26
2019-06-25Remove tui_clear_win_detailTom Tromey2-11/+1
2019-06-25Don't use TUI_DISASM_WIN in tui_disasm_window methodTom Tromey1-1/+1
2019-06-25Introduce methods for scrollingTom Tromey12-144/+100
2019-06-25Create tui_disasm_windowTom Tromey2-8/+40
2019-06-25Split the tui_win_info destructorTom Tromey2-37/+35
2019-06-25Remove tui_listTom Tromey5-64/+31
2019-06-25Introduce tui_win_info::clear_detail methodTom Tromey2-25/+41
2019-06-25Simplify source and disassembly window creationTom Tromey1-30/+24
2019-06-25Simplify command window creationTom Tromey1-77/+69