ld/plugins: avoid shadowing a C library symbol
[deliverable/binutils-gdb.git] / gdb / tui /
2019-06-22  Tom TromeyRemove tui_first_data_element_no_in_line
2019-06-22  Tom TromeyRemove two unused functions from the TUI
2019-06-20  Tom TromeyDon't declare tui_init_content_element
2019-06-20  Tom TromeyDon't declare tui_init_win_info
2019-06-16  Tom TromeyDon't cast a tui_win_info directly to tui_gen_win_info
2019-06-16  Tom TromeyRemove more unnecessary casts of NULL
2019-06-16  Tom TromeyRemove unnecessary casts of NULL
2019-06-16  Tom TromeyRemove some NULL checks from the TUI
2019-06-11  Tom TromeyRemove trailing newlines from help text
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-08  Tom TromeyMove interpreter_p declaration to main.h
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-03-19  Pedro AlvesAdd comments describing tui_ui_out and its fields,...
2019-03-18  Pedro AlvesFix first time you type UP or DOWN in TUI's command...
2019-03-18  Eli ZaretskiiFix gdb/TUI behavior in response to [Enter] keypress
2019-03-18  Pedro AlvesImprove/fix the TUI's current source line highlight
2019-03-18  Hannes DomaniFix scrolling right in the TUI
2019-03-17  Eli ZaretskiiFix redisplay of the current line in GDB TUI mode
2019-03-16  Eli ZaretskiiRevert "Use wclrtoeol in tui_show_source_line"
2019-03-14  Eli ZaretskiiFix colors in TUI mode in MS-Windows build with ncurses
2019-03-14  Tom TromeyMake TUI react to "set style enabled"
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-03-02  Eli ZaretskiiAvoid compilation warnings on MinGW.
2019-02-17  Tom TromeyFix some valgrind errors in the TUI
2019-02-07  Tom TromeyNormalize include guards in gdb
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyInclude gdb_curses.h in tui-wingeneral.h
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-14  Tom TromeyFix placement of output in TUI mode
2019-01-08  Andrew Burgessgdb: Move declarations from symtab.h to source.h
2019-01-03  Tom TromeyUse xstrdup in tui_set_source_content
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28  Tom TromeyHighlight source code using GNU Source Highlight
2018-12-28  Tom TromeyUse wclrtoeol in tui_show_source_line
2018-12-28  Tom TromeyMake ANSI terminal escape sequences work in TUI
2018-12-28  Tom TromeyAdd output styles to gdb
2018-12-21  Dave MurphyFix compile error with clang 3.8
2018-11-25  Tom TromeyRemove obsolete comments from field_fmt
2018-11-22  Pedro AlvesAvoid find_thread_ptid with null_ptid
2018-11-09  Tom TromeyReturn scoped_fd from open_source_file and find_and_ope...
2018-10-22  Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-19  Tom TromeyDeprecate and replace the "tabset" command
2018-10-19  Tom TromeyMinor cleanups in tui-io.c
2018-10-16  Tom TromeyRemove unnecessary casts from TUI
2018-10-06  Tom TromeyCall nonl before wgetch in TUI
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-26  Tom TromeySmall fix for "winheight" usage
2018-09-06  Simon MarchiRemove unused tui_win_element::highlight
2018-09-06  Simon MarchiRemove unused tui_win_info::detail::opaque
2018-07-03  Tom TromeyRemove ptid_equal
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-25  Tom TromeyAdd "name" method to class interp
2018-05-25  Tom TromeyRemove interp_name
2018-05-25  Tom TromeyChange the as_*_interp functions to use dynamic_cast
2018-05-24  Tom TromeyUpdate help strings in TUI
2018-03-19  Tom TromeyConvert observers to C++
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-15  Simon Marchitui-win: Replace VEC with std::vector
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyConstify add_info
2017-11-07  Tom TromeyConstify add_com
2017-10-11  Tom TromeyRemove cleanups from TUI
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-11  Egeyar BagciogluRemove unnecessary parentheses in declarations
2017-09-27  Tom TromeyConstify some commands in tui.c
2017-09-27  Tom TromeyConstify tui_reg_command
2017-09-20  Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesKill init_sal
2017-08-16  Ruslan KabatsayevAdd shortcuts for "nexti" and "stepi" commands in Singl...
2017-08-03  Tom TromeyReplace tui_restore_gdbout with scoped_restore
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-05-19  Rainer OrthFix tui compilation with Solaris libcurses: non-const...
2017-05-13  Eli ZaretskiiAvoid compiler warning in MinGW build
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-03-08  Pedro AlvesFix PR tui/21216: TUI line breaks regression
2017-03-07  Pedro AlvesFix "layout reg" crash
2017-02-03  Pedro AlvesC++-fy struct interp/cli_interp/tui_interp/mi_interp
2017-02-02  Pedro AlvesMove "tee" building down to interpreter::set_logging_proc
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-12-02  Simon MarchiIntroduce enum_flag type for ui_out flags
2016-12-01  Simon MarchiUse new/delete instead of malloc/free-based functions
2016-11-09  Andreas Arneztui-winsource: Remove failed-allocation logic
2016-11-09  Andreas Arneztui-winsource: Allocate for actual lines only
2016-11-09  Andreas Arneztui-disasm: Fix line buffer size calculation
2016-11-09  Andreas Arneztui-disasm: Fix window content buffer overrun
2016-10-21  Tom TromeyRemove make_cleanup_restore_current_ui
2016-10-03  Antoine TremblayEmit inferior, thread and frame selection events to...
2016-07-14  Tom TromeyUse getcurx in curses code
2016-06-21  Pedro AlvesOnly send sync execution command output to the UI that...
2016-06-21  Pedro AlvesMake gdb_in_secondary_prompt_p() be per UI
2016-06-21  Pedro AlvesSimplify starting the command event loop
2016-06-21  Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21  Pedro AlvesMake the intepreters output to all UIs
2016-06-21  Pedro AlvesIntroduce interpreter factories
2016-06-14  John BaldwinPass a NULL pointer as the last argument to find_pc_par...
next
This page took 0.359637 seconds and 7 git commands to generate.