summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* Mostly trivial enum fixesSimon Marchi2015-07-313-9/+9
* Delete program spaces directly when removing inferiorsSimon Marchi2015-07-081-1/+1
* Revert "Delete program spaces directly when removing inferiors"Simon Marchi2015-07-081-1/+1
* Delete program spaces directly when removing inferiorsSimon Marchi2015-07-081-1/+1
* MI: consider addressable unit size when reading/writing memorySimon Marchi2015-06-151-22/+34
* Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves2015-03-241-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-073-20/+36
* mi/mi-cmd-stack.c|frame filters: print_values <-> ext_lang_frame_argsPedro Alves2015-02-271-7/+24
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-7/+7
* Free results of varobj_get_expressionSimon Marchi2015-01-301-2/+11
* Free results of varobj_get_type and type_to_stringSimon Marchi2015-01-301-2/+11
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-0126-26/+26
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-2/+2
* introduce ui_file_write_for_putTom Tromey2014-12-121-7/+1
* Restore terminal state in mi_thread_exit (PR gdb/17627)Simon Marchi2014-12-101-0/+4
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-3/+6
* symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans2014-11-181-4/+5
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-084-4/+0
* Exit code of exited inferiors in -list-thread-groupsSimon Marchi2014-10-011-0/+3
* 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