aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-20Remove a call to tui_locator_win_info_ptrTom Tromey1-4/+2
2019-09-20Don't call refresh in tui_resize_allTom Tromey1-1/+0
2019-09-20Set TUI locator height to 1Tom Tromey3-17/+11
2019-09-20Change "win_resized" to boolTom Tromey4-9/+9
2019-09-20Use "bool" in tui_data_window::show_register_groupTom Tromey2-3/+3
2019-09-20Simplify TUI disassemblyTom Tromey1-45/+26
2019-09-20Simplify tui_source_window_base::show_source_contentTom Tromey2-10/+6
2019-09-20Remove some explicit re-rendering from the TUITom Tromey1-4/+0
2019-09-20Change tui_make_status_line to be a methodTom Tromey2-18/+20
2019-09-20Change tui_make_status_line to return std::stringTom Tromey1-44/+25
2019-09-20Move "fullname" to tui_source_windowTom Tromey4-13/+7
2019-09-20Change tui_source_element::line to be a unique_xmalloc_ptrTom Tromey4-16/+6
2019-09-20Remove tui_clear_source_windows_detailTom Tromey5-25/+0
2019-09-18Give a name to the TUI SingleKey keymapTom Tromey1-3/+6
2019-09-09Use ui_out for "info win"Tom Tromey1-6/+14
2019-09-08Truncate long TUI window titlesTom Tromey1-1/+15
2019-08-30Remove tui_win_info::refresh_allTom Tromey6-49/+0
2019-08-30Don't call wrefresh from tui_cont_sigTom Tromey1-2/+0
2019-08-30Minor rearrangement of tui-stack.cTom Tromey1-13/+7
2019-08-30Make tui_locator_window::set_locator_fullname re-renderTom Tromey1-3/+1
2019-08-30Swap tui_show_locator_content and tui_locator_window::rerenderTom Tromey1-21/+17
2019-08-30Turn two locator functions into methodsTom Tromey2-47/+49