aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-interp.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-10-19gdb: rename struct so_list to shobjSimon Marchi1-3/+3
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi1-13/+13
2023-10-10gdb: remove target_gdbarchSimon Marchi1-4/+4
2023-09-07gdb/mi: make current_token a field of mi_interpSimon Marchi1-1/+1
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves1-1/+3
2023-08-23gdb: have mi_out_new return std::unique_ptrAndrew Burgess1-1/+1
2023-07-07Remove unchecked casts to mi_interpTom Tromey1-9/+0
2023-05-30gdb: add interp::on_memory_changed methodSimon Marchi1-37/+21
2023-05-30gdb: add interp::on_param_changed methodSimon Marchi1-24/+10
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi1-21/+7
2023-05-30gdb: add interp::on_breakpoint_deleted methodSimon Marchi1-21/+6
2023-05-30gdb: add interp::on_breakpoint_created methodSimon Marchi1-21/+7
2023-05-30gdb: add interp::on_tsv_modified methodSimon Marchi1-27/+14
2023-05-30gdb: add interp::on_tsv_deleted methodSimon Marchi1-22/+10
2023-05-30gdb: add interp::on_tsv_created methodSimon Marchi1-20/+8
2023-05-30gdb: add interp::on_traceframe_changed methodSimon Marchi1-24/+11
2023-05-30gdb: add interp::on_about_to_proceed methodSimon Marchi1-10/+3
2023-05-30gdb: add interp::on_solib_unloaded methodSimon Marchi1-26/+13
2023-05-30gdb: add interp::on_solib_loaded methodSimon Marchi1-20/+9
2023-05-30gdb: add interp::on_target_resumed methodSimon Marchi1-15/+5
2023-05-30gdb: add interp::on_record_changed methodSimon Marchi1-41/+22
2023-05-30gdb: add interp::on_inferior_removed methodSimon Marchi1-18/+6
2023-05-30gdb: add interp::on_inferior_disappeared methodSimon Marchi1-22/+12
2023-05-30gdb: add interp::on_inferior_appeared methodSimon Marchi1-18/+7
2023-05-30gdb: add interp::on_inferior_added methodSimon Marchi1-38/+8
2023-05-30gdb: add interp::on_thread_exited methodSimon Marchi1-18/+7
2023-05-30gdb: add interp::on_new_thread methodSimon Marchi1-18/+7
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi1-43/+21
2023-05-30gdb: add interp::on_command_error methodSimon Marchi1-8/+3
2023-05-30gdb: add interp::on_sync_execution_done methodSimon Marchi1-13/+3
2023-05-30gdb: add interp::on_no_history methodSimon Marchi1-37/+4
2023-05-30gdb: add interp::on_exited methodSimon Marchi1-16/+4
2023-05-30gdb: add interp::on_signal_exited methodSimon Marchi1-16/+4
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi1-35/+16
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi1-16/+4
2023-05-29gdb/mi: fix ^running record with multiple MI interpretersSimon Marchi1-4/+9
2023-05-25Make MI commands const-correctTom Tromey1-1/+2
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-1/+1
2023-04-24gdb: remove end_stepping_range observableSimon Marchi1-20/+0
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-1/+1
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-1/+1
2023-02-08Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves1-8/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Remove MI version 1Tom Tromey1-1/+0
2022-11-30Use ui_file_up in mi_interpTom Tromey1-6/+4
2022-11-28Don't let tee_file own a streamTom Tromey1-9/+6
2022-08-31Remove a call to clear_interpreter_hooksTom Tromey1-4/+0
2022-08-31Remove two unused members from mi_interpTom Tromey1-1/+0