]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/mi
zlib: import zlib-1.3.1 [PR32933]
[thirdparty/binutils-gdb.git] / gdb / mi /
2025-06-26  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-05-29  Simon Marchigdb/solib: move solist.h content to solib.h
2025-05-29  Simon Marchigdb/solib: remove so_ prefix from so_name and so_origin...
2025-04-29  Simon Marchigdb: add scoped_time_it
2025-04-29  Simon Marchigdbsupport: move run_time_clock::now(user, system)...
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-17  Simon Marchigdbsupport: add some -Wunused-* warning flags
2025-03-11  Tom TromeyUse gdb map in mi-cmds.c
2025-03-11  Tom TromeyUse gdb set and map in mi-main.c
2025-03-11  Tom TromeyUse gdb::function_view in iterate_over_threads
2025-02-25  Tom TromeyRemove struct print_one_inferior_data
2025-02-19  Lancelot Sixgdb/mi: Fix segfault when attaching a rocm process...
2025-02-12  Simon Marchigdb: cleanup includes in mi/
2025-02-09  Andrew Burgessgdb/mi: include ranges in =library-unloaded event
2025-02-09  Andrew Burgessgdb: include a still-mapped flag in solib unload notifi...
2024-12-18  Tom TromeyRun check-include-guards.py
2024-11-23  Tom de Vries[gdb/contrib] Add two rules in common-misspellings.txt
2024-09-30  Tom TromeyAdd line-number styling
2024-09-27  Simon Marchigdb/symtab: pass program space to lookup_symtab and...
2024-08-15  Tom TromeyAdd another constructor to scoped_restore_current_language
2024-08-12  Simon Marchigdb: drop struct keyword when using bound_minimal_symbol
2024-07-15  Simon Marchigdb: pass program space to get_current_source_symtab_an...
2024-06-08  Simon Marchigdb: make progspace::exec_filename private, add getter...
2024-05-31  Simon Marchigdb: remove unused includes in utils.h
2024-05-17  Tom TromeyRemove gdb_stdtargerr
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-23  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-02-07  Hannes DomaniFix raw-frame-arguments in combination with frame-filters
2024-02-05  Simon Marchigdb: rename struct shobj -> struct solib
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-28  Tom TromeyReplace search_domain with domain_search_flags
2024-01-28  Tom TromeySimplify symbol_to_info_string
2024-01-19  Aaron Mereygdb: Buffer output streams during events that might...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-14  Simon Marchigdb: change value_of_register and value_of_register_laz...
2023-12-13  Tom TromeyUse unique_xmalloc_ptr in explicit_location_spec
2023-11-29  Tom TromeyRemove gdb_static_assert
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-21  Lancelot Sixgdb: Use C++17's std::make_unique instead of gdb::make_...
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-10-19  Simon Marchigdb: rename struct so_list to shobj
2023-10-19  Simon Marchigdb: link so_list using intrusive_list
2023-10-19  Simon Marchigdb: make so_list::{so_original_name,so_name} std:...
2023-10-19  Simon Marchigdb: replace some so_list parameters to use references
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-09-19  Tom TromeyUse gdb::checked_static_cast for tracepoints
2023-09-07  Simon Marchigdb/mi: make current_token a field of mi_interp
2023-09-07  Simon Marchigdb: fix indentation in mi/mi-parse.h
2023-09-01  Tom TromeyFix "usage" errors for some MI varobj commands
2023-08-23  Pedro Alvesgdb: centralize "[Thread ...exited]" notifications
2023-08-23  Andrew Burgessgdb: remove mi_parse::make functions
2023-08-23  Andrew Burgessgdb: have mi_out_new return std::unique_ptr
2023-08-18  Tom TromeyRemove most includes of psymtab.h
2023-08-17  Andrew Burgessgdb: add inferior-specific breakpoints
2023-07-07  Tom TromeyRemove unchecked casts to mi_interp
2023-06-20  Tom TromeyUse unique_xmalloc_ptr for mi_parse::command
2023-06-20  Tom TromeyUse std::string for MI token
2023-06-12  Tom TromeyTransfer ownership of exception string to ada_catchpoint
2023-06-03  Tom de Vries[gdb] Fix typos
2023-05-31  Tom TromeyImprove MI -dprintf-insert documentation
2023-05-30  Simon Marchigdb: add interp::on_memory_changed method
2023-05-30  Simon Marchigdb: add interp::on_param_changed method
2023-05-30  Simon Marchigdb: add interp::on_breakpoint_modified method
2023-05-30  Simon Marchigdb: add interp::on_breakpoint_deleted method
2023-05-30  Simon Marchigdb: add interp::on_breakpoint_created method
2023-05-30  Simon Marchigdb: add interp::on_tsv_modified method
2023-05-30  Simon Marchigdb: add interp::on_tsv_deleted method
2023-05-30  Simon Marchigdb: add interp::on_tsv_created method
2023-05-30  Simon Marchigdb: add interp::on_traceframe_changed method
2023-05-30  Simon Marchigdb: add interp::on_about_to_proceed method
2023-05-30  Simon Marchigdb: add interp::on_solib_unloaded method
2023-05-30  Simon Marchigdb: add interp::on_solib_loaded method
2023-05-30  Simon Marchigdb: add interp::on_target_resumed method
2023-05-30  Simon Marchigdb: add interp::on_record_changed method
2023-05-30  Simon Marchigdb: add interp::on_inferior_removed method
2023-05-30  Simon Marchigdb: add interp::on_inferior_disappeared method
2023-05-30  Simon Marchigdb: add interp::on_inferior_appeared method
2023-05-30  Simon Marchigdb: add interp::on_inferior_added method
2023-05-30  Simon Marchigdb: add interp::on_thread_exited method
2023-05-30  Simon Marchigdb: add interp::on_new_thread method
2023-05-30  Simon Marchigdb: add interp::on_user_selected_context_changed method
2023-05-30  Simon Marchigdb: add interp::on_command_error method
2023-05-30  Simon Marchigdb: add interp::on_sync_execution_done method
2023-05-30  Simon Marchigdb: add interp::on_no_history method
2023-05-30  Simon Marchigdb: add interp::on_exited method
2023-05-30  Simon Marchigdb: add interp::on_signal_exited method
2023-05-30  Simon Marchigdb: add interp::on_normal_stop method
2023-05-30  Simon Marchigdb: add interp::on_signal_received method
2023-05-29  Simon Marchigdb/mi: fix ^running record with multiple MI interpreters
2023-05-26  Tom TromeyMake MI commands const-correct
2023-05-23  Tom TromeyImplement gdb.execute_mi
2023-05-23  Tom TromeyAdd second mi_parse constructor
2023-05-23  Tom TromeyIntroduce mi_parse helper methods
2023-05-23  Tom TromeyIntroduce "static constructor" for mi_parse
2023-05-23  Tom TromeyChange mi_parse_argv to a method
next