aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-10Remove can_highlight from TUI windowsTom Tromey3-7/+3
2019-11-06Remove some includes of readline.hTom Tromey2-6/+0
2019-11-05Fix regression from TUI disassembly style patchTom Tromey1-2/+3
2019-11-05Style disassembly in the TUITom Tromey5-142/+178
2019-11-05Change tui_source_element::line to have type std::stringTom Tromey4-6/+6
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries4-5/+5
2019-10-21Remove tui_exec_info_contentTom Tromey1-2/+0
2019-10-15Make tui-winsource not use breakpoint_chainChristian Biesinger1-7/+4
2019-10-09Don't call erase_data_content from tui_data_window::show_registersTom Tromey1-2/+3
2019-10-09Make TUI window handle a unique_ptrTom Tromey12-87/+73
2019-10-09Remove declaration from tui-wingeneral.hTom Tromey1-1/+0
2019-10-09Remove tui_win_is_auxiliaryTom Tromey2-8/+0
2019-10-09Remove tui_default_win_viewport_heightTom Tromey3-63/+9
2019-10-09Remove two TUI commentsTom Tromey1-2/+0
2019-10-01Introduce metadata styleTom Tromey2-5/+6
2019-10-01Remove the ui_out_style_kind enumTom Tromey2-2/+2
2019-09-20Change TUI window commands to be case-sensitiveTom Tromey2-95/+67
2019-09-20Use make_unique_xstrdup in TUITom Tromey2-2/+2
2019-09-20Remove separator comments from TUITom Tromey4-55/+0
2019-09-20Remove strcat_to_bufTom Tromey2-15/+0
2019-09-20Rename a private data member in tui_source_windowTom Tromey2-4/+4
2019-09-20Rename private data members of tui_data_windowTom Tromey2-36/+36
2019-09-20Change members of tui_locator_window to std::stringTom Tromey3-21/+11