Make gdb_stdout&co be per UI
[external/binutils.git] / gdb / top.c
2016-06-21 Pedro AlvesMake gdb_stdout&co be per UI
2016-06-21 Pedro AlvesIntroduce "struct ui"
2016-04-12 Pedro AlvesIntroduce interruptible_select
2016-04-12 Pedro AlvesInline command_loop in read_command_line
2016-04-12 Pedro AlvesDon't rely on immediate_quit in command_line_input
2016-03-09 Pedro AlvesCommand line input handling TLC
2016-03-09 Pedro AlvesSimplify saved_command_line handling
2016-03-09 Pedro AlvesUse struct buffer in gdb_readline_no_editing
2016-03-09 Pedro Alvesgdb_readline -> gdb_readline_no_editing
2016-03-09 Pedro AlvesEliminate async_annotation_suffix
2016-03-09 Pedro AlvesGarbage collect window_hook
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2016-01-01 Joel Brobeckerupdate copyright year printed by GDB, GDBserver and...
2015-12-19 Sandra LoosemoreReset pagination counts even when stdin is not a tty.
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 AlvesMerge async and sync code paths some more
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-07 Andrew Burgessgdb: Move get_frame_language from stack.c to frame.c.
2015-08-07 Andrew Burgessgdb: get_frame_language now takes a frame parameter.
2015-07-29 Patrick PalkaMake sure terminal settings are restored before exiting
2015-07-08 Patrick Palkatui: replace deprecated_register_changed_hook with...
2015-06-26 Patrick PalkaAdd option to remove duplicate command history entries
2015-06-23 Patrick PalkaFix GDBHISTSIZE test failure on i686
2015-06-17 Patrick PalkaTweak the handling of $GDBHISTSIZE edge cases [PR gdb...
2015-06-17 Patrick PalkaRead $GDBHISTSIZE instead of $HISTSIZE
2015-06-17 Patrick PalkaDon't truncate the history file when history size is...
2015-05-13 Patrick PalkaFix PR gdb/17820
2015-05-06 Joel BrobeckerGet rid of deprecated_init_ui_hook
2015-04-28 Patrick PalkaDisable readline's SIGWINCH handler
2015-03-31 H.J. LuAdd --with-system-zlib in gdb
2015-03-25 Pedro AlvesSimplify target_async hook interface
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07 Tom Tromeyquit_force: Replace TRY_CATCH wrapper macros
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-03 Pedro AlvesSimplify event-loop core, remove two-step event processing
2015-01-31 Doug EvansUnify CLI/TUI interface to readline tab completion.
2015-01-12 Patrick PalkaAppend to input history file instead of overwriting it
2015-01-07 Patrick PalkaDon't propagate our current terminal state to the inferior
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2015-01-01 Joel BrobeckerUpdate copyright year printed by gdb, gdbserver and...
2014-12-15 Simon MarchiFix build with Python 3.4 (PR python/16784)
2014-10-29 Pedro AlvesPR python/17372 - Python hangs when displaying help()
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-09-11 Pedro Alvesgdb/17347 - Regression: GDB stopped on run with attache...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-14 Pedro AlvesRemove the target from the event loop while in secondar...
2014-07-14 Pedro AlvesBackground execution + pagination aborts readline/gdb
2014-06-14 Eli ZaretskiiInclude --with-guile in 'show configuration's output.
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-06-03 Phil MuldoonDon't remove #-comments.
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-05-16 Doug EvansNew command line option -D.
2014-03-20 Tom TromeyFix py-finish-breakpoint.exp with target async.
2014-02-06 Doug EvansExtension Language API
2014-01-20 Tom Tromeyconvert flags to bitfields
2014-01-13 Tom Tromeyremove use_windows
2014-01-13 Tom Tromeyremove deprecated_set_hook
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2014-01-01 Joel BrobeckerUpdate copyright year in gdb/gdbserver/gdbreplay versio...
2013-11-20 Yao QiMove target-dcache out of target.c
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-06 Muhammad BilalRevert "2013-11-06 Muhammad Bilal <mbilal@codesourcer...
2013-11-06 Muhammad Bilal2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
2013-11-06 Muhammad Bilal2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
2013-10-10 Joel BrobeckerRename "set/show remotebaud" command into "set/show...
2013-09-09 Andrew BurgessRemove use of deprecated_init_ui_hook from quit_confirm.
2013-09-05 Andrew BurgessRemove deprecated_command_loop_hook.
2013-08-29 Phil Muldoon2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2013-08-15 Muhammad Bilal2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2013-07-30 Muhammad Bilal2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
2013-07-22 Phil Muldoon2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
2013-07-06 Eli Zaretskii top.c (print_gdb_configuration): Explain in output...
2013-07-01 Pedro AlvesReimplement DJGPP's .gdbinit -> gdb.ini renaming.
2013-05-30 Tom Tromeyfix top.c
2013-04-17 Yao Qigdb/
2013-04-12 Eli ZaretskiiImplement a new command to show GDB build-time configur...
2013-04-10 Pedro AlvesAccept "set foo unlimited" in integer/uinteger/zuintege...
2013-04-10 Pedro Alvesmake -gdb-exit call disconnect_tracing too, and don...
2013-03-27 Pedro AlvesForbid "set history size (INT_MAX..UINT_MAX)"
2013-03-26 Pedro AlvesUse readline's 'history_max_entries' instead of the...
2013-03-21 Doug Evans New commands "mt set per-command {space,time,symtab...
2013-03-20 Jan Kratochvilgdb/
2013-03-13 Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-01-25 Yao Qigdb/
2013-01-07 Tom Tromey PR cli/7719:
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2013-01-01 Joel BrobeckerUpdate copyright year in gdb/gdbserver/gdbreplay versio...
2012-12-18 Tom Tromey * Makefile.in (init.c): Declare initialize_all_files;
2012-12-17 Tom Tromey * top.c (xgdb_verbose): Remove.
2012-08-28 Yao Qigdb/
2012-08-22 Tom Tromey * defs.h (quit_flag): Don't declare.
2012-08-09 Yao Qigdb/
2012-07-31 Yao Qigdb/
2012-05-11 Jan Kratochvilgdb/
2012-04-19 Tom Tromey * top.c (quit_target): Use all_cleanups.
2012-03-01 Doug Evans * NEWS: Mention new python command class gdb.COMMAND_USER.
next