aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi3-9/+9
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi1-1/+1
2015-07-08Revert "Delete program spaces directly when removing inferiors"Simon Marchi1-1/+1
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi1-1/+1
2015-06-15MI: consider addressable unit size when reading/writing memorySimon Marchi1-22/+34
2015-03-24Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves3-20/+36
2015-02-27mi/mi-cmd-stack.c|frame filters: print_values <-> ext_lang_frame_argsPedro Alves1-7/+24
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-7/+7
2015-01-30Free results of varobj_get_expressionSimon Marchi1-2/+11
2015-01-30Free results of varobj_get_type and type_to_stringSimon Marchi1-2/+11
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker26-26/+26
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-2/+2
2014-12-12introduce ui_file_write_for_putTom Tromey1-7/+1
2014-12-10Restore terminal state in mi_thread_exit (PR gdb/17627)Simon Marchi1-0/+4
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-3/+6
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans1-4/+5
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-1/+1
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