gdb: add interp::on_tsv_deleted method
[binutils-gdb.git] / gdb / mi /
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
2023-05-23 Tom TromeyUse accessor for mi_parse::args
2023-05-23 Tom TromeyUse member initializers in mi_parse
2023-05-04 Gareth ReesDon't treat references to compound values as "simple".
2023-05-01 Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-05-01 Tom TromeyRemove evaluate_type
2023-05-01 Tom TromeyRemove evaluate_expression
2023-04-29 Manoj Guptagdb: Fix building with latest libc++
2023-04-28 Andrew Burgessgdb/mi: check thread exists when creating thread-specif...
2023-04-24 Simon Marchigdb: remove end_stepping_range observable
2023-04-21 Simon Marchigdb: remove language_auto
2023-04-05 Simon Marchigdb: make find_thread_ptid a process_stratum_target...
2023-03-20 Tom TromeyRemove mi_version function
2023-03-11 Tom TromeyChange linetables to be objfile-independent
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-27 Kevin BuettnerQUIT processing w/ explicit throw for gdb_exception_for...
2023-02-27 Kevin BuettnerCatch gdb_exception_error instead of gdb_exception...
2023-02-19 Tom TromeyRemove ALL_BLOCK_SYMBOLS
2023-02-13 Tom TromeyTurn many optimized-out value functions into methods
2023-02-13 Tom TromeyTurn value_contents_eq into a method
2023-02-13 Tom TromeyTurn some value offset functions into method
2023-02-13 Tom TromeyTurn value_type into method
2023-02-08 Pedro AlvesSimplify interp::exec / interp_exec - let exceptions...
2023-01-25 Tom TromeyClean up unusual code in mi-cmd-stack.c
2023-01-20 Simon Marchigdb: make frame_info_ptr auto-reinflatable
2023-01-20 Simon Marchigdb: make frame_info_ptr grab frame level and id on...
2023-01-06 Bruno Larsengdb/mi: add no-history stop reason
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19 Tom TromeyUse bool constants for value_print_options
2022-12-19 Tom TromeyRemove MI version 1
2022-12-16 Simon Marchigdb: remove static buffer in command_line_input
2022-11-30 Tom TromeyUse ui_file_up in mi_interp
2022-11-28 Tom TromeyDon't let tee_file own a stream
2022-11-10 Aaron Mereygdb/debuginfod: Improve progress updates
2022-10-25 Simon Marchigdb: remove spurious spaces after frame_info_ptr
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Bruno Larsengdb/frame: Add reinflation method for frame_info_ptr
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-10 Tom TromeyRemove frame_id_eq
2022-10-02 Andrew Burgessgdb: update now gdbarch_register_name doesn't return...
2022-10-02 Andrew Burgessgdb/mi: new options for -data-disassemble command
2022-10-02 Andrew Burgessgdb/mi: some int to bool conversion
2022-10-02 Andrew Burgessgdb: disassembler opcode display formatting
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-12 Tom TromeyUse checked_static_cast in more places
2022-08-31 Tom TromeyRemove a call to clear_interpreter_hooks
2022-08-31 Tom TromeyRemove two unused members from mi_interp
2022-08-31 Tom TromeyUse ui_out_redirect_pop in more places
2022-08-10 Simon Marchigdb/mi: fix breakpoint script field output
2022-07-18 Tom TromeyRemove cli_out_new
2022-07-11 Pedro AlvesAlways emit =thread-exited notifications, even if silent
2022-06-22 Tom TromeyMove mi_interpreter to mi-interp.h
2022-06-17 Pedro AlvesEliminate the two-level data structures behind location...
2022-06-17 Pedro Alvesevent_location -> location_spec
2022-05-20 Pedro AlvesRename base_breakpoint -> code_breakpoint
2022-04-29 Tom TromeyRemove vtable_breakpoint_ops
2022-04-29 Tom TromeyConvert dprintf to vtable ops
2022-04-29 Tom TromeyConvert ordinary breakpoints to vtable ops
2022-04-29 Tom TromeyConvert tracepoints to vtable ops
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Simon Marchigdb: remove symtab::objfile
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb putc functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-29 Tom TromeyUnify vprintf functions
2022-03-29 Andrew Burgessgdb/mi: fix use after free of frame_info causing spurio...
2022-03-19 Simon Marchigdb/python: remove gdb._mi_commands dict
2022-03-16 Jan Vranygdb/mi: consistently notify user when GDB/MI client...
2022-03-14 Andrew Burgessgdb/python/mi: create MI commands using python
next