summaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi
2023-12-13Use unique_xmalloc_ptr in explicit_location_specTom Tromey
2023-11-29Remove gdb_static_assertTom Tromey
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six
2023-11-17gdb: remove get_current_regcacheSimon Marchi
2023-10-19gdb: rename struct so_list to shobjSimon Marchi
2023-10-19gdb: link so_list using intrusive_listSimon Marchi
2023-10-19gdb: make so_list::{so_original_name,so_name} std::stringsSimon Marchi
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-09-20Remove explanatory comments from includesTom Tromey
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey
2023-09-07gdb/mi: make current_token a field of mi_interpSimon Marchi
2023-09-07gdb: fix indentation in mi/mi-parse.hSimon Marchi
2023-09-01Fix "usage" errors for some MI varobj commandsTom Tromey
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves
2023-08-23gdb: remove mi_parse::make functionsAndrew Burgess
2023-08-23gdb: have mi_out_new return std::unique_ptrAndrew Burgess
2023-08-18Remove most includes of psymtab.hTom Tromey
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess
2023-07-07Remove unchecked casts to mi_interpTom Tromey
2023-06-20Use unique_xmalloc_ptr for mi_parse::commandTom Tromey
2023-06-20Use std::string for MI tokenTom Tromey
2023-06-12Transfer ownership of exception string to ada_catchpointTom Tromey
2023-06-03[gdb] Fix typosTom de Vries
2023-05-31Improve MI -dprintf-insert documentationTom Tromey
2023-05-30gdb: add interp::on_memory_changed methodSimon Marchi
2023-05-30gdb: add interp::on_param_changed methodSimon Marchi
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi
2023-05-30gdb: add interp::on_breakpoint_deleted methodSimon Marchi
2023-05-30gdb: add interp::on_breakpoint_created methodSimon Marchi
2023-05-30gdb: add interp::on_tsv_modified methodSimon Marchi
2023-05-30gdb: add interp::on_tsv_deleted methodSimon Marchi
2023-05-30gdb: add interp::on_tsv_created methodSimon Marchi
2023-05-30gdb: add interp::on_traceframe_changed methodSimon Marchi
2023-05-30gdb: add interp::on_about_to_proceed methodSimon Marchi
2023-05-30gdb: add interp::on_solib_unloaded methodSimon Marchi
2023-05-30gdb: add interp::on_solib_loaded methodSimon Marchi
2023-05-30gdb: add interp::on_target_resumed methodSimon Marchi
2023-05-30gdb: add interp::on_record_changed methodSimon Marchi
2023-05-30gdb: add interp::on_inferior_removed methodSimon Marchi
2023-05-30gdb: add interp::on_inferior_disappeared methodSimon Marchi
2023-05-30gdb: add interp::on_inferior_appeared methodSimon Marchi
2023-05-30gdb: add interp::on_inferior_added methodSimon Marchi
2023-05-30gdb: add interp::on_thread_exited methodSimon Marchi
2023-05-30gdb: add interp::on_new_thread methodSimon Marchi
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi