aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Remove the TUI execution info windowTom Tromey5-57/+6
2019-08-16Remove useless assignment from tui_remove_hooksTom Tromey1-1/+0
2019-08-16Change tui_show_symtab_source to be a methodTom Tromey3-11/+10
2019-08-16Introduce tui_source_window_base::set_contents methodTom Tromey6-39/+50
2019-08-16Change tui_update_breakpoint_info to be a methodTom Tromey2-21/+17
2019-08-16Change tui_update_source_window to be a methodTom Tromey4-18/+15
2019-08-16Change tui_update_source_window_as_is to be a methodTom Tromey4-24/+22
2019-08-16Remove "noerror" parameter from some TUI functionsTom Tromey5-41/+22
2019-08-16Remove separate visibility flagTom Tromey8-25/+26
2019-08-16Remove m_has_locatorTom Tromey2-9/+0
2019-08-15TUI resize unificationTom Tromey13-173/+86
2019-08-15TUI window resize should not need invisibilityTom Tromey3-23/+63
2019-08-15Change TUI source window iterationTom Tromey6-51/+79
2019-08-15Rename the "reset" method to "resize"Tom Tromey4-47/+47
2019-08-15Remove tui_initialize_static_dataTom Tromey3-18/+0
2019-08-15Minor simplification in tui_default_win_viewport_heightTom Tromey1-1/+1
2019-08-15Remove tui_clear_source_contentTom Tromey3-24/+4
2019-08-15Turn tui_erase_source_content into a methodTom Tromey5-30/+37
2019-08-15Remove tui_alloc_source_bufferTom Tromey4-26/+11
2019-08-15Change tui_line_is_displayed to be a methodTom Tromey4-32/+24
2019-08-15Change tui_addr_is_displayed into a methodTom Tromey4-32/+24
2019-08-15Move contents of tui_show_frame_info to new methodTom Tromey6-57/+72
2019-08-15Avoid string_file in tui_make_status_lineTom Tromey1-5/+3
2019-08-15Move locator code to tui-stack.cTom Tromey5-50/+53
2019-08-15Remove FIXMEs from tui-layout.cTom Tromey2-10/+2
2019-08-15Simplify TUI boxingTom Tromey6-15/+23
2019-08-13Remove tui_gen_win_info::last_visible_lineTom Tromey2-4/+1
2019-08-13Don't track the contents of the execution info windowTom Tromey2-70/+8
2019-08-13Remove tui_clear_exec_info_contentTom Tromey2-18/+7
2019-08-13Remove tui_erase_exec_info_contentTom Tromey2-9/+1
2019-08-13Turn tui_show_exec_info_content into a methodTom Tromey2-7/+9
2019-08-13Move code to tui-winsource.hTom Tromey2-41/+41
2019-08-13Change tui_update_exec_info to be a methodTom Tromey3-9/+9
2019-08-13Change tui_set_exec_info_content to be a methodTom Tromey2-9/+10
2019-08-13Change tui_show_source_content to be a methodTom Tromey3-13/+14
2019-08-13Change tui_check_and_display_highlight_if_needed to be a methodTom Tromey6-15/+15
2019-08-13Delete invisible TUI windowsTom Tromey4-13/+32
2019-08-13Simplify tui_show_disassemTom Tromey1-1/+2
2019-08-13Make tui_default_win_height staticTom Tromey2-3/+1
2019-08-13Two simplifications in tui-layout.cTom Tromey1-119/+109
2019-08-13Simplify tui_make_all_invisibleTom Tromey3-16/+9
2019-08-13Remove tui_make_all_visibleTom Tromey2-7/+0
2019-08-13Move current_layout to tui-layout.cTom Tromey3-21/+12
2019-08-13Remove struct tui_layout_defTom Tromey3-23/+0
2019-08-13clear_detail can only be called on TUI source windowsTom Tromey6-25/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-3/+3
2019-08-06Add file offsets to the source cacheTom Tromey1-1/+3
2019-07-30Don't declare tui_copy_win or tui_box_winTom Tromey1-2/+0
2019-07-22Remove self-assign from make_invisible_and_set_new_heightTom Tromey1-2/+2
2019-07-17Remove unnecessary "return"sTom Tromey4-14/+0