summaryrefslogtreecommitdiff
path: root/gdb/top.c
Commit message (Expand)AuthorAgeFilesLines
* Add casts to memory allocation related callsSimon Marchi2015-09-251-3/+5
* Merge async and sync code paths some morePedro Alves2015-09-091-5/+11
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* tui: don't overwrite a secondary prompt that was given no inputPatrick Palka2015-08-211-0/+18
* gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess2015-08-071-0/+1
* gdb: get_frame_language now takes a frame parameter.Andrew Burgess2015-08-071-2/+3
* Make sure terminal settings are restored before exitingPatrick Palka2015-07-291-0/+21
* tui: replace deprecated_register_changed_hook with observerPatrick Palka2015-07-081-5/+0
* Add option to remove duplicate command history entriesPatrick Palka2015-06-261-1/+65
* Fix GDBHISTSIZE test failure on i686Patrick Palka2015-06-231-1/+9
* Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999]Patrick Palka2015-06-171-14/+24
* Read $GDBHISTSIZE instead of $HISTSIZEPatrick Palka2015-06-171-2/+2
* Don't truncate the history file when history size is unlimitedPatrick Palka2015-06-171-1/+2
* Fix PR gdb/17820Patrick Palka2015-05-131-30/+21
* Get rid of deprecated_init_ui_hookJoel Brobecker2015-05-061-14/+0
* Disable readline's SIGWINCH handlerPatrick Palka2015-04-281-0/+2
* Add --with-system-zlib in gdbH.J. Lu2015-03-311-9/+0
* Simplify target_async hook interfacePedro Alves2015-03-251-2/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-13/+24
* quit_force: Replace TRY_CATCH wrapper macrosTom Tromey2015-03-071-16/+12
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-1/+1
* Simplify event-loop core, remove two-step event processingPedro Alves2015-02-031-1/+0
* Unify CLI/TUI interface to readline tab completion.Doug Evans2015-01-311-0/+1
* Append to input history file instead of overwriting itPatrick Palka2015-01-121-3/+70
* Don't propagate our current terminal state to the inferiorPatrick Palka2015-01-071-0/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update copyright year printed by gdb, gdbserver and gdbreplay.Joel Brobecker2015-01-011-1/+1
* Fix build with Python 3.4 (PR python/16784)Simon Marchi2014-12-151-13/+17
* PR python/17372 - Python hangs when displaying help()Pedro Alves2014-10-291-6/+13
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* gdb/17347 - Regression: GDB stopped on run with attached processPedro Alves2014-09-111-10/+18
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Remove the target from the event loop while in secondary promptsPedro Alves2014-07-141-0/+12
* Background execution + pagination aborts readline/gdbPedro Alves2014-07-141-1/+8
* Include --with-guile in 'show configuration's output.Eli Zaretskii2014-06-141-0/+9
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+1
* Don't remove #-comments.Phil Muldoon2014-06-031-13/+7
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* New command line option -D.Doug Evans2014-05-161-2/+16
* Fix py-finish-breakpoint.exp with target async.Tom Tromey2014-03-201-1/+3
* Extension Language APIDoug Evans2014-02-051-6/+4
* convert flags to bitfieldsTom Tromey2014-01-201-1/+1
* remove use_windowsTom Tromey2014-01-131-5/+0
* remove deprecated_set_hookTom Tromey2014-01-131-5/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update copyright year in gdb/gdbserver/gdbreplay version output.Joel Brobecker2014-01-011-1/+1
* Move target-dcache out of target.cYao Qi2013-11-201-0/+1
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1