[C++/mingw] ser-mingw.c casts
[binutils-gdb.git] / gdb / tui /
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.
2015-01-22 Eli ZaretskiiFix MinGW TUI build
2015-01-16 Eli ZaretskiiReally add a prototype for tui_rehighlight_all.
2015-01-16 Eli ZaretskiiFix an erroneous commentary.
2015-01-16 Eli ZaretskiiMake setting TUI border attributes take effect immediately
2015-01-16 Eli ZaretskiiMake the change of tab size in TUI mode effective immed...
2015-01-16 Eli ZaretskiiFix TUI-related documentation.
2015-01-16 Eli ZaretskiiLeave more space in TUI mode for thread ID.
2015-01-09 Patrick PalkaConsolidate the custom TUI query hook with the default...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-23 Patrick PalkaSpecify SA_RESTART when registering the SIGWINCH signal...
2014-11-23 Patrick PalkaFix the processing of Meta-key commands in TUI
2014-11-18 Doug EvansSYMTAB_OBJFILE: New macro.
2014-11-15 Doug EvansPR symtab/17559
2014-11-04 Simon Marchitui: Fix newterm call for older ncurses
2014-10-29 Pedro AlvesTUI: don't let exceptions escape while handling readlin...
2014-10-29 Pedro AlvesPR tui/16138, PR tui/17519, and misc failures to initia...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-29 Gary BensonReplace hardwired error handlers in tui_initialize_io
2014-08-27 Patrick PalkaFix terminal state corruption when starting a program...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-07 Gary BensonMove stdlib.h to common-defs.h
2014-08-07 Gary BensonMove stdio.h to common-defs.h
2014-07-24 Pedro AlvesFix pagination crash when the TUI is active
2014-06-20 Jan KratochvilFix --with-system-readline with readline-6.3 patch 5
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-05-29 Pedro AlvesMake display_gdb_prompt CLI-only.
2014-05-29 Pedro AlvesPR gdb/13860 - Make MI sync vs async output (closer...
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-01-13 Tom Tromeyreplace XMALLOC with XNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-09-06 Andrew BurgessOBVIOUS: Remove legacy comment referring to deprecated_...
2013-09-06 Andrew BurgessGive every interpreter a command_loop_proc.
2013-09-05 Pedro Alves[TUI] Rewrite register-changed decision bits.
2013-09-05 Pedro Alves[PR tui/15933] TUI shows registers of the wrong frame...
2013-07-01 Pedro AlvesDelete pagination_enabled extern declaration in tui...
2013-06-28 Pedro Alves[PR tui/14880] Fetch values before comparing their...
2013-04-22 Tom Tromey PR gdb/7912:
next