aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2020-07-23[gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.cTom de Vries1-0/+5
2020-07-06[gdb/tui,c++17] Fix NULL string_view in tui_partial_win_by_nameTom de Vries1-13/+10
2020-07-01Make tui_win_info::name pure virtualTom Tromey2-4/+6
2020-07-01Remove tui_gen_win_infoTom Tromey5-93/+55
2020-07-01Derive tui_locator_window from tui_win_infoTom Tromey1-1/+16
2020-07-01Remove body of tui_locator_window constructorTom Tromey1-5/+1
2020-07-01Don't derive tui_data_item_window from tui_gen_win_infoTom Tromey3-78/+30
2020-07-01Rename tui_data_item_window::item_noTom Tromey2-4/+4
2020-07-01Remove useless "if' from tui-regs.cTom Tromey1-7/+4
2020-07-01Remove tui_data_window::nameTom Tromey2-2/+0
2020-07-01Move some code out of tui-data.hTom Tromey4-26/+22
2020-07-01Remove tui_expand_tabsTom Tromey4-73/+48
2020-07-01Use complete_on_enum in tui_reggroup_completerTom Tromey1-9/+2
2020-06-17Remove unnecessary TUI declarationsTom Tromey2-7/+0
2020-06-16Use macros for TUI window namesTom Tromey2-32/+33
2020-06-16Fix crash when exiting TUI with gdb -tuiTom Tromey4-5/+18
2020-06-16Fix C-x 1 from gdb promptTom Tromey1-5/+6
2020-05-03Update more calls to add_prefix_cmdTom Tromey1-18/+8
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey2-2/+2
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey2-22/+5
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey4-4/+4
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+1
2020-02-24[gdb/testsuite] Fix layout next/prev/regs help messageTom de Vries1-3/+3
2020-02-22Fix cast in TUI_DISASM_WINTom Tromey1-1/+2
2020-02-22Add "usage" text to all TUI command helpTom Tromey4-5/+11
2020-02-22Use error_no_arg in TUITom Tromey1-90/+70
2020-02-22Make some tui_source_window_base members "protected"Tom Tromey7-100/+118
2020-02-22Allow TUI windows in PythonTom Tromey2-3/+35
2020-02-22Remove the TUI annotation hackTom Tromey1-25/+11
2020-02-22Remove tui_set_win_with_focusTom Tromey3-19/+9
2020-02-22Change how TUI windows are instantiatedTom Tromey1-32/+67
2020-02-22TUI windows do not need to store their typeTom Tromey10-43/+12
2020-02-22Remove tui_delete_invisible_windows and tui_make_all_invisibleTom Tromey6-52/+35
2020-02-22Handle ambiguity in tui_partial_win_by_nameTom Tromey1-2/+11
2020-02-22Reimplement tui_next_win and tui_prev_winTom Tromey1-42/+13
2020-02-22Change TUI window iterationTom Tromey3-76/+30
2020-02-22Add horizontal splitting to TUI layoutTom Tromey4-58/+125
2020-02-22Change return type of tui_layout_base::adjust_sizeTom Tromey2-12/+25
2020-02-22Allow TUI sub-layouts in "new-layout" commandTom Tromey2-24/+71
2020-02-22Add the "tui new-layout" commandTom Tromey2-3/+109
2020-02-22Remove hard-coded TUI layoutsTom Tromey5-292/+234
2020-02-22Reimplement "tui reg" commandTom Tromey3-16/+12
2020-02-22Reimplement TUI "C-x 1" bindingTom Tromey3-21/+61
2020-02-22Simplify TUI C-x 2 bindingTom Tromey3-36/+12
2020-02-22Fix latent display bug in tui_data_windowTom Tromey1-1/+1
2020-02-22Simplify tui_add_win_to_layoutTom Tromey2-15/+9
2020-02-22Use TUI_DISASM_WIN instead of tui_win_list arrayTom Tromey1-2/+2
2020-02-11Remove some ui_file_* functionsTom Tromey2-2/+2
2020-02-06gdb: Catch exceptions if the source file is not foundShahab Vahedi1-1/+1
2020-01-31gdb/tui: Disassembler scrolling of very small programsAndrew Burgess1-1/+1