aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-29Make sure terminal settings are restored before exitingPatrick Palka1-0/+21
2015-07-08tui: replace deprecated_register_changed_hook with observerPatrick Palka1-5/+0
2015-06-26Add option to remove duplicate command history entriesPatrick Palka1-1/+65
2015-06-23Fix GDBHISTSIZE test failure on i686Patrick Palka1-1/+9
2015-06-17Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999]Patrick Palka1-14/+24
2015-06-17Read $GDBHISTSIZE instead of $HISTSIZEPatrick Palka1-2/+2
2015-06-17Don't truncate the history file when history size is unlimitedPatrick Palka1-1/+2
2015-05-13Fix PR gdb/17820Patrick Palka1-30/+21
2015-05-06Get rid of deprecated_init_ui_hookJoel Brobecker1-14/+0
2015-04-28Disable readline's SIGWINCH handlerPatrick Palka1-0/+2
2015-03-31Add --with-system-zlib in gdbH.J. Lu1-9/+0
2015-03-25Simplify target_async hook interfacePedro Alves1-2/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-13/+24
2015-03-07quit_force: Replace TRY_CATCH wrapper macrosTom Tromey1-16/+12
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-1/+1
2015-02-03Simplify event-loop core, remove two-step event processingPedro Alves1-1/+0
2015-01-31Unify CLI/TUI interface to readline tab completion.Doug Evans1-0/+1
2015-01-12Append to input history file instead of overwriting itPatrick Palka1-3/+70
2015-01-07Don't propagate our current terminal state to the inferiorPatrick Palka1-0/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2015-01-01Update copyright year printed by gdb, gdbserver and gdbreplay.Joel Brobecker1-1/+1
2014-12-15Fix build with Python 3.4 (PR python/16784)Simon Marchi1-13/+17
2014-10-29PR python/17372 - Python hangs when displaying help()Pedro Alves1-6/+13
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-11gdb/17347 - Regression: GDB stopped on run with attached processPedro Alves1-10/+18
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-14Remove the target from the event loop while in secondary promptsPedro Alves1-0/+12
2014-07-14Background execution + pagination aborts readline/gdbPedro Alves1-1/+8
2014-06-14Include --with-guile in 'show configuration's output.Eli Zaretskii1-0/+9
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-06-03Don't remove #-comments.Phil Muldoon1-13/+7
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-16New command line option -D.Doug Evans1-2/+16
2014-03-20Fix py-finish-breakpoint.exp with target async.Tom Tromey1-1/+3
2014-02-05Extension Language APIDoug Evans1-6/+4
2014-01-20convert flags to bitfieldsTom Tromey1-1/+1
2014-01-13remove use_windowsTom Tromey1-5/+0
2014-01-13remove deprecated_set_hookTom Tromey1-5/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2014-01-01Update copyright year in gdb/gdbserver/gdbreplay version output.Joel Brobecker1-1/+1
2013-11-20Move target-dcache out of target.cYao Qi1-0/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-06Revert "2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>"Muhammad Bilal1-1/+1
2013-11-062013-11-06 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal1-1/+1
2013-11-062013-11-06 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal1-2/+1
2013-10-10Rename "set/show remotebaud" command into "set/show serial baud"Joel Brobecker1-7/+0
2013-09-09Remove use of deprecated_init_ui_hook from quit_confirm.Andrew Burgess1-12/+3
2013-09-05Remove deprecated_command_loop_hook.Andrew Burgess1-5/+0