Remove interp_ui_out
[binutils-gdb.git] / gdb / mi / mi-main.c
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
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-07-08 Simon MarchiDelete program spaces directly when removing inferiors
2015-07-08 Simon MarchiRevert "Delete program spaces directly when removing...
2015-07-08 Simon MarchiDelete program spaces directly when removing inferiors
2015-06-15 Simon MarchiMI: consider addressable unit size when reading/writing...
2015-03-24 Pedro AlvesRemove 'step' parameters from 'proceed' and 'resume'
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-10-01 Simon MarchiExit code of exited inferiors in -list-thread-groups
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-07-25 Pedro AlvesAlways pass signals to the right thread
2014-05-29 Pedro Alvesenable target async by default; separate MI and target...
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-03-06 Yao QiFix PR16508
2014-02-11 Joel BrobeckerFix thinko in mi/mi-main.c::mi_cmd_data_write_memory_by...
2014-02-06 Doug EvansExtension Language API
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-10 Joel BrobeckerGDB/MI: Document support for -exec-run --start in ...
2013-12-03 Joel BrobeckerRemove "ada-exceptions" from -list-features output.
2013-12-03 Joel BrobeckerRemove all trailing spaces in mi/mi-main.c.
2013-12-03 Joel BrobeckerAdd "undefined-command" error code at end of ^error...
2013-12-03 Joel BrobeckerNew GDB/MI command "-info-gdb-mi-command"
next