aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves1-21/+28
2017-10-09Remove free_splay_tree cleanupTom Tromey1-16/+8
2017-10-09Remove "do_nothing"Tom Tromey1-6/+1
2017-10-04Fix -list-thread-groups --available logic and add testSimon Marchi1-1/+1
2017-10-03Remove unused declarationsTom Tromey1-1/+0
2017-09-29Remove free_memory_read_result_vectorTom Tromey1-29/+11
2017-09-29Change captured_mi_execute_command to use scoped_restoreTom Tromey1-6/+3
2017-09-29Use std::set in mi-main.cTom Tromey1-59/+18
2017-09-29Use std::string in mi-main.cTom Tromey1-31/+10
2017-09-29Use gdb::byte_vector in mi_cmd_data_write_memory_bytesTom Tromey1-13/+7
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey1-9/+8
2017-09-16mi_load_progress: Restore current_uiout using a scoped_restoreSimon Marchi1-5/+2
2017-09-16mi_load_progress: Use unique_ptr to manage ui_out lifetimeSimon Marchi1-10/+10
2017-09-09Use ui_out_emit_list in more placesTom Tromey1-44/+38
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey1-16/+6
2017-09-09Remove unnecessary function prototypes.John Baldwin1-1/+0
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-12/+5
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