aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
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-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2-3/+2
2015-08-24Prepare for gnulib updatePedro Alves2-2/+2
2015-08-18PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...Doug Evans1-38/+69
2015-08-14New /s modifier for the disassemble command.Doug Evans1-10/+29
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz1-11/+11
2015-08-11Explicit locations: MI support for explicit locationsKeith Seitz1-9/+63
2015-08-11Explicit locations: use new location APIKeith Seitz1-1/+11
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