summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* PR gdb/17210 - fix possible memory leak in read_memory_robustTom Tromey2016-06-291-1/+1
* Make stdin be per UIPedro Alves2016-06-211-1/+1
* New function should_print_stop_to_consolePedro Alves2016-06-212-24/+5
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-14/+11
* Simplify starting the command event loopPedro Alves2016-06-211-6/+3
* Make raw_stdout be per MI instancePedro Alves2016-06-215-97/+105
* Introduce display_mi_promptPedro Alves2016-06-211-10/+12
* Make command line editing (use of readline) be per UIPedro Alves2016-06-211-4/+1
* Make instream be per UIPedro Alves2016-06-211-1/+3
* Make the intepreters output to all UIsPedro Alves2016-06-211-364/+588
* Introduce interpreter factoriesPedro Alves2016-06-211-16/+26
* Introduce "struct ui"Pedro Alves2016-06-211-2/+3
* mi/mi-interp.c: Add missing bracesSimon Marchi2016-06-071-10/+16
* Add method/format information to =record-startedSimon Marchi2016-06-061-4/+21
* Fix double prompt output after run control MI commands with mi-async on (PR 2...Simon Marchi2016-05-181-1/+1
* Fix -exec-run not running asynchronously with mi-async on (PR gdb/18077)Simon Marchi2016-05-171-4/+8
* remove trivialy unused variablesTrevor Saunders2016-05-072-8/+0
* Use target_terminal_ours_for_output in MIPedro Alves2016-04-122-21/+111
* 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