Remove path name from test case
[binutils-gdb.git] / gdb / interps.c
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-10-19 Simon Marchigdb: make interps_notify work with references
2023-09-12 Simon Marchigdb/mi: remove warning about mi1
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-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_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_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: remove ui_interp_info
2023-05-01 Simon Marchigdb: store interps in an intrusive_list
2023-05-01 Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-03-07 Simon Marchigdb: make interp::m_name an `const char *`
2023-03-07 Simon Marchigdb: make get_interp_info return a reference
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-05 Tom TromeyDeprecate MI version 1
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-06-22 Tom TromeyUse std::string for interpreter_p
2022-06-22 Tom TromeyUse unique_xmalloc_ptr in interp
2022-04-06 Andrew Burgessgdb: make interp_add static
2022-03-14 Patrick MonneratReplace deprecated_target_wait_hook by observers
2022-01-18 Tom TromeyMove gdb_argv to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-04-22 Tankut Baris Aktemurgdb/continuations: do minor cleanup
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-21 Peter WallerPreserve gdb_std{out, err, log, targ, targerr} across...
2020-04-13 Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-06-18 Andrew Burgessgdb: Remove use of deprecated_interactive_hook
2019-06-11 Tom TromeyRemove trailing newlines from help text
2019-05-17 Alan HaywardAdd debug redirect option
2019-05-08 Tom TromeyMove interpreter_p declaration to main.h
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-09-16 Tom TromeyUse GNU style for metasyntactic variables in gdb
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-05-25 Tom TromeyUse scoped_restore in a couple of interp-related places
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-13 Pedro AlvesFactor out final completion match string building
2017-10-20 Simon MarchiGet rid of VEC(interp_factory_p)
2017-09-27 Tom TromeyConstify interpreter_exec_cmd
2017-09-11 Tom TromeyReplace interp_set_temp with scoped_restore_interp
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-02-09 Simon MarchiRemove return in function returning void
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-12-22 Simon MarchiClass-ify ui_out
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-07-08 Patrick Palkatui: replace deprecated_register_changed_hook with...
2015-05-06 Joel BrobeckerGet rid of deprecated_init_ui_hook
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-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-05 Gary BensonRemove pointless function initialize_interps
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-13 Tom Tromeyreplace XMALLOC with XNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-11 Doug EvansDelete interp_exec_p.
2013-11-18 Tom Tromeyremove gdb_string.h
2013-09-06 Andrew BurgessGive every interpreter a command_loop_proc.
next