summaryrefslogtreecommitdiff
path: root/gdb/mi/mi-interp.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-03Use std::string in mi_cmd_interpreter_execTom Tromey
2017-04-22Use ui_out_emit_listTom Tromey
2017-04-05-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-31gdb/mi/mi-interp.c: Fix typosPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay
2016-06-21Make stdin be per UIPedro Alves
2016-06-21New function should_print_stop_to_consolePedro Alves
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves
2016-06-21Simplify starting the command event loopPedro Alves
2016-06-21Make raw_stdout be per MI instancePedro Alves
2016-06-21Introduce display_mi_promptPedro Alves
2016-06-21Make command line editing (use of readline) be per UIPedro Alves
2016-06-21Make instream be per UIPedro Alves
2016-06-21Make the intepreters output to all UIsPedro Alves
2016-06-21Introduce interpreter factoriesPedro Alves
2016-06-21Introduce "struct ui"Pedro Alves
2016-06-07mi/mi-interp.c: Add missing bracesSimon Marchi
2016-06-06Add method/format information to =record-startedSimon Marchi
2016-05-18Fix double prompt output after run control MI commands with mi-async on (PR 2...Simon Marchi
2016-04-12Use target_terminal_ours_for_output in MIPedro Alves
2016-03-09gdb_readline2 -> gdb_readline_no_editing_callbackPedro Alves
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves
2015-09-09Merge async and sync code paths some morePedro Alves
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi
2014-12-10Restore terminal state in mi_thread_exit (PR gdb/17627)Simon Marchi
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-06-05PR mi/15806: Fix quoting of async eventsSimon Marchi
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves
2014-05-29PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves
2014-05-22Add new infrun.h header.Pedro Alves