aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-8/+2
2018-10-19Deprecate and replace the "tabset" commandTom Tromey5-153/+191
2018-10-19Minor cleanups in tui-io.cTom Tromey2-22/+4
2018-10-15Remove unnecessary casts from TUITom Tromey10-39/+35
2018-10-06Call nonl before wgetch in TUITom Tromey1-3/+18
2018-10-04Simple -Wshadow=local fixesTom Tromey1-2/+1
2018-09-26Small fix for "winheight" usageTom Tromey1-1/+1
2018-09-06Remove unused tui_win_element::highlightSimon Marchi2-2/+0
2018-09-06Remove unused tui_win_info::detail::opaqueSimon Marchi2-4/+0
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-0/+1
2018-05-25Add "name" method to class interpTom Tromey1-1/+1
2018-05-25Remove interp_nameTom Tromey1-1/+1
2018-05-25Change the as_*_interp functions to use dynamic_castTom Tromey1-3/+1
2018-05-24Update help strings in TUITom Tromey2-15/+14
2018-03-19Convert observers to C++Tom Tromey2-48/+51
2018-01-02Update copyright year range in all GDB filesJoel Brobecker33-33/+33
2017-11-15tui-win: Replace VEC with std::vectorSimon Marchi1-12/+9
2017-11-07Constify execute_commandTom Tromey1-4/+1
2017-11-07Constify add_setshow_*Tom Tromey1-1/+2
2017-11-07Constify add_infoTom Tromey1-2/+2
2017-11-07Constify add_comTom Tromey3-25/+24
2017-10-11Remove cleanups from TUITom Tromey2-17/+9
2017-10-11Constify add_prefix_cmdTom Tromey1-3/+3
2017-10-11Remove unnecessary parentheses in declarationsEgeyar Bagcioglu2-2/+2
2017-09-27Constify some commands in tui.cTom Tromey1-2/+2
2017-09-27Constify tui_reg_commandTom Tromey1-1/+1
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-5/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin7-20/+0
2017-09-04Kill init_salPedro Alves3-7/+5
2017-08-16Add shortcuts for "nexti" and "stepi" commands in Single-Key modeRuslan Kabatsayev1-0/+2
2017-08-03Replace tui_restore_gdbout with scoped_restoreTom Tromey1-20/+6
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves3-22/+22
2017-05-19Fix tui compilation with Solaris libcurses: non-const last arg to mvwaddstr (...Rainer Orth3-5/+6
2017-05-13Avoid compiler warning in MinGW buildEli Zaretskii1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves9-14/+13
2017-03-08Fix PR tui/21216: TUI line breaks regressionPedro Alves4-40/+91
2017-03-07Fix "layout reg" crashPedro Alves1-1/+0
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves1-39/+35
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves1-1/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves6-263/+61
2017-01-01update copyright year range in GDB filesJoel Brobecker33-33/+33
2016-12-22Class-ify ui_outSimon Marchi6-107/+101
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi1-1/+1
2016-11-30Use new/delete instead of malloc/free-based functionsSimon Marchi1-1/+1
2016-11-09tui-winsource: Remove failed-allocation logicAndreas Arnez1-15/+0
2016-11-09tui-winsource: Allocate for actual lines onlyAndreas Arnez1-2/+5
2016-11-09tui-disasm: Fix line buffer size calculationAndreas Arnez1-9/+10
2016-11-09tui-disasm: Fix window content buffer overrunAndreas Arnez1-14/+10
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey1-20/+7