Remove path name from test case
[binutils-gdb.git] / gdb / interps.h
2023-10-19 Simon Marchigdb: rename struct so_list to shobj
2023-10-19 Simon Marchigdb: replace some so_list parameters to use references
2023-09-08 Simon Marchigdb: remove interp_supports_command_editing
2023-09-08 Simon Marchigdb: remove interp_pre_command_loop
2023-08-23 Pedro Alvesgdb: centralize "[Thread ...exited]" notifications
2023-06-03 Tom de Vries[gdb] Fix typos
2023-05-30 Simon Marchigdb: add interp::on_memory_changed method
2023-05-30 Simon Marchigdb: add interp::on_param_changed method
2023-05-30 Simon Marchigdb: add interp::on_breakpoint_modified method
2023-05-30 Simon Marchigdb: add interp::on_breakpoint_deleted method
2023-05-30 Simon Marchigdb: add interp::on_breakpoint_created method
2023-05-30 Simon Marchigdb: add interp::on_tsv_modified method
2023-05-30 Simon Marchigdb: add interp::on_tsv_deleted method
2023-05-30 Simon Marchigdb: add interp::on_tsv_created method
2023-05-30 Simon Marchigdb: add interp::on_traceframe_changed method
2023-05-30 Simon Marchigdb: add interp::on_about_to_proceed method
2023-05-30 Simon Marchigdb: add interp::on_solib_unloaded method
2023-05-30 Simon Marchigdb: add interp::on_solib_loaded method
2023-05-30 Simon Marchigdb: add interp::on_target_resumed method
2023-05-30 Simon Marchigdb: add interp::on_record_changed method
2023-05-30 Simon Marchigdb: add interp::on_inferior_removed method
2023-05-30 Simon Marchigdb: add interp::on_inferior_disappeared method
2023-05-30 Simon Marchigdb: add interp::on_inferior_appeared method
2023-05-30 Simon Marchigdb: add interp::on_inferior_added method
2023-05-30 Simon Marchigdb: add interp::on_thread_exited method
2023-05-30 Simon Marchigdb: add interp::on_new_thread method
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: store interps in an intrusive_list
2023-03-07 Simon Marchigdb: initialize interp::next
2023-03-07 Simon Marchigdb: make interp::m_name an `const char *`
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-12-19 Tom TromeyRemove MI version 1
2022-08-10 Simon Marchigdb/mi: fix breakpoint script field output
2022-06-22 Tom TromeyUse unique_xmalloc_ptr in interp
2022-04-06 Andrew Burgessgdb: make interp_add static
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-05-17 Alan HaywardAdd debug redirect option
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-11 Gary BensonFix interp::m_name resource leak found by Coverity
2018-05-25 Tom TromeyAdd "name" method to class interp
2018-05-25 Tom TromeyRemove interp_name
2018-05-25 Tom TromeyRemove interp_ui_out
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-21 Simon MarchiRemove leftover declarations in interps.h
2017-09-11 Tom TromeyReplace interp_set_temp with scoped_restore_interp
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-02-08 Pedro AlvesEliminate interp::quiet_p
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-06-21 Pedro AlvesAdd new command to create extra console/mi UIs
2016-06-21 Pedro AlvesSimplify starting the command event loop
2016-06-21 Pedro AlvesMake raw_stdout be per MI instance
2016-06-21 Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21 Pedro AlvesIntroduce interpreter factories
2016-06-21 Pedro AlvesMake the interpreters be per UI
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-05-29 Pedro AlvesMake display_gdb_prompt CLI-only.
2014-05-21 Pedro AlvesPR gdb/13860: don't lose '-interpreter-exec console...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-11 Doug EvansDelete interp_exec_p.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-06-28 Stan Shebs Make logging work for MI.
2012-05-08 Eli ZaretskiiDisplay the ">" prompt in interactive mode while readin...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-09-12 Pedro Alvesgdb/
2011-09-02 Pedro Alves2011-09-02 Pedro Alves <pedro@codesourcery.com>
2011-01-09 Michael Snyder2011-01-08 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-04-19 Nick RobertsNew extern for top_level_interpreter.
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 * breakpoint.c:
2005-11-07 Andrew Stubbs2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
2005-04-26 Andrew Cagney2005-04-26 Andrew Cagney <cagney@gnu.org>
2005-01-13 Andrew Cagney2005-01-12 Andrew Cagney <cagney@gnu.org>
2004-02-18 Andrew Cagney2004-02-18 Andrew Cagney <cagney@redhat.com>
2003-08-07 Andrew CagneyIndex: ChangeLog
2003-06-08 Andrew Cagney2003-06-08 Andrew Cagney <cagney@redhat.com>
2003-02-12 Andrew Cagney2003-02-12 Andrew Cagney <ac131313@redhat.com>
2003-02-06 Andrew CagneyAdd missing files from last commit :-(