aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Fix flushing bug in tui_puts_internalTom Tromey1-0/+6
2019-07-17Remove has_locator methodTom Tromey2-14/+2
2019-07-17Remove tui_make_visible and tui_make_invisibleTom Tromey4-27/+13
2019-07-17Remove make_data_windowTom Tromey1-15/+2
2019-07-17Remove make_source_window and make_disasm_windowTom Tromey1-51/+15
2019-07-17Remove make_command_windowTom Tromey1-34/+16
2019-07-17Simplify show_source_or_disasm_and_commandTom Tromey1-29/+20
2019-07-17Change tui_get_register to return voidTom Tromey1-9/+4
2019-07-17Simplify tui_gen_win_info::make_visibleTom Tromey1-12/+7
2019-07-17Simplify show_source_disasm_commandTom Tromey1-31/+17
2019-07-17Clean up tui_layout_commandTom Tromey3-64/+51
2019-07-17Change tui_set_layout to return voidTom Tromey2-88/+81
2019-07-17Remove reset_locatorTom Tromey1-27/+12
2019-07-17Remove the win_type parameter from tui_gen_win_info::resetTom Tromey3-38/+22
2019-07-17Introduce reset_locator function in tui-layout.cTom Tromey1-66/+23
2019-07-17Always create an execution info window for a source windowTom Tromey6-126/+83
2019-07-17Remove some dead code from tui_set_layoutTom Tromey1-13/+4
2019-07-17Remove TUI data window special caseTom Tromey3-13/+6
2019-07-17Remove tui_set_focusTom Tromey1-11/+3
2019-07-17Merge refresh and refresh_window methodsTom Tromey4-29/+12
2019-07-17Remove tui_source_window::content_in_useTom Tromey3-5/+1
2019-07-17Simplify source window clearingTom Tromey3-73/+1
2019-07-17Remove UNDEFINED_ITEM define from TUITom Tromey1-2/+1
2019-07-17Remove unused TUI definesTom Tromey1-5/+0
2019-07-17Remove unused parameter from two TUI functionsTom Tromey5-43/+37
2019-07-17Add win_info parameter to tui_set_disassem_contentTom Tromey3-13/+14
2019-07-17Move content_in_use to tui_source_window classTom Tromey6-17/+18
2019-07-17Introduce tui_source_window_base::location_matches_p methodTom Tromey4-10/+26
2019-07-17Remove tui_set_win_heightTom Tromey1-11/+1
2019-07-17Make source windows be self-updatingTom Tromey3-18/+30
2019-07-17Fix comment typosTom Tromey2-2/+2
2019-07-17Introduce TUI window iteratorTom Tromey6-59/+103
2019-07-17Minor tui_reg_next / tui_reg_prev cleanupTom Tromey1-10/+11
2019-07-17Simplify tui_show_registersTom Tromey1-11/+6
2019-07-17Parameterize tui_show_register_group with windowTom Tromey1-11/+13
2019-07-17Introduce tui_data_window::display_reg_element_at_line methodTom Tromey2-16/+16
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