Multi-target support
[deliverable/binutils-gdb.git] / gdb / mi / mi-interp.c
2020-01-10  Pedro AlvesMulti-target support
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26  Simon MarchiAdd missing includes in dwarf-index-write.c and mi...
2019-09-19  Alan Modrabfd_section_* macros
2019-07-17  Tom TromeyRename field_int to field_signed
2019-07-15  Tom TromeyUse field_string in more places
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-17  Alan HaywardAdd debug redirect option
2019-05-17  Alan HaywardChange file close behavior for tee_file
2019-04-25  Tom TromeyRemove exception_none
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-19  Tom TromeyDon't show "display"s twice in MI
2019-03-13  Simon MarchiFactor out mi_ui_out instantiation logic
2019-02-07  Tom TromeyC++-ify struct thread_fsm
2019-01-17  Tom TromeyReplace "the the" with "the"
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-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
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-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-04-09  Simon MarchiRemove VEC(tsv_s), use std::vector instead
2018-03-19  Tom TromeyConvert observers to C++
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-10-10  Pedro AlvesEliminate catch_exceptions/catch_exceptions_with_msg
2017-09-20  Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09  Tom TromeyRemove make_cleanup_ui_out_redirect_pop
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-03  Tom TromeyUse std::string in mi_cmd_interpreter_exec
2017-04-22  Tom TromeyUse ui_out_emit_list
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 AlvesMove "tee" building down to interpreter::set_logging_proc
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-31  Pedro Alvesgdb/mi/mi-interp.c: Fix typos
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-10-21  Tom TromeyRemove make_cleanup_restore_current_ui
2016-10-03  Antoine TremblayEmit inferior, thread and frame selection events to...
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
2016-06-21  Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21  Pedro AlvesMake instream be per UI
2016-06-21  Pedro AlvesMake the intepreters output to all UIs
2016-06-21  Pedro AlvesIntroduce interpreter factories
2016-06-21  Pedro AlvesIntroduce "struct ui"
2016-06-07  Simon Marchimi/mi-interp.c: Add missing braces
2016-06-06  Simon MarchiAdd method/format information to =record-started
2016-05-18  Simon MarchiFix double prompt output after run control MI commands...
2016-04-12  Pedro AlvesUse target_terminal_ours_for_output in MI
2016-03-09  Pedro Alvesgdb_readline2 -> gdb_readline_no_editing_callback
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-09  Pedro AlvesReplace "struct continuation" mechanism by something...
2015-09-09  Pedro AlvesMerge async and sync code paths some more
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-15  Simon MarchiIntroduce utility function find_inferior_ptid
2014-12-10  Simon MarchiRestore terminal state in mi_thread_exit (PR gdb/17627)
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-06-05  Simon MarchiPR mi/15806: Fix quoting of async events
2014-05-29  Pedro Alvesenable target async by default; separate MI and target...
2014-05-29  Pedro AlvesMake display_gdb_prompt CLI-only.
2014-05-29  Pedro AlvesPR gdb/13860 - Make MI sync vs async output (closer...
2014-05-22  Pedro AlvesAdd new infrun.h header.
2014-05-21  Pedro AlvesPR gdb/13860: don't lose '-interpreter-exec console...
2014-03-20  Maciej W. RozyckiAvoid using the ISO C99 `z' formatted output modifier
2014-03-18  Pedro AlvesPR gdb/13860: make "-exec-foo"'s MI output equal to...
2014-01-13  Tom Tromeyreplace XMALLOC with XNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-11  Doug EvansDelete interp_exec_p.
2013-11-18  Tom Tromeyremove gdb_string.h
2013-09-30  Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-17  Pedro AlvesPR gdb/15911: "info threads" changes the default source...
2013-08-29  Andrew BurgessRemove use of deprecated_command_loop_hook from mi...
2013-08-02  Andrew BurgessRemove duplicate call to add_file_handler.
2013-03-12  Keith Seitz * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
2013-02-06  Yao Qigdb/doc:
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-09  Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-10-17  Yao Qigdb:
2012-09-21  Yao Qigdb/doc:
2012-09-18  Yao Qigdb/doc:
2012-09-18  Yao Qigdb/doc:
2012-08-09  Yao Qigdb/
next
This page took 0.979629 seconds and 107 git commands to generate.