aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-12Introduce interruptible_selectPedro Alves1-2/+2
2016-04-12Inline command_loop in read_command_linePedro Alves1-20/+15
2016-04-12Don't rely on immediate_quit in command_line_inputPedro Alves1-8/+24
2016-03-09Command line input handling TLCPedro Alves1-142/+28
2016-03-09Simplify saved_command_line handlingPedro Alves1-11/+4
2016-03-09Use struct buffer in gdb_readline_no_editingPedro Alves1-22/+18
2016-03-09gdb_readline -> gdb_readline_no_editingPedro Alves1-3/+4
2016-03-09Eliminate async_annotation_suffixPedro Alves1-4/+0
2016-03-09Garbage collect window_hookPedro Alves1-9/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2016-01-01update copyright year printed by GDB, GDBserver and gdbreplay.Joel Brobecker1-1/+1
2015-12-18Reset pagination counts even when stdin is not a tty.Sandra Loosemore1-2/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-4/+5
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+5
2015-09-09Merge async and sync code paths some morePedro Alves1-5/+11
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-21tui: don't overwrite a secondary prompt that was given no inputPatrick Palka1-0/+18
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess1-0/+1
2015-08-07gdb: get_frame_language now takes a frame parameter.Andrew Burgess1-2/+3
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