aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-292013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+1
2013-08-152013-08-15 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal1-1/+2
2013-07-302013-07-30 Muhammad Bilal <mbilal@codesorcery.com>Muhammad Bilal1-1/+13
2013-07-222013-07-22 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+7
2013-07-06 top.c (print_gdb_configuration): Explain in output of --configurationEli Zaretskii1-0/+6
2013-07-01Reimplement DJGPP's .gdbinit -> gdb.ini renaming.Pedro Alves1-13/+2
2013-05-30fix top.cTom Tromey1-0/+1
2013-04-17gdb/Yao Qi1-0/+9
2013-04-12Implement a new command to show GDB build-time configuration parameters.Eli Zaretskii1-2/+88
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves1-1/+4
2013-04-10make -gdb-exit call disconnect_tracing too, and don't lose history if the tar...Pedro Alves1-25/+41
2013-03-27Forbid "set history size (INT_MAX..UINT_MAX)"Pedro Alves1-31/+52
2013-03-26Use readline's 'history_max_entries' instead of the old 'max_input_history'.Pedro Alves1-7/+2
2013-03-21 New commands "mt set per-command {space,time,symtab} {on,off}".Doug Evans1-0/+1
2013-03-20gdb/Jan Kratochvil1-1/+1
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-3/+5
2013-01-25gdb/Yao Qi1-0/+1
2013-01-07 PR cli/7719:Tom Tromey1-2/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2013-01-01Update copyright year in gdb/gdbserver/gdbreplay version output.Joel Brobecker1-1/+1
2012-12-18 * Makefile.in (init.c): Declare initialize_all_files;Tom Tromey1-1/+2
2012-12-17 * top.c (xgdb_verbose): Remove.Tom Tromey1-1/+0
2012-08-28gdb/Yao Qi1-13/+14
2012-08-22 * defs.h (quit_flag): Don't declare.Tom Tromey1-1/+2
2012-08-09gdb/Yao Qi1-2/+4
2012-07-31gdb/Yao Qi1-1/+1
2012-05-11gdb/Jan Kratochvil1-1/+11
2012-04-19 * top.c (quit_target): Use all_cleanups.Tom Tromey1-2/+2
2012-03-01 * NEWS: Mention new python command class gdb.COMMAND_USER.Doug Evans1-1/+2