aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
2016-10-17Fix -trace-save crash when argument is missingSimon Marchi1-0/+5
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay4-24/+122
2016-08-09Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-c...Pedro Alves1-0/+7
2016-06-29PR gdb/17210 - fix possible memory leak in read_memory_robustTom Tromey1-1/+1
2016-06-21Make stdin be per UIPedro Alves1-1/+1
2016-06-21New function should_print_stop_to_consolePedro Alves2-24/+5
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-14/+11
2016-06-21Simplify starting the command event loopPedro Alves1-6/+3
2016-06-21Make raw_stdout be per MI instancePedro Alves5-97/+105
2016-06-21Introduce display_mi_promptPedro Alves1-10/+12
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-4/+1
2016-06-21Make instream be per UIPedro Alves1-1/+3
2016-06-21Make the intepreters output to all UIsPedro Alves1-364/+588
2016-06-21Introduce interpreter factoriesPedro Alves1-16/+26
2016-06-21Introduce "struct ui"Pedro Alves1-2/+3
2016-06-07mi/mi-interp.c: Add missing bracesSimon Marchi1-10/+16
2016-06-06Add method/format information to =record-startedSimon Marchi1-4/+21
2016-05-18Fix double prompt output after run control MI commands with mi-async on (PR 2...Simon Marchi1-1/+1
2016-05-17Fix -exec-run not running asynchronously with mi-async on (PR gdb/18077)Simon Marchi1-4/+8
2016-05-07remove trivialy unused variablesTrevor Saunders2-8/+0
2016-04-12Use target_terminal_ours_for_output in MIPedro Alves2-21/+111
2016-03-09gdb_readline2 -> gdb_readline_no_editing_callbackPedro Alves1-1/+1
2016-02-09Enable/update legacy linespecs in MI.Keith Seitz1-1/+1
2016-02-07varobj: Cleanup dead codeSimon Marchi1-1/+1
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves3-12/+12
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker26-26/+26
2015-12-09varobj zero-padded hexadecimal formatLuis Machado1-1/+3
2015-10-09Change some void* to gdb_byte*Simon Marchi1-2/+2
2015-09-25Add some more casts (2/2)Simon Marchi6-56/+63
2015-09-25Add casts to memory allocation related callsSimon Marchi3-14/+15
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