Automatic date update in version.in
[external/binutils.git] / gdb / tui /
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...
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-12 Pedro AlvesTUI: GC tui_target_has_run
2016-04-12 Pedro AlvesTUI: check whether in secondary prompt instead of immed...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-26 Simon Marchitui: Simplify tui_alloc_content
2015-10-25 Simon Marchitui-data.c: Remove unnecessary casts
2015-10-13 Pedro AlvesMore char constification
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-09 Pedro AlvesReplace "struct continuation" mechanism by something...
2015-09-04 Andrew Burgessgdb/tui: Remove casts of NULL during assignment.
2015-08-31 Andrew Burgessgdb/tui: Make local variable const.
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-21 Patrick Palkatui: don't overwrite a secondary prompt that was given...
2015-08-21 Patrick PalkaUse tui_putc to output newline entered by the user
2015-08-21 Patrick PalkaRemove fields curch and cur_line from TUI_CMD_WIN
2015-07-13 Andrew Burgessgdb/tui: Add command completion to winheight command.
2015-07-10 Andrew Burgessgdb/tui: Use cleanups to free string copies.
2015-07-10 Andrew Burgessgdb/tui: Define tui window names once.
2015-07-10 Andrew Burgessgdb: Convert TUI windows names to lower case.
2015-07-08 Patrick Palkatui: replace deprecated_register_changed_hook with...
2015-07-06 Andrew Burgessgdb/tui: Don't cast between window types.
2015-07-06 Andrew Burgessgdb: tui_win_name: Make parameter and result const.
2015-07-01 Patrick PalkaTUI: Make sure to update registers if frame information...
2015-06-30 Patrick PalkaReplace TUI's select_frame hook (PR tui/13378)
2015-06-30 Patrick PalkaBe lazy about refreshing the windows in tui_show_frame_...
2015-06-30 Patrick PalkaCorrectly initialize the TUI locator window
2015-06-26 Patrick PalkaAdd tab completion for TUI's "focus" command
2015-06-16 Patrick PalkaCall target_terminal_ours_for_output() before refreshin...
2015-06-13 Andrew Burgessgdb: Rework command completion on 'tui reg'.
2015-05-26 Andrew Burgessgdb: tui: Minor fix to compare against NULL.
2015-05-26 Andrew Burgessgdb: Add 'tui reg prev' command.
2015-05-22 Andrew Burgessgdb: New 'tui enable' and 'tui disable' commands.
2015-05-21 Andrew Burgessgdb: Use NULL not 0 in a tui function.
2015-05-21 Andrew Burgessgdb: Add cleanup to avoid memory leak on error.
2015-05-21 Andrew Burgessgdb: Don't call tui_enable too early.
2015-05-21 Andrew Burgessgdb: Add completer for layout command.
2015-05-21 Andrew Burgessgdb: Remove register class specific layout names.
2015-05-14 Patrick PalkaRemove buggy xterm workaround in tui_dispatch_ctrl_char()
2015-05-13 Patrick PalkaAvoid race condition when handling a SIGWINCH signal
2015-04-28 Patrick PalkaUpdate our idea of our terminal's dimensions even outsi...
2015-04-28 Patrick PalkaIntroduce function for directly updating GDB's screen...
2015-04-28 Patrick PalkaTUI: avoid calling strcpy() on identical string objects
2015-04-28 Patrick PalkaFix PR gdb/18155
2015-04-28 Patrick PalkaMake type-safe the 'content' field of struct tui_gen_wi...
2015-04-23 Patrick PalkaExplicitly call rl_resize_terminal() in TUI's SIGWINCH...
2015-04-11 Jan KratochvilRemove --xdb
2015-03-21 Eli ZaretskiiFix undefined behavior in TUI's TAB expansion
2015-03-20 Pedro Alvesconstify tui/tui-io.c
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Tom TromeyDo not increment of decrement enums
2015-02-27 Tom TromeyFix struct, union, and enum nesting in C++
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-18 Patrick PalkaAsynchronously resize the TUI
2015-02-17 Patrick PalkaRemove superfluous function key_is_command_char()
2015-02-17 Pedro AlvesTUI: resize windows to new terminal size before display...
2015-02-11 Patrick PalkaFix a pair of screen-resizing issues in TUI
2015-02-11 Patrick PalkaFix truncation of TUI command history
2015-02-04 Doug EvansSpeed up GDB's TUI output
2015-01-31 Gary BensonAdd max-completions parameter, and implement tab-comple...
2015-01-31 Doug EvansUnify CLI/TUI interface to readline tab completion.
2015-01-31 Eli ZaretskiiMake sure TABs are expanded in TUI windows on MS-Windows.
next