aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-17Fix an error in parse_scrolling_argsTom Tromey1-4/+4
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey9-233/+231
2019-07-17Change make_invisible_and_set_new_height to be a methodTom Tromey2-43/+40
2019-07-17Move tui_source_window to tui-source.hTom Tromey5-31/+34
2019-07-17Move tui_disasm_window to tui-disasm.hTom Tromey2-25/+25
2019-07-17Move TUI data item window to tui-regs.hTom Tromey4-30/+28
2019-07-17Move TUI command window codeTom Tromey7-81/+80
2019-07-17Move tui_dispatch_ctrl_char to tui-io.cTom Tromey3-53/+51
2019-07-17Rearrange TUI data window codeTom Tromey11-353/+262
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