]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/top.c
Use ui_file_as_string in execute_command_to_string
[thirdparty/binutils-gdb.git] / gdb / top.c
2016-11-08  Pedro AlvesUse ui_file_as_string in execute_command_to_string
2016-10-25  Rainer OrthFix gdb C++ compilation on Solaris (PR build/20712)
2016-10-21  Tom TromeyUse scoped_restore for current_ui
2016-10-21  Tom TromeyUse scoped_restore for ui_file
2016-10-21  Tom TromeyUse RAII to save and restore scalars
2016-09-21  Tom TromeyPR gdb/20604 - fix "quit" when an invalid expression...
2016-09-06  Pedro Alvesnew-ui command: gdb internal errors if input is already...
2016-09-06  Pedro AlvesIntroduce make_cleanup_restore_current_ui
2016-08-23  Pedro AlvesFix PR20494 - User input stops being echoed in CLI
2016-07-25  Simon MarchiHandle correctly passing a bad interpreter name to...
2016-07-21  Pedro AlvesFix djgpp gdb build
2016-06-21  Pedro AlvesAdd new command to create extra console/mi UIs
2016-06-21  Pedro AlvesMake stdin be per UI
2016-06-21  Pedro AlvesHandle UI's terminal closing
2016-06-21  Pedro AlvesMake main_ui be heap allocated
2016-06-21  Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-21  Pedro AlvesMake gdb_in_secondary_prompt_p() be per UI
2016-06-21  Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21  Pedro AlvesMake current_ui_out be per UI
2016-06-21  Pedro AlvesMake instream be per UI
2016-06-21  Pedro AlvesMake the interpreters be per UI
2016-06-21  Pedro AlvesMake gdb_stdout&co be per UI
2016-06-21  Pedro AlvesIntroduce "struct ui"
2016-04-12  Pedro AlvesIntroduce interruptible_select
2016-04-12  Pedro AlvesInline command_loop in read_command_line
2016-04-12  Pedro AlvesDon't rely on immediate_quit in command_line_input
2016-03-09  Pedro AlvesCommand line input handling TLC
2016-03-09  Pedro AlvesSimplify saved_command_line handling
2016-03-09  Pedro AlvesUse struct buffer in gdb_readline_no_editing
2016-03-09  Pedro Alvesgdb_readline -> gdb_readline_no_editing
2016-03-09  Pedro AlvesEliminate async_annotation_suffix
2016-03-09  Pedro AlvesGarbage collect window_hook
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2016-01-01  Joel Brobeckerupdate copyright year printed by GDB, GDBserver and...
2015-12-19  Sandra LoosemoreReset pagination counts even when stdin is not a tty.
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-09  Pedro AlvesMerge async and sync code paths some more
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-21  Patrick Palkatui: don't overwrite a secondary prompt that was given...
2015-08-07  Andrew Burgessgdb: Move get_frame_language from stack.c to frame.c.
2015-08-07  Andrew Burgessgdb: get_frame_language now takes a frame parameter.
2015-07-29  Patrick PalkaMake sure terminal settings are restored before exiting
2015-07-08  Patrick Palkatui: replace deprecated_register_changed_hook with...
2015-06-26  Patrick PalkaAdd option to remove duplicate command history entries
2015-06-23  Patrick PalkaFix GDBHISTSIZE test failure on i686
2015-06-17  Patrick PalkaTweak the handling of $GDBHISTSIZE edge cases [PR gdb...
2015-06-17  Patrick PalkaRead $GDBHISTSIZE instead of $HISTSIZE
2015-06-17  Patrick PalkaDon't truncate the history file when history size is...
2015-05-13  Patrick PalkaFix PR gdb/17820
2015-05-06  Joel BrobeckerGet rid of deprecated_init_ui_hook
2015-04-28  Patrick PalkaDisable readline's SIGWINCH handler
2015-03-31  H.J. LuAdd --with-system-zlib in gdb
2015-03-25  Pedro AlvesSimplify target_async hook interface
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07  Tom Tromeyquit_force: Replace TRY_CATCH wrapper macros
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-03  Pedro AlvesSimplify event-loop core, remove two-step event processing
2015-01-31  Doug EvansUnify CLI/TUI interface to readline tab completion.
2015-01-12  Patrick PalkaAppend to input history file instead of overwriting it
2015-01-07  Patrick PalkaDon't propagate our current terminal state to the inferior
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2015-01-01  Joel BrobeckerUpdate copyright year printed by gdb, gdbserver and...
2014-12-15  Simon MarchiFix build with Python 3.4 (PR python/16784)
2014-10-29  Pedro AlvesPR python/17372 - Python hangs when displaying help()
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-11  Pedro Alvesgdb/17347 - Regression: GDB stopped on run with attache...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-14  Pedro AlvesRemove the target from the event loop while in secondar...
2014-07-14  Pedro AlvesBackground execution + pagination aborts readline/gdb
2014-06-14  Eli ZaretskiiInclude --with-guile in 'show configuration's output.
2014-06-13  Tom Tromeymake calls to help_list use enumerator
2014-06-03  Phil MuldoonDon't remove #-comments.
2014-05-22  Pedro AlvesAdd new infrun.h header.
2014-05-16  Doug EvansNew command line option -D.
2014-03-20  Tom TromeyFix py-finish-breakpoint.exp with target async.
2014-02-06  Doug EvansExtension Language API
2014-01-20  Tom Tromeyconvert flags to bitfields
2014-01-13  Tom Tromeyremove use_windows
2014-01-13  Tom Tromeyremove deprecated_set_hook
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2014-01-01  Joel BrobeckerUpdate copyright year in gdb/gdbserver/gdbreplay versio...
2013-11-20  Yao QiMove target-dcache out of target.c
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-06  Muhammad BilalRevert "2013-11-06 Muhammad Bilal <mbilal@codesourcer...
2013-11-06  Muhammad Bilal2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
2013-11-06  Muhammad Bilal2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
2013-10-10  Joel BrobeckerRename "set/show remotebaud" command into "set/show...
2013-09-09  Andrew BurgessRemove use of deprecated_init_ui_hook from quit_confirm.
2013-09-05  Andrew BurgessRemove deprecated_command_loop_hook.
2013-08-29  Phil Muldoon2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2013-08-15  Muhammad Bilal2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2013-07-30  Muhammad Bilal2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
2013-07-22  Phil Muldoon2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
2013-07-06  Eli Zaretskii top.c (print_gdb_configuration): Explain in output...
2013-07-01  Pedro AlvesReimplement DJGPP's .gdbinit -> gdb.ini renaming.
2013-05-30  Tom Tromeyfix top.c
2013-04-17  Yao Qigdb/
next