aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-interp.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi1-29/+7
2023-05-30gdb: add interp::on_command_error methodSimon Marchi1-10/+2
2023-05-30gdb: add interp::on_sync_execution_done methodSimon Marchi1-10/+2
2023-05-30gdb: add interp::on_no_history methodSimon Marchi1-13/+3
2023-05-30gdb: add interp::on_exited methodSimon Marchi1-13/+3
2023-05-30gdb: add interp::on_signal_exited methodSimon Marchi1-14/+3
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi1-16/+5
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi1-14/+3
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
2023-04-24gdb: remove end_stepping_range observableSimon Marchi1-17/+0
2023-02-08Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves1-35/+14
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-7/+7
2022-11-28Don't let gdb_stdlog use pagerTom Tromey1-10/+14
2022-11-28Don't let tee_file own a streamTom Tromey1-5/+6
2022-11-28Remove 'saved_output' globalTom Tromey1-30/+17
2022-07-18Remove manual lifetime management from cli_interpTom Tromey1-22/+14
2022-07-18Remove cli_out_newTom Tromey1-1/+1
2022-06-24Eliminate TUI/CLI observers duplicationPedro Alves1-66/+61
2022-03-28Switch gdb_stdlog to use timestamped_fileTom Tromey1-1/+5
2022-03-28Use unique_ptr in CLI logging codeTom Tromey1-26/+17
2022-03-28Simplify the CLI set_logging logicTom Tromey1-16/+4
2022-02-07gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX1-3/+3
2022-02-07gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'Tankut Baris Aktemur1-0/+4
2022-02-07gdb/cli: convert cli_suppress_notification from int to boolTankut Baris Aktemur1-4/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-1/+1
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-9/+11
2021-01-27Avoid use after free with logging and debug redirect.Lancelot SIX1-0/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-05-17Add debug redirect optionAlan Hayward1-11/+20
2019-05-17Change file close behavior for tee_fileAlan Hayward1-16/+22
2019-04-25Make exception handling more efficientTom Tromey1-2/+2
2019-04-25Remove exception_noneTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-02-07C++-ify struct thread_fsmTom Tromey1-1/+1
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Avoid find_thread_ptid with null_ptidPedro Alves1-3/+1
2018-10-19Fix cli_interp::cli_uiout resource leak found by CoverityGary Benson1-0/+6
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-0/+1
2018-05-25Change the as_*_interp functions to use dynamic_castTom Tromey1-3/+1
2018-05-25Use scoped_restore in a couple of interp-related placesTom Tromey1-6/+2
2018-03-19Convert observers to C++Tom Tromey1-10/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify execute_commandTom Tromey1-8/+4
2017-09-09Remove unnecessary function prototypes.John Baldwin1-1/+0