aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-06-21Make gdb_in_secondary_prompt_p() be per UIPedro Alves1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-04-12TUI: check whether in secondary prompt instead of immediate_quitPedro Alves1-1/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-05-22gdb: New 'tui enable' and 'tui disable' commands.Andrew Burgess1-0/+34
2015-05-21gdb: Remove register class specific layout names.Andrew Burgess1-5/+3
2015-05-13Avoid race condition when handling a SIGWINCH signalPatrick Palka1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-02-17TUI: resize windows to new terminal size before displaying themPedro Alves1-6/+10
2015-02-10Fix a pair of screen-resizing issues in TUIPatrick Palka1-0/+7
2015-01-22Fix MinGW TUI buildEli Zaretskii1-1/+10
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-04tui: Fix newterm call for older ncursesSimon Marchi1-1/+1
2014-10-29TUI: don't let exceptions escape while handling readline key bindingsPedro Alves1-6/+21
2014-10-29PR tui/16138, PR tui/17519, and misc failures to initialize the terminalPedro Alves1-4/+49
2014-08-27Fix terminal state corruption when starting a program from within TUIPatrick Palka1-2/+3
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-02-03gdb/Jan Kratochvil1-2/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-10* tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODEStephane Carrez1-1/+5
2012-11-10PR tui/9584Stephane Carrez1-6/+7