Remove path name from test case
[binutils-gdb.git] / gdb / mi /
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
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
next