aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-30gdb: add interp::on_sync_execution_done methodSimon Marchi2-13/+4
2023-05-30gdb: add interp::on_no_history methodSimon Marchi2-37/+5
2023-05-30gdb: add interp::on_exited methodSimon Marchi2-16/+5
2023-05-30gdb: add interp::on_signal_exited methodSimon Marchi2-16/+5
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi2-35/+17
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi2-16/+6
2023-05-29gdb/mi: fix ^running record with multiple MI interpretersSimon Marchi4-17/+19
2023-05-25Make MI commands const-correctTom Tromey16-187/+250
2023-05-23Implement gdb.execute_miTom Tromey2-0/+20
2023-05-23Add second mi_parse constructorTom Tromey2-2/+107
2023-05-23Introduce mi_parse helper methodsTom Tromey2-17/+61
2023-05-23Introduce "static constructor" for mi_parseTom Tromey3-19/+17
2023-05-23Change mi_parse_argv to a methodTom Tromey3-9/+8
2023-05-23Use accessor for mi_parse::argsTom Tromey4-7/+17
2023-05-23Use member initializers in mi_parseTom Tromey2-31/+14
2023-05-04Don't treat references to compound values as "simple".Gareth Rees4-19/+29
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi2-1/+2