summaryrefslogtreecommitdiff
path: root/gdb/tui
Commit message (Expand)AuthorAgeFilesLines
* Remove self-assign from make_invisible_and_set_new_heightTom Tromey2019-07-221-2/+2
* Remove unnecessary "return"sTom Tromey2019-07-174-14/+0
* Fix an error in parse_scrolling_argsTom Tromey2019-07-171-4/+4
* Move source window common to code to tui-winsource.[ch]Tom Tromey2019-07-179-233/+231
* Change make_invisible_and_set_new_height to be a methodTom Tromey2019-07-172-43/+40
* Move tui_source_window to tui-source.hTom Tromey2019-07-175-31/+34
* Move tui_disasm_window to tui-disasm.hTom Tromey2019-07-172-25/+25
* Move TUI data item window to tui-regs.hTom Tromey2019-07-174-30/+28
* Move TUI command window codeTom Tromey2019-07-177-81/+80
* Move tui_dispatch_ctrl_char to tui-io.cTom Tromey2019-07-173-53/+51
* Rearrange TUI data window codeTom Tromey2019-07-1711-353/+262
* Fix flushing bug in tui_puts_internalTom Tromey2019-07-171-0/+6
* Remove has_locator methodTom Tromey2019-07-172-14/+2
* Remove tui_make_visible and tui_make_invisibleTom Tromey2019-07-174-27/+13
* Remove make_data_windowTom Tromey2019-07-171-15/+2
* Remove make_source_window and make_disasm_windowTom Tromey2019-07-171-51/+15
* Remove make_command_windowTom Tromey2019-07-171-34/+16
* Simplify show_source_or_disasm_and_commandTom Tromey2019-07-171-29/+20
* Change tui_get_register to return voidTom Tromey2019-07-171-9/+4
* Simplify tui_gen_win_info::make_visibleTom Tromey2019-07-171-12/+7
* Simplify show_source_disasm_commandTom Tromey2019-07-171-31/+17
* Clean up tui_layout_commandTom Tromey2019-07-173-64/+51
* Change tui_set_layout to return voidTom Tromey2019-07-172-88/+81
* Remove reset_locatorTom Tromey2019-07-171-27/+12
* Remove the win_type parameter from tui_gen_win_info::resetTom Tromey2019-07-173-38/+22
* Introduce reset_locator function in tui-layout.cTom Tromey2019-07-171-66/+23
* Always create an execution info window for a source windowTom Tromey2019-07-176-126/+83
* Remove some dead code from tui_set_layoutTom Tromey2019-07-171-13/+4
* Remove TUI data window special caseTom Tromey2019-07-173-13/+6
* Remove tui_set_focusTom Tromey2019-07-171-11/+3
* Merge refresh and refresh_window methodsTom Tromey2019-07-174-29/+12
* Remove tui_source_window::content_in_useTom Tromey2019-07-173-5/+1
* Simplify source window clearingTom Tromey2019-07-173-73/+1
* Remove UNDEFINED_ITEM define from TUITom Tromey2019-07-171-2/+1
* Remove unused TUI definesTom Tromey2019-07-171-5/+0
* Remove unused parameter from two TUI functionsTom Tromey2019-07-175-43/+37
* Add win_info parameter to tui_set_disassem_contentTom Tromey2019-07-173-13/+14
* Move content_in_use to tui_source_window classTom Tromey2019-07-176-17/+18
* Introduce tui_source_window_base::location_matches_p methodTom Tromey2019-07-174-10/+26
* Remove tui_set_win_heightTom Tromey2019-07-171-11/+1
* Make source windows be self-updatingTom Tromey2019-07-173-18/+30
* Fix comment typosTom Tromey2019-07-172-2/+2
* Introduce TUI window iteratorTom Tromey2019-07-176-59/+103
* Minor tui_reg_next / tui_reg_prev cleanupTom Tromey2019-07-171-10/+11
* Simplify tui_show_registersTom Tromey2019-07-171-11/+6
* Parameterize tui_show_register_group with windowTom Tromey2019-07-171-11/+13
* Introduce tui_data_window::display_reg_element_at_line methodTom Tromey2019-07-172-16/+16
* Introduce two more tui_data_window methodsTom Tromey2019-07-174-36/+37
* Introduce tui_data_window::erase_data_content methodTom Tromey2019-07-174-17/+14
* Introduce tui_data_window::delete_data_content_windows methodTom Tromey2019-07-173-7/+9