aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-data.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-25Use bool for visibilityTom Tromey1-2/+2
2019-06-25Introduce make_visible methodTom Tromey1-6/+0
2019-06-25Inline constructors and initializersTom Tromey1-17/+0
2019-06-25Change tui_data_window::display_regs to boolTom Tromey1-3/+3
2019-06-25Remove struct tui_data_infoTom Tromey1-23/+21
2019-06-25Remove struct tui_source_infoTom Tromey1-26/+10
2019-06-25Introduce has_locator methodTom Tromey1-5/+6
2019-06-25Remove tui_clear_win_detailTom Tromey1-10/+1
2019-06-25Create tui_disasm_windowTom Tromey1-4/+6
2019-06-25Split the tui_win_info destructorTom Tromey1-37/+33
2019-06-25Remove tui_listTom Tromey1-27/+15
2019-06-25Introduce tui_win_info::clear_detail methodTom Tromey1-25/+32
2019-06-25Create subclasses for different window typesTom Tromey1-32/+44
2019-06-25Add destructor to tui_win_infoTom Tromey1-27/+25
2019-06-25Use new and delete for TUI windowsTom Tromey1-3/+2
2019-06-22Remove two unused functions from the TUITom Tromey1-77/+0
2019-06-16Remove more unnecessary casts of NULLTom Tromey1-12/+8
2019-06-16Remove unnecessary casts of NULLTom Tromey1-10/+9
2019-06-16Remove some NULL checks from the TUITom Tromey1-16/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-1/+4
2018-10-19Deprecate and replace the "tabset" commandTom Tromey1-17/+0
2018-10-15Remove unnecessary casts from TUITom Tromey1-2/+2
2018-09-06Remove unused tui_win_element::highlightSimon Marchi1-1/+0
2018-09-06Remove unused tui_win_info::detail::opaqueSimon Marchi1-3/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-11Remove unnecessary parentheses in declarationsEgeyar Bagcioglu1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26tui: Simplify tui_alloc_contentSimon Marchi1-25/+14
2015-10-24tui-data.c: Remove unnecessary castsSimon Marchi1-2/+2
2015-09-04gdb/tui: Remove casts of NULL during assignment.Andrew Burgess1-16/+16
2015-08-31gdb/tui: Make local variable const.Andrew Burgess1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-6/+6
2015-08-20Remove fields curch and cur_line from TUI_CMD_WINPatrick Palka1-4/+1
2015-07-06gdb: tui_win_name: Make parameter and result const.Andrew Burgess1-3/+4
2015-05-21gdb: Remove register class specific layout names.Andrew Burgess1-9/+1
2015-04-27Fix PR gdb/18155Patrick Palka1-7/+0
2015-04-27Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka1-7/+4