aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-20/+20
2020-06-16Fix crash when exiting TUI with gdb -tuiTom Tromey1-1/+10
2020-02-22Add "usage" text to all TUI command helpTom Tromey1-2/+4
2020-02-22Remove hard-coded TUI layoutsTom Tromey1-1/+1
2020-02-22Reimplement TUI "C-x 1" bindingTom Tromey1-21/+1
2020-02-22Simplify TUI C-x 2 bindingTom Tromey1-36/+2
2020-02-11Remove some ui_file_* functionsTom Tromey1-1/+1
2020-01-19Remove flickering from the TUITom Tromey1-0/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-09gdb/tui: Fix 'layout asm' before the inferior has startedAndrew Burgess1-4/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-30Use "bool" in more spots in TUITom Tromey1-5/+3
2019-12-27Remove dead code from TUITom Tromey1-56/+0
2019-12-27Change tui_active to boolTom Tromey1-6/+6
2019-12-20Don't call tui_show_source from tui_ui_outTom Tromey1-12/+0
2019-12-20Display "main" on initial TUI startupTom Tromey1-0/+2
2019-12-20Simplify tui_update_source_windows_with_lineTom Tromey1-1/+1
2019-12-20Remove parameters from tui_show_sourceTom Tromey1-2/+2
2019-12-20Change tui_update_locator_fullname to take a symtabTom Tromey1-1/+1
2019-12-01Re-highlight windows when needed during TUI startupTom Tromey1-2/+3
2019-11-11Document and extend readline-bindable functionsTom Tromey1-1/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-09Make TUI window handle a unique_ptrTom Tromey1-3/+3
2019-09-20Remove strcat_to_bufTom Tromey1-13/+0
2019-09-20Change "win_resized" to boolTom Tromey1-1/+1
2019-09-18Give a name to the TUI SingleKey keymapTom Tromey1-3/+6
2019-08-16Remove separate visibility flagTom Tromey1-1/+1
2019-07-17Remove unnecessary "return"sTom Tromey1-2/+0
2019-07-17Move tui_source_window to tui-source.hTom Tromey1-0/+1
2019-07-17Move TUI command window codeTom Tromey1-0/+1
2019-07-17Rearrange TUI data window codeTom Tromey1-1/+0
2019-07-17Remove TUI data window special caseTom Tromey1-2/+0
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey1-7/+7
2019-06-25Introduce the refresh_all methodTom Tromey1-1/+1
2019-06-25Use bool for visibilityTom Tromey1-3/+3
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-02Avoid compilation warnings on MinGW.Eli Zaretskii1-1/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Make ANSI terminal escape sequences work in TUITom Tromey1-0/+9
2018-10-15Remove unnecessary casts from TUITom Tromey1-1/+1
2018-05-25Add "name" method to class interpTom Tromey1-1/+1
2018-05-25Remove interp_nameTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-27Constify some commands in tui.cTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-16Add shortcuts for "nexti" and "stepi" commands in Single-Key modeRuslan Kabatsayev1-0/+2
2017-05-13Avoid compiler warning in MinGW buildEli Zaretskii1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1