]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/mi
Change macro_source_fullname to return a std::string
[thirdparty/binutils-gdb.git] / gdb / mi /
2019-02-07  Tom TromeyC++-ify struct thread_fsm
2019-02-07  Tom TromeyNormalize include guards in gdb
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-17  Tom TromeyAdd compunits range adapter to objfile
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-17  Tom TromeyReplace "the the" with "the"
2019-01-10  Tom TromeyRemove ALL_OBJFILES and ALL_FILETABS
2019-01-10  Tom TromeyRemove ALL_COMPUNIT_FILETABS
2019-01-10  Tom TromeyRemove ALL_OBJFILE_COMPUNITS
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-30  Tom TromeyChange input_handler to take a unique_xmalloc_ptr
2018-12-28  Tom TromeyAdd output styles to gdb
2018-11-25  Tom TromeyRemove obsolete comments from field_fmt
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-22  Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-28  Andrew Burgessgdb: Change how frames are selected for 'frame' and...
2018-08-14  Jan VranyMI: Add -a option to the "-data-disassemble" command
2018-07-22  Tom TromeySimple unused variable removals
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_is_pid
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-25  Tom TromeyAdd "name" method to class interp
2018-05-25  Tom TromeyRemove interp_name
2018-05-25  Tom TromeyRemove interp_ui_out
2018-05-25  Tom TromeyChange the as_*_interp functions to use dynamic_cast
2018-05-21  Tom TromeyChange ada_catchpoint::excep_string to be a std::string
2018-05-05  Tom TromeyAdd missing "breaks"
2018-05-04  Tom TromeyUse function_view in cli-script.c
2018-05-04  Tom TromeyUse counted_command_line everywhere
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-30  Tom TromeyMake do_is_mi_like_p const.
2018-04-09  Simon MarchiRemove VEC(tsv_s), use std::vector instead
2018-04-07  Simon MarchiImplement write_async_safe for mi_console_file (PR...
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-03-19  Tom TromeyConvert observers to C++
2018-02-26  Tom TromeyChange frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
2018-02-21  Yao QiClass readonly_detached_regcache
2018-02-14  Tom TromeyMove some declarations to source.h
2018-01-31  Xavier Roirand(Ada) Add gdb-mi support for stopping at start of excep...
2018-01-31  Xavier Roirand(Ada) C++fy conditional string when catching exception.
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-29  Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-24  Yao QiChange value_contents_eq return bool
2017-11-24  Yao QiChange register_changed_p returns bool
2017-11-24  Simon MarchiFix memory leak in list_available_thread_groups
2017-11-23  Simon MarchiChange int -> bool where applicable throughout varobj
2017-11-22  Simon MarchiC++ify osdata
2017-11-22  Simon MarchiReplace VEC (varobj_update_result) with std::vector
2017-11-22  Simon MarchiMake varobj::children an std::vector
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyConstify add_path and friends
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-19  Tom TromeyRemove cleanups from prepare_execute_command
2017-10-16  Simon MarchiGet rid of VEC(mem_range_s)
2017-10-14  Simon MarchiUse std::vector for traceframe_info::tvars
2017-10-10  Pedro AlvesEliminate catch_exceptions/catch_exceptions_with_msg
2017-10-09  Tom TromeyRemove free_splay_tree cleanup
2017-10-09  Tom TromeyRemove "do_nothing"
2017-10-04  Simon MarchiFix -list-thread-groups --available logic and add test
2017-10-03  Tom TromeyRemove unused declarations
2017-09-30  Tom TromeyRemove free_memory_read_result_vector
2017-09-30  Tom TromeyChange captured_mi_execute_command to use scoped_restore
2017-09-30  Tom TromeyUse a std::vector for ada_exceptions_list
2017-09-30  Tom TromeyUse std::set in mi-main.c
2017-09-30  Tom TromeyUse std::string in mi-main.c
2017-09-30  Tom TromeyUse gdb::byte_vector in mi_cmd_data_write_memory_bytes
2017-09-30  Tom TromeyRemove unused declaration
2017-09-30  Tom TromeyDon't copy a string in mi_cmd_disassemble
2017-09-30  Tom TromeyRemove cleanups from mi-cmd-var.c
2017-09-30  Tom TromeyRemove cleanups from mi_cmd_break_insert_1
2017-09-27  Tom TromeyConstify some linespec functions
2017-09-26  Tom TromeyRemove make_cleanup_regcache_xfree
2017-09-22  Sergio Durigan JuniorGet rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
2017-09-20  Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-19  Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-09-16  Simon Marchimi_load_progress: Restore current_uiout using a scoped_...
2017-09-16  Simon Marchimi_load_progress: Use unique_ptr to manage ui_out lifetime
2017-09-11  Tom TromeyChange setup_breakpoint_reporting to return a scoped_re...
2017-09-11  Tom TromeyMake extract_arg return a std::string
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-09  Tom TromeyUse ui_out_emit_list and ui_out_emit_tuple with gdb...
2017-09-09  Tom TromeyRemove make_cleanup_ui_out_redirect_pop
2017-09-09  Tom TromeyUse ui_out_emit_list in more places
2017-09-09  Tom TromeyUse ui_out_emit_tuple in more places
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesIntroduce gdb_disassembly_flags
2017-09-04  Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-09-03  Tom TromeyUse std::string in mi_cmd_interpreter_exec
2017-09-03  Tom TromeyUse unique_xmalloc_ptr in env_execute_cli_command
2017-08-03  Tom TromeyUse containers to avoid cleanups
2017-08-03  Tom TromeyRemove make_cleanup_restore_current_language
2017-08-03  Tom TromeyIntroduce and use ui_out_emit_table
2017-06-28  Yao QiUse obstack_grow_str
2017-06-20  Sergio Durigan JuniorC++ify gdb/common/environ.c
next