aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-37/+24
2017-01-20Add command to erase all flash memory regionsLuis Machado1-0/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-77/+72
2016-11-23gdb: Use C++11 std::chronoPedro Alves1-55/+18
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-1/+0
2016-11-08Clean up tracepoint.h/c:collection_listPedro Alves1-8/+19
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-11/+5
2016-10-21Remove some cleanups in MITom Tromey1-7/+4
2016-10-21Use RAII to save and restore scalarsTom Tromey1-2/+1
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 Tremblay1-22/+55
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-21New function should_print_stop_to_consolePedro Alves1-1/+1
2016-06-21Make raw_stdout be per MI instancePedro Alves1-42/+51
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 Saunders1-5/+0
2016-04-12Use target_terminal_ours_for_output in MIPedro Alves1-1/+6
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-3/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-09Change some void* to gdb_byte*Simon Marchi1-2/+2
2015-09-25Add some more casts (2/2)Simon Marchi1-5/+7
2015-09-25Add casts to memory allocation related callsSimon Marchi1-8/+9
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-08-24Prepare for gnulib updatePedro Alves1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-2/+2
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 Alves1-7/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-10-01Exit code of exited inferiors in -list-thread-groupsSimon Marchi1-0/+3
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-07-25Always pass signals to the right threadPedro Alves1-1/+1
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves1-7/+70
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-03-06Fix PR16508Yao Qi1-2/+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 Evans1-6/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
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 Brobecker1-1/+11
2013-12-03New GDB/MI command "-info-gdb-mi-command"Joel Brobecker1-0/+1