aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker31-31/+31
2019-12-30Make some TUI globals "static"Tom Tromey1-10/+10
2019-12-30Use "bool" in more spots in TUITom Tromey6-23/+21
2019-12-27Remove dead code from TUITom Tromey2-58/+0
2019-12-27Change tui_active to boolTom Tromey2-7/+7
2019-12-27Remove tui_gen_win_info::viewport_heightTom Tromey5-17/+2
2019-12-20Don't call tui_show_source from tui_ui_outTom Tromey3-18/+1
2019-12-20Change tui_show_frame_info to return boolTom Tromey3-11/+9
2019-12-20Fix "list" command in the TUITom Tromey1-44/+58
2019-12-20Use bool in tui_before_promptTom Tromey1-3/+3
2019-12-20Don't call set_current_source_symtab_and_line from TUITom Tromey1-7/+0
2019-12-20Change set_locator_info to take a symtab_and_lineTom Tromey2-38/+24
2019-12-20Remove a call to update_exec_infoTom Tromey1-4/+1
2019-12-20Display "main" on initial TUI startupTom Tromey1-0/+2
2019-12-20Reimplement tui_get_begin_asm_addressTom Tromey1-14/+17
2019-12-20Simplify tui_update_source_windows_with_lineTom Tromey3-31/+10
2019-12-20Simplify tui_update_source_windows_with_addrTom Tromey1-13/+4
2019-12-20Use symtab_and_line when updating TUI windowsTom Tromey6-81/+64
2019-12-20Use start_line_or_addr in TUI windowsTom Tromey3-4/+4
2019-12-20Change tui_source_window_base::set_contents to return boolTom Tromey6-89/+80
2019-12-20Remove tui_source_window::show_symtab_sourceTom Tromey3-17/+2
2019-12-20Remove tui_show_disassemTom Tromey3-19/+9
2019-12-20Remove some unnecessary focus switchesTom Tromey2-12/+0
2019-12-20Simplify tui_source_window_base::maybe_update methodTom Tromey6-25/+21
2019-12-20Remove some TUI assertsTom Tromey1-6/+0
2019-12-20Remove tui_show_disassem_and_update_sourceTom Tromey3-37/+4
2019-12-20Remove parameters from tui_show_sourceTom Tromey3-4/+4
2019-12-20Change tui_update_locator_fullname to take a symtabTom Tromey5-13/+11
2019-12-20Make isearch change readline prompt in TUITom Tromey1-10/+1
2019-12-19Cast the log10 argument to double to disambiguate itChristian Biesinger1-1/+3
2019-12-17Add virtual destructor to tui_layout_baseSimon Marchi1-0/+2
2019-12-11Change "winheight" resizing to use new layout codeTom Tromey3-279/+14
2019-12-11Re-apply the current layout when resizingTom Tromey1-104/+2
2019-12-11First use of tui_layoutTom Tromey2-167/+52
2019-12-11Introduce new layout codeTom Tromey2-0/+506
2019-12-11Remove struct tui_pointTom Tromey5-30/+25
2019-12-11Introduce the tui_gen_win_info::min_height methodTom Tromey3-0/+18
2019-12-11Move can_box to tui_gen_win_infoTom Tromey1-1/+7
2019-12-11Move max_height method to tui_gen_win_infoTom Tromey3-2/+14
2019-12-01Treat inactive TUI specially in "info win"Tom Tromey1-0/+6
2019-12-01Fix latent bug in tui_copy_source_lineTom Tromey1-0/+2
2019-12-01Re-highlight windows when needed during TUI startupTom Tromey1-2/+3
2019-12-01Add TUI border colorsTom Tromey4-4/+19
2019-12-01Allow using less horizontal space in TUI source windowTom Tromey6-11/+67
2019-11-26Remove declaration of tui_set_var_cmd, make definition staticSimon Marchi2-4/+2
2019-11-19Fix the "winheight" commandTom Tromey3-27/+22
2019-11-12Consolidate setting of current_layoutTom Tromey1-4/+1
2019-11-12Move _initialize_tui_layout to end of fileTom Tromey1-25/+26
2019-11-12Make TUI resizing tests more robustTom Tromey1-0/+34
2019-11-11Document and extend readline-bindable functionsTom Tromey1-1/+3