aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi1-1/+2
2023-12-13Use unique_xmalloc_ptr in explicit_location_specTom Tromey1-3/+3
2023-11-29Remove gdb_static_assertTom Tromey1-1/+1
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six7-16/+16
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six2-4/+4
2023-11-17gdb: remove get_current_regcacheSimon Marchi1-2/+1
2023-10-19gdb: rename struct so_list to shobjSimon Marchi3-7/+7
2023-10-19gdb: link so_list using intrusive_listSimon Marchi1-4/+4
2023-10-19gdb: make so_list::{so_original_name,so_name} std::stringsSimon Marchi1-2/+3
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi3-17/+17
2023-10-10gdb: remove target_gdbarchSimon Marchi2-5/+5
2023-09-20Remove explanatory comments from includesTom Tromey2-2/+2
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey1-3/+6
2023-09-07gdb/mi: make current_token a field of mi_interpSimon Marchi4-14/+19
2023-09-07gdb: fix indentation in mi/mi-parse.hSimon Marchi1-59/+59
2023-09-01Fix "usage" errors for some MI varobj commandsTom Tromey1-3/+3
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves2-2/+5
2023-08-23gdb: remove mi_parse::make functionsAndrew Burgess3-55/+41
2023-08-23gdb: have mi_out_new return std::unique_ptrAndrew Burgess4-7/+7
2023-08-18Remove most includes of psymtab.hTom Tromey1-1/+0
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess3-4/+31
2023-07-07Remove unchecked casts to mi_interpTom Tromey3-27/+39
2023-06-20Use unique_xmalloc_ptr for mi_parse::commandTom Tromey4-19/+19
2023-06-20Use std::string for MI tokenTom Tromey4-24/+19
2023-06-12Transfer ownership of exception string to ada_catchpointTom Tromey1-2/+2
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-05-31Improve MI -dprintf-insert documentationTom Tromey1-5/+5
2023-05-30gdb: add interp::on_memory_changed methodSimon Marchi2-37/+23
2023-05-30gdb: add interp::on_param_changed methodSimon Marchi2-24/+11
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi3-22/+9
2023-05-30gdb: add interp::on_breakpoint_deleted methodSimon Marchi2-21/+7
2023-05-30gdb: add interp::on_breakpoint_created methodSimon Marchi2-21/+8
2023-05-30gdb: add interp::on_tsv_modified methodSimon Marchi2-27/+15
2023-05-30gdb: add interp::on_tsv_deleted methodSimon Marchi2-22/+11
2023-05-30gdb: add interp::on_tsv_created methodSimon Marchi2-20/+9
2023-05-30gdb: add interp::on_traceframe_changed methodSimon Marchi2-24/+12
2023-05-30gdb: add interp::on_about_to_proceed methodSimon Marchi2-10/+4
2023-05-30gdb: add interp::on_solib_unloaded methodSimon Marchi2-26/+14
2023-05-30gdb: add interp::on_solib_loaded methodSimon Marchi2-20/+10
2023-05-30gdb: add interp::on_target_resumed methodSimon Marchi2-15/+6
2023-05-30gdb: add interp::on_record_changed methodSimon Marchi2-41/+24
2023-05-30gdb: add interp::on_inferior_removed methodSimon Marchi2-18/+7
2023-05-30gdb: add interp::on_inferior_disappeared methodSimon Marchi2-22/+13
2023-05-30gdb: add interp::on_inferior_appeared methodSimon Marchi2-18/+8
2023-05-30gdb: add interp::on_inferior_added methodSimon Marchi2-38/+9
2023-05-30gdb: add interp::on_thread_exited methodSimon Marchi2-18/+8
2023-05-30gdb: add interp::on_new_thread methodSimon Marchi2-18/+8
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi3-44/+23
2023-05-30gdb: add interp::on_command_error methodSimon Marchi2-8/+4