aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
2025-06-26Change file initialization to use INIT_GDB_FILE macroTom Tromey4-12/+4
2025-05-29gdb/solib: move solist.h content to solib.hSimon Marchi2-2/+1
2025-05-29gdb/solib: remove so_ prefix from so_name and so_original_nameSimon Marchi2-5/+5
2025-04-29gdb: add scoped_time_itSimon Marchi1-1/+1
2025-04-29gdbsupport: move run_time_clock::now(user, system) out of run_time_clockSimon Marchi1-1/+1
2025-04-08Update copyright dates to include 2025Tom Tromey27-27/+27
2025-03-17gdbsupport: add some -Wunused-* warning flagsSimon Marchi2-2/+0
2025-03-11Use gdb map in mi-cmds.cTom Tromey1-2/+2
2025-03-11Use gdb set and map in mi-main.cTom Tromey1-7/+7
2025-03-11Use gdb::function_view in iterate_over_threadsTom Tromey1-66/+34
2025-02-25Remove struct print_one_inferior_dataTom Tromey1-6/+0
2025-02-19gdb/mi: Fix segfault when attaching a rocm process with MILancelot Six1-1/+1
2025-02-11gdb: cleanup includes in mi/Simon Marchi10-20/+1
2025-02-09gdb/mi: include ranges in =library-unloaded eventAndrew Burgess1-8/+16
2025-02-09gdb: include a still-mapped flag in solib unload notificationAndrew Burgess2-2/+2
2024-12-18Run check-include-guards.pyTom Tromey9-27/+27
2024-11-23[gdb/contrib] Add two rules in common-misspellings.txtTom de Vries1-1/+1
2024-09-30Add line-number stylingTom Tromey2-7/+9
2024-09-27gdb/symtab: pass program space to lookup_symtab and iterate_over_symtabsSimon Marchi2-2/+3
2024-08-15Add another constructor to scoped_restore_current_languageTom Tromey1-4/+1
2024-08-12gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi1-2/+1
2024-07-15gdb: pass program space to get_current_source_symtab_and_lineSimon Marchi1-2/+2
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