summaryrefslogtreecommitdiff
path: root/gdb/tui
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0233-33/+33
* tui-win: Replace VEC with std::vectorSimon Marchi2017-11-151-12/+9
* Constify execute_commandTom Tromey2017-11-071-4/+1
* Constify add_setshow_*Tom Tromey2017-11-071-1/+2
* Constify add_infoTom Tromey2017-11-071-2/+2
* Constify add_comTom Tromey2017-11-073-25/+24
* Remove cleanups from TUITom Tromey2017-10-112-17/+9
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+3
* Remove unnecessary parentheses in declarationsEgeyar Bagcioglu2017-10-112-2/+2
* Constify some commands in tui.cTom Tromey2017-09-271-2/+2
* Constify tui_reg_commandTom Tromey2017-09-271-1/+1
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-5/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-097-20/+0
* Kill init_salPedro Alves2017-09-043-7/+5
* Add shortcuts for "nexti" and "stepi" commands in Single-Key modeRuslan Kabatsayev2017-08-161-0/+2
* Replace tui_restore_gdbout with scoped_restoreTom Tromey2017-08-031-20/+6
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-173-22/+22
* Fix tui compilation with Solaris libcurses: non-const last arg to mvwaddstr (...Rainer Orth2017-05-193-5/+6
* Avoid compiler warning in MinGW buildEli Zaretskii2017-05-131-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-059-14/+13
* Fix PR tui/21216: TUI line breaks regressionPedro Alves2017-03-084-40/+91
* Fix "layout reg" crashPedro Alves2017-03-071-1/+0
* C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves2017-02-031-39/+35
* Move "tee" building down to interpreter::set_logging_procPedro Alves2017-02-021-1/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-026-263/+61
* update copyright year range in GDB filesJoel Brobecker2017-01-0133-33/+33
* Class-ify ui_outSimon Marchi2016-12-226-107/+101
* Introduce enum_flag type for ui_out flagsSimon Marchi2016-12-021-1/+1
* Use new/delete instead of malloc/free-based functionsSimon Marchi2016-11-301-1/+1
* tui-winsource: Remove failed-allocation logicAndreas Arnez2016-11-091-15/+0
* tui-winsource: Allocate for actual lines onlyAndreas Arnez2016-11-091-2/+5
* tui-disasm: Fix line buffer size calculationAndreas Arnez2016-11-091-9/+10
* tui-disasm: Fix window content buffer overrunAndreas Arnez2016-11-091-14/+10
* Remove make_cleanup_restore_current_uiTom Tromey2016-10-211-20/+7
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-0/+33
* Use getcurx in curses codeTom Tromey2016-07-142-9/+9
* Only send sync execution command output to the UI that ran the commandPedro Alves2016-06-211-2/+9
* Make gdb_in_secondary_prompt_p() be per UIPedro Alves2016-06-212-3/+3
* Simplify starting the command event loopPedro Alves2016-06-211-1/+1
* Make command line editing (use of readline) be per UIPedro Alves2016-06-212-3/+8
* Make the intepreters output to all UIsPedro Alves2016-06-211-31/+96
* Introduce interpreter factoriesPedro Alves2016-06-211-13/+25
* Pass a NULL pointer as the last argument to find_pc_partial_function.John Baldwin2016-06-141-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* TUI: GC tui_target_has_runPedro Alves2016-04-121-24/+0
* TUI: check whether in secondary prompt instead of immediate_quitPedro Alves2016-04-122-2/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0132-32/+32
* tui: Simplify tui_alloc_contentSimon Marchi2015-10-261-25/+14
* tui-data.c: Remove unnecessary castsSimon Marchi2015-10-241-2/+2
* More char constificationPedro Alves2015-10-131-1/+1