aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-31gdb/tui: Update help text for scroll commandsAndrew Burgess1-4/+12
2020-01-24gdb/tui: asm window handles invalid memory and scrolls betterAndrew Burgess1-60/+183
2020-01-24gdb/tui: Prevent exceptions from trying to cross readlinePedro Alves1-3/+28
2020-01-19Remove flickering from the TUITom Tromey8-5/+93
2020-01-19Make "file" clear TUI source windowTom Tromey1-5/+6
2020-01-13gdb/tui: Place window titles in the center of the borderAndrew Burgess1-2/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi7-7/+14
2020-01-11Make TUI borders respect "set style enabled"Tom Tromey2-4/+9
2020-01-09gdb/tui: Link source and assembler scrolling .... againAndrew Burgess1-1/+3
2020-01-09gdb: Fix scrolling in TUITom Tromey1-10/+13
2020-01-09gdb/tui: Fix 'layout asm' before the inferior has startedAndrew Burgess1-4/+6
2020-01-06GDB: Fix the overflow in addr/line_is_displayed()Shahab Vahedi2-18/+15
2020-01-06GDB: Remove trailing spaces in tui-disasm.cShahab Vahedi1-3/+3
2020-01-05gdb: use tui_set_layout not show_layout to fix window focusAndrew Burgess1-6/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker31-31/+31
2019-12-30Make some TUI globals "static"Tom Tromey1-10/+10
2019-12-30Use "bool" in more spots in TUITom Tromey6-23/+21
2019-12-27Remove dead code from TUITom Tromey2-58/+0
2019-12-27Change tui_active to boolTom Tromey2-7/+7
2019-12-27Remove tui_gen_win_info::viewport_heightTom Tromey5-17/+2
2019-12-20Don't call tui_show_source from tui_ui_outTom Tromey3-18/+1
2019-12-20Change tui_show_frame_info to return boolTom Tromey3-11/+9