gdb: add interp::on_user_selected_context_changed method
[binutils-gdb.git] / gdb / cli / cli-interp.h
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-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-11-17 Tom TromeyRemove two obsolete declarations
2022-06-23 Tom TromeyDon't declare cli_set_logging
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-05-17 Alan HaywardAdd debug redirect option
2019-05-17 Alan HaywardChange file close behavior for tee_file
2019-02-07 Tom TromeyNormalize include guards in gdb
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
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 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