aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-25Remove struct tui_source_infoTom Tromey9-111/+147
2019-06-25Introduce has_locator methodTom Tromey5-16/+40
2019-06-25Remove tui_clear_win_detailTom Tromey3-11/+8
2019-06-25Don't use TUI_DISASM_WIN in tui_disasm_window methodTom Tromey2-1/+6
2019-06-25Introduce methods for scrollingTom Tromey13-144/+134
2019-06-25Create tui_disasm_windowTom Tromey3-8/+51
2019-06-25Split the tui_win_info destructorTom Tromey3-37/+43
2019-06-25Remove tui_listTom Tromey6-64/+47
2019-06-25Introduce tui_win_info::clear_detail methodTom Tromey3-25/+51
2019-06-25Simplify source and disassembly window creationTom Tromey2-30/+32
2019-06-25Simplify command window creationTom Tromey2-77/+76
2019-06-25Remove an unnecessary NULL check from the TUITom Tromey2-10/+12
2019-06-25Create subclasses for different window typesTom Tromey3-40/+86