aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Introduce two more tui_data_window methodsTom Tromey4-36/+37
2019-07-17Introduce tui_data_window::erase_data_content methodTom Tromey4-17/+14
2019-07-17Introduce tui_data_window::delete_data_content_windows methodTom Tromey3-7/+9
2019-07-17Don't declare unimplemented functionsTom Tromey2-2/+0
2019-07-17Introduce tui_data_window::display_all_data methodTom Tromey6-9/+11
2019-07-17Remove tui_display_data_fromTom Tromey2-24/+12
2019-07-17Remove tui_display_data_from_lineTom Tromey4-37/+16
2019-07-17Introduce tui_data_window::first_reg_element_no_inlineTom Tromey3-10/+11
2019-07-17Introduce tui_data_window::line_from_reg_element_no methodTom Tromey4-10/+12
2019-07-17Introduce tui_data_window::last_regs_line_no methodTom Tromey3-10/+12
2019-07-17Remove deleted breakpoint from TUI displayTom Tromey3-22/+32
2019-07-17Consolidate "if"s in tui_show_frame_infoTom Tromey1-35/+27
2019-07-17Remove some uses of TUI_WIN_SRCTom Tromey3-27/+30
2019-07-17Check can_highlight in tui_check_and_display_highlight_if_neededTom Tromey1-1/+1
2019-07-17Introduce can_scroll methodTom Tromey2-4/+14
2019-07-17Rename field_int to field_signedTom Tromey2-5/+5
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-07-04Fix TUI use of "has_break" fieldTom Tromey5-25/+23
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