aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-data.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-24Don't let TUI focus on locatorTom Tromey1-8/+26
2020-02-22Remove tui_set_win_with_focusTom Tromey1-3/+9
2020-02-22TUI windows do not need to store their typeTom Tromey1-5/+0
2020-02-22Remove tui_delete_invisible_windows and tui_make_all_invisibleTom Tromey1-23/+0
2020-02-22Reimplement tui_next_win and tui_prev_winTom Tromey1-42/+13
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-19Fix the "winheight" commandTom Tromey1-19/+0
2019-10-09Make TUI window handle a unique_ptrTom Tromey1-5/+0
2019-10-09Remove tui_win_is_auxiliaryTom Tromey1-6/+0
2019-09-20Remove separator comments from TUITom Tromey1-20/+0
2019-09-20Change "win_resized" to boolTom Tromey1-4/+4
2019-09-20Remove tui_clear_source_windows_detailTom Tromey1-9/+0
2019-08-20Change tui_make_window to be a methodTom Tromey1-1/+0
2019-08-16Remove separate visibility flagTom Tromey1-3/+3
2019-08-15TUI resize unificationTom Tromey1-0/+6
2019-08-15Change TUI source window iterationTom Tromey1-31/+0
2019-08-15Move locator code to tui-stack.cTom Tromey1-25/+0
2019-08-13Remove tui_gen_win_info::last_visible_lineTom Tromey1-2/+1
2019-08-13Delete invisible TUI windowsTom Tromey1-0/+22
2019-08-13Move current_layout to tui-layout.cTom Tromey1-17/+0
2019-08-13Remove struct tui_layout_defTom Tromey1-11/+0
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey1-26/+1
2019-07-17Move TUI data item window to tui-regs.hTom Tromey1-11/+0
2019-07-17Move TUI command window codeTom Tromey1-8/+0
2019-07-17Rearrange TUI data window codeTom Tromey1-10/+0
2019-07-17Always create an execution info window for a source windowTom Tromey1-1/+2
2019-07-17Move content_in_use to tui_source_window classTom Tromey1-1/+0
2019-07-17Fix comment typosTom Tromey1-1/+1
2019-07-17Introduce TUI window iteratorTom Tromey1-15/+7
2019-06-25Tidy tui_delete_winTom Tromey1-5/+1
2019-06-25Remove union tui_which_elementTom Tromey1-166/+0
2019-06-25Use bool for is_exec_pointTom Tromey1-1/+1
2019-06-25Fix "auxiliary" typoTom Tromey1-1/+1
2019-06-25Separate out data windowTom Tromey1-72/+2
2019-06-25Remove "data_content" and "data_content_count" from TUI data windowTom Tromey1-7/+0
2019-06-25Remove tui_init_generic_partTom Tromey1-8/+2
2019-06-25Separate out data item windowTom Tromey1-22/+10
2019-06-25Remove command from tui_which_elementTom Tromey1-6/+1
2019-06-25Remove layout_def::splitTom Tromey1-1/+1
2019-06-25Separate out locator windowTom Tromey1-8/+4
2019-06-25Separate out execution-info windowTom Tromey1-4/+4
2019-06-25Remove tui_alloc_win_infoTom Tromey1-22/+0
2019-06-25Remove some TUI static allocationsTom Tromey1-40/+12
2019-06-25Introduce tui_gen_win_info::name methodTom Tromey1-30/+1
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey1-24/+23
2019-06-25Use new and delete for tui_gen_win_infoTom Tromey1-21/+8
2019-06-25Change tui_which_element::data_window to be a pointerTom Tromey1-5/+7
2019-06-25Introduce set_highlight methodTom Tromey1-8/+0
2019-06-25Introduce two TUI source window methodsTom Tromey1-7/+6