aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
2024-06-07gdb: make progspace::exec_filename private, add getter / setterSimon Marchi1-5/+2
2024-05-30gdb: remove unused includes in utils.hSimon Marchi4-0/+4
2024-05-17Remove gdb_stdtargerrTom Tromey1-2/+0
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi18-18/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi2-5/+5
2024-02-07Fix raw-frame-arguments in combination with frame-filtersHannes Domani1-3/+12
2024-02-05gdb: rename struct shobj -> struct solibSimon Marchi3-7/+7
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-2/+3
2024-01-28Replace search_domain with domain_search_flagsTom Tromey1-16/+17
2024-01-28Simplify symbol_to_info_stringTom Tromey1-1/+1
2024-01-19gdb: Buffer output streams during events that might download debuginfoAaron Merey1-0/+3
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess27-27/+27
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