aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-20Fix "list" command in the TUITom Tromey1-44/+58
2019-12-20Use bool in tui_before_promptTom Tromey1-3/+3
2019-12-20Don't call set_current_source_symtab_and_line from TUITom Tromey1-7/+0
2019-12-20Change set_locator_info to take a symtab_and_lineTom Tromey2-38/+24
2019-12-20Remove a call to update_exec_infoTom Tromey1-4/+1
2019-12-20Display "main" on initial TUI startupTom Tromey1-0/+2
2019-12-20Reimplement tui_get_begin_asm_addressTom Tromey1-14/+17
2019-12-20Simplify tui_update_source_windows_with_lineTom Tromey3-31/+10
2019-12-20Simplify tui_update_source_windows_with_addrTom Tromey1-13/+4
2019-12-20Use symtab_and_line when updating TUI windowsTom Tromey6-81/+64
2019-12-20Use start_line_or_addr in TUI windowsTom Tromey3-4/+4
2019-12-20Change tui_source_window_base::set_contents to return boolTom Tromey6-89/+80
2019-12-20Remove tui_source_window::show_symtab_sourceTom Tromey3-17/+2
2019-12-20Remove tui_show_disassemTom Tromey3-19/+9