aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Remove spurious exceptions.h inclusionsGary Benson4-4/+0
2014-10-01Exit code of exited inferiors in -list-thread-groupsSimon Marchi1-0/+3
2014-08-07Include string.h in common-defs.hGary Benson11-14/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-07Move libiberty.h to common-defs.hGary Benson1-1/+0
2014-07-25Always pass signals to the right threadPedro Alves1-1/+1
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-06-16Fix for PR mi/15863Keith Seitz1-1/+3
2014-06-12Rename varobj_pretty_printed_p to varobj_is_dynamic_pYao Qi1-3/+3
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 Alves3-13/+120
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 Alves2-15/+126
2014-05-22Add new infrun.h header.Pedro Alves2-0/+2
2014-05-21PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves1-0/+77
2014-05-19fix two latent type errorsTom Tromey1-3/+1
2014-05-12mi: Use the value in mi_console_file->quote as the quoting characterSimon Marchi1-3/+4
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-03-06Fix PR16508Yao Qi1-2/+1
2014-02-28constify ui_out_implTom Tromey1-4/+1
2014-02-11Fix thinko in mi/mi-main.c::mi_cmd_data_write_memory_bytes comment.Joel Brobecker1-1/+1
2014-02-05Extension Language APIDoug Evans2-25/+21
2014-01-14psymtab cleanup patch 3/3Doug Evans1-2/+2
2014-01-13replace XMALLOC with XNEWTom Tromey4-4/+4
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker26-26/+26
2013-12-10Delete interp_exec_p.Doug Evans1-5/+0
2013-12-10GDB/MI: Document support for -exec-run --start in -list-featuresJoel Brobecker1-0/+1
2013-12-03Remove "ada-exceptions" from -list-features output.Joel Brobecker1-1/+0
2013-12-03Remove all trailing spaces in mi/mi-main.c.Joel Brobecker1-32/+32
2013-12-03Add "undefined-command" error code at end of ^error result...Joel Brobecker2-2/+13
2013-12-03New GDB/MI command "-info-gdb-mi-command"Joel Brobecker4-0/+32
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey11-11/+11
2013-11-18Add "language-option" to -list-featuresJoel Brobecker1-0/+1
2013-11-14GDB/MI: Add new "--language LANG" command option.Joel Brobecker3-1/+35
2013-11-13Replace "info-ada-exceptions" by "ada-exceptions" in -list-featuresJoel Brobecker1-1/+1
2013-11-12Implement GDB/MI equivalent of "info exceptions" CLI command.Joel Brobecker4-0/+54
2013-11-11Dandling memory pointers in Ada catchpoints with GDB/MI.Joel Brobecker1-0/+10
2013-11-07Remove varobj_language_string, languages and varobj_languagesYao Qi1-2/+3
2013-10-11New GDB/MI commands to catch Ada exceptionsJoel Brobecker3-0/+137
2013-10-04Add support for --start option in -exec-run GDB/MI command.Joel Brobecker1-3/+51
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2-4/+4
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves3-5/+5
2013-08-30MI -trace-find, print frame with LOC_AND_ADDRESS instead of SRC_AND_LOC.Pedro Alves1-1/+1
2013-08-29Remove use of deprecated_command_loop_hook from mi code.Andrew Burgess1-35/+4
2013-08-28PR gdb/15415Jan Kratochvil1-2/+2
2013-08-27Add options to skip unavailable localsYao Qi1-20/+57
2013-08-27Add mi_getopt_allow_unknownYao Qi3-27/+66