compile: Use -Wall, not -w
[binutils-gdb.git] / gdb / tui /
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:
2013-04-08 Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-01-31 Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-10 Jan Kratochvilgdb/
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-24 Jan Kratochvilgdb/
2012-11-20 Pierre Muller ARI fixes: sprintf rule.
2012-11-10 Stephane Carrez* tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COM...
2012-11-10 Stephane CarrezPR tui/9584
2012-11-08 Stephane Carrez* tui/tui-hooks.c (tui_about_to_proceed): New function.
2012-11-08 Stephane Carrez* tui/tui-hooks.c (tui_inferior_exit): New function.
2012-08-27 H.J. LuCheck if TUI_SRC_WIN is not NULL before referencing it
2012-05-24 Pedro Alves2012-05-24 Pedro Alves <palves@redhat.com>
2012-04-25 Jim Meyeringavoid a few strncpy-induced buffer overruns
2012-03-16 Tom Tromey2012-03-16 Chris January <chris.january@allinea.com>
2012-03-01 Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-02-02 Doug Evans * blockframe.c (find_pc_partial_function_gnu_ifunc...
2012-02-02 Tom Tromey PR gdb/13405:
2012-01-28 Jan Kratochvilgdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2012-01-02 Jan Kratochvilgdb/
2011-12-06 Tom Tromeythe "ambiguous linespec" series
2011-11-10 Doug Evans * defs.h (is_cplus_marker, set_demangling_style):...
2011-09-12 Pedro Alvesgdb/
2011-08-29 Jan Kratochvilgdb/
2011-08-12 Pedro Alves2011-08-12 Pedro Alves <pedro@codesourcery.com>
2011-08-04 Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-08-04 Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-07-22 Phil Muldoon2011-07-22 Phil Muldoon <pmuldoon@redhat.com>
2011-05-11 Jan KratochvilImported readline 6.2, and upstream patch 001.
2011-04-27 Vladimir Prus MI breakpoint notifications.
next