]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/cli/cli-interp.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / cli / cli-interp.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-05-30  Simon Marchigdb: add interp::on_user_selected_context_changed method
2023-05-30  Simon Marchigdb: add interp::on_command_error method
2023-05-30  Simon Marchigdb: add interp::on_sync_execution_done method
2023-05-30  Simon Marchigdb: add interp::on_no_history method
2023-05-30  Simon Marchigdb: add interp::on_exited method
2023-05-30  Simon Marchigdb: add interp::on_signal_exited method
2023-05-30  Simon Marchigdb: add interp::on_normal_stop method
2023-05-30  Simon Marchigdb: add interp::on_signal_received method
2023-05-01  Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-04-24  Simon Marchigdb: remove end_stepping_range observable
2023-02-08  Pedro AlvesSimplify interp::exec / interp_exec - let exceptions...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-30  Tom TromeyRename fields of cli_interp_base::saved_output_files
2022-11-28  Tom TromeyDon't let gdb_stdlog use pager
2022-11-28  Tom TromeyDon't let tee_file own a stream
2022-11-28  Tom TromeyRemove 'saved_output' global
2022-07-18  Tom TromeyRemove manual lifetime management from cli_interp
2022-07-18  Tom TromeyRemove cli_out_new
2022-06-24  Pedro AlvesEliminate TUI/CLI observers duplication
2022-03-28  Tom TromeySwitch gdb_stdlog to use timestamped_file
2022-03-28  Tom TromeyUse unique_ptr in CLI logging code
2022-03-28  Tom TromeySimplify the CLI set_logging logic
2022-02-07  Lancelot SIXgdb: make thread_info::m_thread_fsm a std::unique_ptr
2022-02-07  Tankut Baris Aktemurgdb/cli: add a 'normal_stop' option to 'cli_suppress_no...
2022-02-07  Tankut Baris Aktemurgdb/cli: convert cli_suppress_notification from int...
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-08  Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-01-27  Lancelot SIXAvoid use after free with logging and debug redirect.
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-05-17  Alan HaywardAdd debug redirect option
2019-05-17  Alan HaywardChange file close behavior for tee_file
2019-04-25  Tom TromeyMake exception handling more efficient
2019-04-25  Tom TromeyRemove exception_none
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-02-07  Tom TromeyC++-ify struct thread_fsm
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22  Pedro AlvesAvoid find_thread_ptid with null_ptid
2018-10-19  Gary BensonFix cli_interp::cli_uiout resource leak found by Coverity
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-25  Tom TromeyChange the as_*_interp functions to use dynamic_cast
2018-05-25  Tom TromeyUse scoped_restore in a couple of interp-related places
2018-03-19  Tom TromeyConvert observers to C++
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07  Tom TromeyConstify execute_command
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-02-03  Pedro AlvesC++-fy struct interp/cli_interp/tui_interp/mi_interp
2017-02-02  Pedro AlvesMove "tee" building down to interpreter::set_logging_proc
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-10-21  Tom TromeyRemove make_cleanup_restore_current_ui
2016-10-03  Antoine TremblayEmit inferior, thread and frame selection events to...
2016-06-21  Pedro AlvesOnly send sync execution command output to the UI that...
2016-06-21  Pedro AlvesPush thread->control.command_interp to the struct threa...
2016-06-21  Pedro AlvesNew function should_print_stop_to_console
2016-06-21  Pedro AlvesSimplify starting the command event loop
2016-06-21  Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21  Pedro AlvesMake the intepreters output to all UIs
2016-06-21  Pedro AlvesIntroduce interpreter factories
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-09  Pedro AlvesReplace "struct continuation" mechanism by something...
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07  Pedro AlvesNormalize TRY_CATCH exception handling block
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-05-29  Pedro AlvesMake display_gdb_prompt CLI-only.
2014-05-29  Pedro AlvesPR gdb/13860 - Make MI sync vs async output (closer...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-09-06  Andrew BurgessGive every interpreter a command_loop_proc.
2013-02-12  Pedro AlvesConsistent use of (C) after "Copyright".
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-01-09  Keith Seitz * Makefile.in (SFILES): Remove wrapper.c.
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-09-12  Pedro Alvesgdb/
2011-08-04  Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-08-04  Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-04-04  Tom Tromey * cli/cli-interp.c (struct captured_execute_command_args):
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-12-29  Michael Snyder2010-12-28 Michael Snyder <msnyder@vmware.com>
2010-05-17  Michael Snyder2010-05-17 Michael Snyder <msnyder@vmware.com>
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-01-03  Joel Brobecker Updated copyright notices for most files.
2008-03-14  Vladimir Prus Implement MI notification for new threads.
2008-01-01  Daniel Jacobowitz Updated copyright notices for most files.
2007-08-23  Joel Brobecker Switch the license of all .c files to GPLv3.
2007-01-09  Daniel JacobowitzCopyright updates for 2007.
2006-04-20  Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-17  Eli Zaretskii * cli/cli-utils.h:
2005-04-26  Andrew Cagney2005-04-26 Andrew Cagney <cagney@gnu.org>
2005-01-14  Andrew Cagney2005-01-14 Andrew Cagney <cagney@gnu.org>
2005-01-14  Andrew Cagney2005-01-13 Andrew Cagney <cagney@gnu.org>
next