]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/top.h
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / top.h
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-05-01  Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-02-27  Kevin BuettnerGuile QUIT processing updates
2023-02-24  Tom TromeyRemove struct buffer
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16  Simon Marchigdb: remove static buffer in command_line_input
2022-08-31  Tom TromeyUse member initialization in 'struct ui'
2022-08-31  Tom TromeyRemove obsolete filtering comment
2022-08-31  Tom TromeyLet ui::input_fd be -1
2022-07-18  Tom TromeyReplace input_interactive_p with a method
2022-07-18  Tom TromeyRemove ui_register_input_event_handler
2022-01-26  Tom TromeyRemove unused declaration
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-03  Simon Marchigdb: make string-like set show commands use std::string...
2021-07-06  Simon Marchigdb: introduce iterator_range, remove next_adapter
2021-04-28  Andrew Burgessgdb: remove unused argument from gdb_init
2021-04-15  Tom Tromeygdb: add "set startup-quietly" command
2021-01-19  Lancelot SIXuse DISABLE_COPY_AND_ASSIGN in switch_thru_all_uis
2021-01-12  Simon Marchigdb: move read{now,never}_symbol_files declarations...
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-10-02  Simon Marchigdb: give names to event loop file handlers
2020-09-15  Tom TromeyRemove ui::num
2020-05-16  Tom TromeyRemove ALL_UIS
2020-05-09  Tom TromeyChange server_command to bool
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-13  Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-11  Tom TromeyRemove init_cli_cmds
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-31  Philippe WaroquiersAdd previous_saved_command_line to allow a command...
2019-02-20  Simon MarchiFix error message and use-after-free on errors in neste...
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-30  Tom TromeyChange input_handler to take a unique_xmalloc_ptr
2018-06-05  Tom TromeyRemove some text from --version output
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-02  Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01  Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01  Sergio Durigan JuniorAdd support for the readnever concept
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyRemove cmd_cfunc_ftype
2017-11-07  Tom TromeyConstify add_com
2017-10-19  Tom TromeyRemove cleanups from prepare_execute_command
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-03  Tom TromeyRemove make_delete_ui_cleanup
2017-09-22  Sergio Durigan JuniorGet rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
2017-08-03  Tom TromeyReplace do_restore_instream_cleanup with scoped_restore
2017-08-03  Tom TromeyRemove in_user_command
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-21  Tom TromeyRemove make_cleanup_restore_current_ui
2016-09-21  Tom TromeyPR gdb/20604 - fix "quit" when an invalid expression...
2016-09-06  Pedro AlvesIntroduce make_cleanup_restore_current_ui
2016-08-09  Pedro AlvesFix PR gdb/20418 - Problems with synchronous commands...
2016-07-25  Simon MarchiHandle correctly passing a bad interpreter name to...
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 AlvesAlways process target events in the main 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 out and error streams be per UI
2016-06-21  Pedro AlvesMake input_fd be per UI
2016-06-21  Pedro AlvesMake instream be per UI
2016-06-21  Pedro AlvesAlways run async signal handlers in the main UI
2016-06-21  Pedro AlvesMake the intepreters output to all UIs
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-03-09  Pedro AlvesCommand line input handling TLC
2016-03-09  Pedro AlvesSimplify saved_command_line handling
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-09  Pedro AlvesMerge async and sync code paths some more
2015-08-21  Patrick Palkatui: don't overwrite a secondary prompt that was given...
2015-01-12  Patrick PalkaAppend to input history file instead of overwriting it
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-11  Pedro Alvesgdb/17347 - Regression: GDB stopped on run with attache...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-07-01  Pedro AlvesReimplement DJGPP's .gdbinit -> gdb.ini renaming.
2013-04-12  Eli ZaretskiiImplement a new command to show GDB build-time configur...
2013-01-07  Tom Tromey PR cli/7719:
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-01-23  Pedro Alves2012-01-23 Pedro Alves <palves@redhat.com>
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-16  Pedro Alves2011-12-16 Pedro Alves <pedro@codesourcery.com>
2011-09-21  Joseph Myers * event-top.c (async_disconnect): If an exception...
2011-09-06  Pedro Alves2011-09-06 Pedro Alves <pedro@codesourcery.com>
2011-07-22  Phil Muldoon2011-07-22 Phil Muldoon <pmuldoon@redhat.com>
2011-07-21  Phil Muldoon2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2011-06-13  Pedro Alves2011-06-13 Pedro Alves <pedro@codesourcery.com>
2011-06-02  Pedro Alves2011-06-02 Pedro Alves <pedro@codesourcery.com>
2011-05-13  Thiago Jung Bauermanngdb/
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-12-29  Michael Snyder2010-12-28 Michael Snyder <msnyder@vmware.com>
2010-04-07  Doug Evans * top.c (source_file_name): Make const char *.
2010-04-06  Doug Evans * top.h (source_script, cd_command): Delete.
next