aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Use containers to avoid cleanupsTom Tromey1-8/+3
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey1-1/+2
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves1-2/+3
2017-06-08Update ff4ca5ac6a2e8 to the correct version.Alan Hayward1-11/+2
2017-06-08Remove MAX_REGISTER_SIZE from mi/mi-main.cAlan Hayward1-13/+23
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-8/+4
2017-04-22Use ui_out_emit_listTom Tromey1-32/+8
2017-04-22Use ui_out_emit_tuple in more places in MITom Tromey1-5/+2
2017-04-22Use ui_out_emit_tupleTom Tromey1-42/+21
2017-04-12Use scoped_restore in more placesTom Tromey1-18/+7
2017-04-12C++ify mi_parseTom Tromey1-5/+3
2017-04-05-Wwrite-strings: The RestPedro Alves1-3/+3
2017-04-05-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves1-40/+40
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves1-9/+5
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