Automatic date update in version.in
[external/binutils.git] / gdb / mi /
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
2017-06-19 Sergio Durigan JuniorUse getenv instead of gdb_environ on mi-cmd-env.c
2017-06-14 Pedro AlvesIntroduce gdb::byte_vector, add allocator that default...
2017-06-08 Alan HaywardUpdate ff4ca5ac6a2e8 to the correct version.
2017-06-08 Alan HaywardRemove MAX_REGISTER_SIZE from mi/mi-main.c
2017-06-02 Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-22 Tom TromeyUse ui_out_emit_list
2017-04-22 Tom TromeyUse ui_out_emit_tuple in more places in MI
2017-04-22 Tom TromeyUse ui_out_emit_tuple
2017-04-12 Tom TromeyUse scoped_restore in more places
2017-04-12 Tom TromeyC++ify mi_parse
2017-04-12 Tom TromeyIntroduce command_line_up
2017-04-12 Tom TromeyIntroduce event_location_up
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: MI -info-os
2017-04-05 Pedro Alves-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command...
2017-03-20 Marc-Andre LaperleAdd -file-list-shared-libraries MI command
2017-02-03 Pedro AlvesC++-fy struct interp/cli_interp/tui_interp/mi_interp
2017-02-02 Pedro Alvesstruct mi_interp: Remove unused fields
2017-02-02 Pedro AlvesMove "tee" building down to interpreter::set_logging_proc
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-02-02 Simon MarchiRemove unused file_string parameter in gdb_disassembly
2017-01-31 Pedro Alvesgdb/mi/mi-interp.c: Fix typos
2017-01-20 Luis MachadoAdd command to erase all flash memory regions
2017-01-10 Simon MarchiChange return type of ui_out redirect to void
2017-01-06 Yao QiInclude mi-cmds.h in mi-parse.h
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-12-02 Simon MarchiIntroduce enum_flag type for ui_out flags
2016-12-02 Simon MarchiRemove mi_out_data::suppress_output
2016-12-01 Simon MarchiSimplify ui-out level code
2016-12-01 Simon MarchiUse std::string for ui_out_hdr's text fields
2016-12-01 Simon MarchiUse std::vector for mi_ui_out_data::streams
2016-12-01 Simon MarchiUse new/delete instead of malloc/free-based functions
2016-11-27 Simon MarchiRemove verbosity from ui_out_message and friends
2016-11-27 Simon MarchiConstify wrap_here/wrap_hint code path
2016-11-27 Simon MarchiRename ui_out_data to mi_ui_out_data
2016-11-27 Simon MarchiRemove unused functions and declarations
2016-11-23 Pedro Alvesgdb: Use C++11 std::chrono
2016-11-15 Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-10 Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-08 Yao QiRemove parameter valaddr from la_val_print
2016-11-08 Pedro AlvesUse ui_file_as_string throughout more
2016-11-08 Pedro AlvesClean up tracepoint.h/c:collection_list
2016-11-08 Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-10-21 Tom TromeyRemove some cleanups in MI
2016-10-21 Tom TromeyRemove make_cleanup_restore_current_ui
2016-10-21 Tom TromeyUse RAII to save and restore scalars
2016-10-17 Simon MarchiFix -trace-save crash when argument is missing
2016-10-03 Antoine TremblayEmit inferior, thread and frame selection events to...
2016-08-09 Pedro AlvesFix PR mi/20431 - Missing MI prompts after sync executi...
2016-06-29 Tom TromeyPR gdb/17210 - fix possible memory leak in read_memory_...
2016-06-21 Pedro AlvesMake stdin be per UI
2016-06-21 Pedro AlvesNew function should_print_stop_to_console
2016-06-21 Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-21 Pedro AlvesSimplify starting the command event loop
2016-06-21 Pedro AlvesMake raw_stdout be per MI instance
2016-06-21 Pedro AlvesIntroduce display_mi_prompt
next