summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* gdb_readline2 -> gdb_readline_no_editing_callbackPedro Alves2016-03-091-1/+1
* Enable/update legacy linespecs in MI.Keith Seitz2016-02-091-1/+1
* varobj: Cleanup dead codeSimon Marchi2016-02-071-1/+1
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-133-12/+12
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0126-26/+26
* varobj zero-padded hexadecimal formatLuis Machado2015-12-091-1/+3
* Change some void* to gdb_byte*Simon Marchi2015-10-091-2/+2
* Add some more casts (2/2)Simon Marchi2015-09-256-56/+63
* Add casts to memory allocation related callsSimon Marchi2015-09-253-14/+15
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-71/+37
* Merge async and sync code paths some morePedro Alves2015-09-091-24/+8
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-262-3/+2
* Prepare for gnulib updatePedro Alves2015-08-242-2/+2
* PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...Doug Evans2015-08-181-38/+69
* New /s modifier for the disassemble command.Doug Evans2015-08-141-10/+29
* Mass rename `explicit' -> `explicit_loc'.Keith Seitz2015-08-131-11/+11
* Explicit locations: MI support for explicit locationsKeith Seitz2015-08-111-9/+63
* Explicit locations: use new location APIKeith Seitz2015-08-111-1/+11
* 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