Use field_string in more places
[external/binutils.git] / gdb / mi / mi-main.c
2019-07-15 Tom TromeyUse field_string in more places
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-04 Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-17 Jan VranyMI: Add new command -complete
2019-05-10 Simon MarchiFix GDB build when using --disable-gdbmi
2019-04-25 Tom TromeyMake exception handling more efficient
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-03-13 Simon MarchiFix MI output for multi-location breakpoints
2019-03-13 Simon MarchiFactor out mi_ui_out instantiation logic
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-21 Tom TromeyRemove duplicate or commented-out #includes
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
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-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_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 TromeyRemove interp_ui_out
2018-05-05 Tom TromeyAdd missing "breaks"
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-09 Simon MarchiRemove VEC(tsv_s), use std::vector instead
2018-04-06 Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-03-19 Tom TromeyConvert observers to C++
2018-02-21 Yao QiClass readonly_detached_regcache
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
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-22 Simon MarchiC++ify osdata
2017-11-07 Tom TromeyConstify execute_command
2017-11-07 Tom TromeyConstify add_setshow_*
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 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-26 Tom TromeyRemove make_cleanup_regcache_xfree
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-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 Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-03 Tom TromeyUse containers to avoid cleanups
2017-08-03 Tom TromeyRemove make_cleanup_restore_current_language
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-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-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command...
2017-02-03 Pedro AlvesC++-fy struct interp/cli_interp/tui_interp/mi_interp
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-20 Luis MachadoAdd command to erase all flash memory regions
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-23 Pedro Alvesgdb: Use C++11 std::chrono
2016-11-15 Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-08 Yao QiRemove parameter valaddr from la_val_print
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 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 AlvesNew function should_print_stop_to_console
2016-06-21 Pedro AlvesMake raw_stdout be per MI instance
2016-05-17 Simon MarchiFix -exec-run not running asynchronously with mi-async...
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-12 Pedro AlvesUse target_terminal_ours_for_output in MI
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-09 Simon MarchiChange some void* to gdb_byte*
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-24 Pedro AlvesPrepare for gnulib update
next