summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* Include string.h in common-defs.hGary Benson2014-08-0711-14/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Move libiberty.h to common-defs.hGary Benson2014-08-071-1/+0
* Always pass signals to the right threadPedro Alves2014-07-251-1/+1
* constify struct block in some placesTom Tromey2014-06-181-1/+1
* Fix for PR mi/15863Keith Seitz2014-06-161-1/+3
* Rename varobj_pretty_printed_p to varobj_is_dynamic_pYao Qi2014-06-121-3/+3
* PR mi/15806: Fix quoting of async eventsSimon Marchi2014-06-051-26/+31
* enable target async by default; separate MI and target notions of asyncPedro Alves2014-05-293-13/+120
* Make display_gdb_prompt CLI-only.Pedro Alves2014-05-291-9/+0
* PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves2014-05-292-15/+126
* Add new infrun.h header.Pedro Alves2014-05-222-0/+2
* PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves2014-05-211-0/+77
* fix two latent type errorsTom Tromey2014-05-191-3/+1
* mi: Use the value in mi_console_file->quote as the quoting characterSimon Marchi2014-05-121-3/+4
* Avoid using the ISO C99 `z' formatted output modifierMaciej W. Rozycki2014-03-201-1/+1
* PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output.Pedro Alves2014-03-181-2/+1
* Fix PR16508Yao Qi2014-03-061-2/+1
* constify ui_out_implTom Tromey2014-02-281-4/+1
* Fix thinko in mi/mi-main.c::mi_cmd_data_write_memory_bytes comment.Joel Brobecker2014-02-111-1/+1
* Extension Language APIDoug Evans2014-02-052-25/+21
* psymtab cleanup patch 3/3Doug Evans2014-01-141-2/+2
* replace XMALLOC with XNEWTom Tromey2014-01-134-4/+4
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-0126-26/+26
* Delete interp_exec_p.Doug Evans2013-12-101-5/+0
* GDB/MI: Document support for -exec-run --start in -list-featuresJoel Brobecker2013-12-101-0/+1
* Remove "ada-exceptions" from -list-features output.Joel Brobecker2013-12-031-1/+0
* Remove all trailing spaces in mi/mi-main.c.Joel Brobecker2013-12-031-32/+32
* Add "undefined-command" error code at end of ^error result...Joel Brobecker2013-12-032-2/+13
* New GDB/MI command "-info-gdb-mi-command"Joel Brobecker2013-12-034-0/+32
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-1811-11/+11
* Add "language-option" to -list-featuresJoel Brobecker2013-11-181-0/+1
* GDB/MI: Add new "--language LANG" command option.Joel Brobecker2013-11-143-1/+35
* Replace "info-ada-exceptions" by "ada-exceptions" in -list-featuresJoel Brobecker2013-11-131-1/+1
* Implement GDB/MI equivalent of "info exceptions" CLI command.Joel Brobecker2013-11-124-0/+54
* Dandling memory pointers in Ada catchpoints with GDB/MI.Joel Brobecker2013-11-111-0/+10
* Remove varobj_language_string, languages and varobj_languagesYao Qi2013-11-071-2/+3
* New GDB/MI commands to catch Ada exceptionsJoel Brobecker2013-10-113-0/+137
* Add support for --start option in -exec-run GDB/MI command.Joel Brobecker2013-10-041-3/+51
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-302-4/+4
* PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves2013-09-173-5/+5
* MI -trace-find, print frame with LOC_AND_ADDRESS instead of SRC_AND_LOC.Pedro Alves2013-08-301-1/+1
* Remove use of deprecated_command_loop_hook from mi code.Andrew Burgess2013-08-291-35/+4
* PR gdb/15415Jan Kratochvil2013-08-281-2/+2
* Add options to skip unavailable localsYao Qi2013-08-271-20/+57
* Add mi_getopt_allow_unknownYao Qi2013-08-273-27/+66
* gdb/Yao Qi2013-08-081-1/+4
* gdb/Yao Qi2013-08-081-4/+3