summaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-15tui-win: Replace VEC with std::vectorSimon Marchi
2017-11-07Constify execute_commandTom Tromey
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-10-11Remove cleanups from TUITom Tromey
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-11Remove unnecessary parentheses in declarationsEgeyar Bagcioglu
2017-09-27Constify some commands in tui.cTom Tromey
2017-09-27Constify tui_reg_commandTom Tromey
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Kill init_salPedro Alves
2017-08-16Add shortcuts for "nexti" and "stepi" commands in Single-Key modeRuslan Kabatsayev
2017-08-03Replace tui_restore_gdbout with scoped_restoreTom Tromey
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-05-19Fix tui compilation with Solaris libcurses: non-const last arg to mvwaddstr (...Rainer Orth
2017-05-13Avoid compiler warning in MinGW buildEli Zaretskii
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-03-08Fix PR tui/21216: TUI line breaks regressionPedro Alves
2017-03-07Fix "layout reg" crashPedro Alves
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi
2016-11-30Use new/delete instead of malloc/free-based functionsSimon Marchi
2016-11-09tui-winsource: Remove failed-allocation logicAndreas Arnez
2016-11-09tui-winsource: Allocate for actual lines onlyAndreas Arnez
2016-11-09tui-disasm: Fix line buffer size calculationAndreas Arnez
2016-11-09tui-disasm: Fix window content buffer overrunAndreas Arnez
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay
2016-07-14Use getcurx in curses codeTom Tromey
2016-06-21Only send sync execution command output to the UI that ran the commandPedro Alves
2016-06-21Make gdb_in_secondary_prompt_p() be per UIPedro Alves
2016-06-21Simplify starting the command event loopPedro Alves
2016-06-21Make command line editing (use of readline) be per UIPedro Alves
2016-06-21Make the intepreters output to all UIsPedro Alves
2016-06-21Introduce interpreter factoriesPedro Alves
2016-06-14Pass a NULL pointer as the last argument to find_pc_partial_function.John Baldwin
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-12TUI: GC tui_target_has_runPedro Alves
2016-04-12TUI: check whether in secondary prompt instead of immediate_quitPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-26tui: Simplify tui_alloc_contentSimon Marchi
2015-10-24tui-data.c: Remove unnecessary castsSimon Marchi
2015-10-13More char constificationPedro Alves