aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-interp.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-1/+1
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves1-1/+1
2013-08-29Remove use of deprecated_command_loop_hook from mi code.Andrew Burgess1-35/+4
2013-08-02Remove duplicate call to add_file_handler.Andrew Burgess1-1/+0
2013-03-12 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.Keith Seitz1-6/+3
2013-02-06gdb/doc:Yao Qi1-8/+37
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-3/+3
2012-10-17gdb:Yao Qi1-0/+45
2012-09-21gdb/doc:Yao Qi1-0/+15
2012-09-18gdb/doc:Yao Qi1-0/+38