summaryrefslogtreecommitdiff
path: root/gdb/tui/tui.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* gdb/tui: Fix 'layout asm' before the inferior has startedAndrew Burgess2020-01-091-4/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use "bool" in more spots in TUITom Tromey2019-12-301-5/+3
* Remove dead code from TUITom Tromey2019-12-271-56/+0
* Change tui_active to boolTom Tromey2019-12-271-6/+6
* Don't call tui_show_source from tui_ui_outTom Tromey2019-12-201-12/+0
* Display "main" on initial TUI startupTom Tromey2019-12-201-0/+2
* Simplify tui_update_source_windows_with_lineTom Tromey2019-12-201-1/+1
* Remove parameters from tui_show_sourceTom Tromey2019-12-201-2/+2
* Change tui_update_locator_fullname to take a symtabTom Tromey2019-12-201-1/+1
* Re-highlight windows when needed during TUI startupTom Tromey2019-12-011-2/+3
* Document and extend readline-bindable functionsTom Tromey2019-11-111-1/+3
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Make TUI window handle a unique_ptrTom Tromey2019-10-091-3/+3
* Remove strcat_to_bufTom Tromey2019-09-201-13/+0
* Change "win_resized" to boolTom Tromey2019-09-201-1/+1
* Give a name to the TUI SingleKey keymapTom Tromey2019-09-181-3/+6
* Remove separate visibility flagTom Tromey2019-08-161-1/+1
* Remove unnecessary "return"sTom Tromey2019-07-171-2/+0
* Move tui_source_window to tui-source.hTom Tromey2019-07-171-0/+1
* Move TUI command window codeTom Tromey2019-07-171-0/+1
* Rearrange TUI data window codeTom Tromey2019-07-171-1/+0
* Remove TUI data window special caseTom Tromey2019-07-171-2/+0
* Derive tui_win_info from tui_gen_win_infoTom Tromey2019-06-251-7/+7
* Introduce the refresh_all methodTom Tromey2019-06-251-1/+1
* Use bool for visibilityTom Tromey2019-06-251-3/+3
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Avoid compilation warnings on MinGW.Eli Zaretskii2019-03-021-1/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Make ANSI terminal escape sequences work in TUITom Tromey2018-12-281-0/+9
* Remove unnecessary casts from TUITom Tromey2018-10-151-1/+1
* Add "name" method to class interpTom Tromey2018-05-251-1/+1
* Remove interp_nameTom Tromey2018-05-251-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify some commands in tui.cTom Tromey2017-09-271-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Add shortcuts for "nexti" and "stepi" commands in Single-Key modeRuslan Kabatsayev2017-08-161-0/+2
* Avoid compiler warning in MinGW buildEli Zaretskii2017-05-131-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make gdb_in_secondary_prompt_p() be per UIPedro Alves2016-06-211-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* TUI: check whether in secondary prompt instead of immediate_quitPedro Alves2016-04-121-1/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: New 'tui enable' and 'tui disable' commands.Andrew Burgess2015-05-221-0/+34
* gdb: Remove register class specific layout names.Andrew Burgess2015-05-211-5/+3
* Avoid race condition when handling a SIGWINCH signalPatrick Palka2015-05-131-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3