summaryrefslogtreecommitdiff
path: root/gdb/top.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>"Muhammad Bilal2013-11-061-1/+1
* 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal2013-11-061-1/+1
* 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal2013-11-061-2/+1
* Rename "set/show remotebaud" command into "set/show serial baud"Joel Brobecker2013-10-101-7/+0
* Remove use of deprecated_init_ui_hook from quit_confirm.Andrew Burgess2013-09-091-12/+3
* Remove deprecated_command_loop_hook.Andrew Burgess2013-09-051-5/+0
* 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-08-291-1/+1
* 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal2013-08-151-1/+2
* 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>Muhammad Bilal2013-07-301-1/+13
* 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-07-221-1/+7
* top.c (print_gdb_configuration): Explain in output of --configurationEli Zaretskii2013-07-061-0/+6
* Reimplement DJGPP's .gdbinit -> gdb.ini renaming.Pedro Alves2013-07-011-13/+2
* fix top.cTom Tromey2013-05-301-0/+1
* gdb/Yao Qi2013-04-171-0/+9
* Implement a new command to show GDB build-time configuration parameters.Eli Zaretskii2013-04-121-2/+88
* Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2013-04-101-1/+4
* make -gdb-exit call disconnect_tracing too, and don't lose history if the tar...Pedro Alves2013-04-101-25/+41