aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2019-08-20Remove indirection from tui_data_window::regs_contentTom Tromey2-34/+23
2019-08-20Add two methods to tui_data_windowTom Tromey3-35/+30
2019-08-20Change tui_check_register_values to be a methodTom Tromey3-20/+19
2019-08-20Rearrange tui-regs.c some moreTom Tromey1-23/+15
2019-08-20Change tui_data_item_window::content to be a unique_xmalloc_ptrTom Tromey4-36/+18
2019-08-20Remove tui_data_item_window::valueTom Tromey2-2/+0
2019-08-20Minor rearrangement in tui-regs.cTom Tromey1-53/+48
2019-08-20Remove NULL check from tui_reg_commandTom Tromey1-3/+1
2019-08-20Some i18n fixes for the TUITom Tromey4-6/+3
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