aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-interp.h
AgeCommit message (Expand)AuthorFilesLines
2025-02-19gdb/mi: Fix segfault when attaching a rocm process with MILancelot Six1-1/+1
2025-02-09gdb: include a still-mapped flag in solib unload notificationAndrew Burgess1-1/+1
2024-12-18Run check-include-guards.pyTom Tromey1-3/+3
2024-02-05gdb: rename struct shobj -> struct solibSimon Marchi1-3/+3
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-3/+3
2023-09-07gdb/mi: make current_token a field of mi_interpSimon Marchi1-0/+2
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves1-1/+2
2023-07-07Remove unchecked casts to mi_interpTom Tromey1-0/+9
2023-05-30gdb: add interp::on_memory_changed methodSimon Marchi1-0/+2
2023-05-30gdb: add interp::on_param_changed methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_breakpoint_deleted methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_breakpoint_created methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_tsv_modified methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_tsv_deleted methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_tsv_created methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_traceframe_changed methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_about_to_proceed methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_solib_unloaded methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_solib_loaded methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_target_resumed methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_record_changed methodSimon Marchi1-0/+2
2023-05-30gdb: add interp::on_inferior_removed methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_inferior_disappeared methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_inferior_appeared methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_inferior_added methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_thread_exited methodSimon Marchi1-0/+1
2023-05-30gdb: add interp::on_new_thread methodSimon Marchi1-0/+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-0/+1
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-05-29gdb/mi: fix ^running record with multiple MI interpretersSimon Marchi1-0/+6
2023-02-08Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-30Use ui_file_up in mi_interpTom Tromey1-2/+2
2022-11-28Don't let tee_file own a streamTom Tromey1-1/+1
2022-08-31Remove two unused members from mi_interpTom Tromey1-6/+2
2022-06-22Move mi_interpreter to mi-interp.hTom Tromey1-0/+50
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-02-07Normalize include guards in gdbTom Tromey1-3/+3