aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-interp.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-22Use ui_out_emit_listTom Tromey1-9/+3
2017-04-05-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves1-1/+1
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle1-8/+28
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves1-46/+23
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves1-20/+10
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-11/+11
2017-01-31gdb/mi/mi-interp.c: Fix typosPedro Alves1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-42/+39
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey1-77/+27
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-0/+61
2016-06-21Make stdin be per UIPedro Alves1-1/+1
2016-06-21New function should_print_stop_to_consolePedro Alves1-23/+4
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-14/+11
2016-06-21Simplify starting the command event loopPedro Alves1-6/+3
2016-06-21Make raw_stdout be per MI instancePedro Alves1-51/+44
2016-06-21Introduce display_mi_promptPedro Alves1-10/+12
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-4/+1
2016-06-21Make instream be per UIPedro Alves1-1/+3
2016-06-21Make the intepreters output to all UIsPedro Alves1-364/+588
2016-06-21Introduce interpreter factoriesPedro Alves1-16/+26
2016-06-21Introduce "struct ui"Pedro Alves1-2/+3
2016-06-07mi/mi-interp.c: Add missing bracesSimon Marchi1-10/+16
2016-06-06Add method/format information to =record-startedSimon Marchi1-4/+21
2016-05-18Fix double prompt output after run control MI commands with mi-async on (PR 2...Simon Marchi1-1/+1
2016-04-12Use target_terminal_ours_for_output in MIPedro Alves1-20/+105
2016-03-09gdb_readline2 -> gdb_readline_no_editing_callbackPedro Alves1-1/+1
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-8/+8
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-26/+27
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-71/+37
2015-09-09Merge async and sync code paths some morePedro Alves1-24/+8
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-6/+18
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-2/+2
2014-12-10Restore terminal state in mi_thread_exit (PR gdb/17627)Simon Marchi1-0/+4
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-05PR mi/15806: Fix quoting of async eventsSimon Marchi1-26/+31
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves1-6/+46
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves1-9/+0
2014-05-29PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves1-14/+122
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-21PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves1-0/+77
2014-03-20Avoid using the ISO C99 `z' formatted output modifierMaciej W. Rozycki1-1/+1
2014-03-18PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output.Pedro Alves1-2/+1
2014-01-13replace XMALLOC with XNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10Delete interp_exec_p.Doug Evans1-5/+0
2013-11-18remove gdb_string.hTom Tromey1-1/+1