aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-interp.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Remove gdb_stdtargerrTom Tromey1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_command_error methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_sync_execution_done methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_no_history methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_exited methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_signal_exited methodSimon Marchi1-1/+2
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi1-0/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-30Rename fields of cli_interp_base::saved_output_filesTom Tromey1-4/+7
2022-11-28Don't let gdb_stdlog use pagerTom Tromey1-0/+1
2022-11-28Don't let tee_file own a streamTom Tromey1-0/+1
2022-11-28Remove 'saved_output' globalTom Tromey1-0/+16
2022-11-17Remove two obsolete declarationsTom Tromey1-4/+0
2022-06-23Don't declare cli_set_loggingTom Tromey1-5/+0
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-05-17Add debug redirect optionAlan Hayward1-1/+2
2019-05-17Change file close behavior for tee_fileAlan Hayward1-13/+0
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves1-1/+14
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves1-0/+18
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-06-21New function should_print_stop_to_consolePedro Alves1-0/+5
2016-06-21Simplify starting the command event loopPedro Alves1-0/+2
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-0/+25