summaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-24Change value_contents_eq return boolYao Qi
2017-11-24Change register_changed_p returns boolYao Qi
2017-11-23Fix memory leak in list_available_thread_groupsSimon Marchi
2017-11-22C++ify osdataSimon Marchi
2017-11-07Constify execute_commandTom Tromey
2017-11-07Constify add_setshow_*Tom Tromey
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-19Remove cleanups from prepare_execute_commandTom Tromey
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi
2017-10-14Use std::vector for traceframe_info::tvarsSimon Marchi
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves
2017-10-09Remove free_splay_tree cleanupTom Tromey
2017-10-09Remove "do_nothing"Tom Tromey
2017-10-04Fix -list-thread-groups --available logic and add testSimon Marchi
2017-10-03Remove unused declarationsTom Tromey
2017-09-29Remove free_memory_read_result_vectorTom Tromey
2017-09-29Change captured_mi_execute_command to use scoped_restoreTom Tromey
2017-09-29Use std::set in mi-main.cTom Tromey
2017-09-29Use std::string in mi-main.cTom Tromey
2017-09-29Use gdb::byte_vector in mi_cmd_data_write_memory_bytesTom Tromey
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey
2017-09-16mi_load_progress: Restore current_uiout using a scoped_restoreSimon Marchi
2017-09-16mi_load_progress: Use unique_ptr to manage ui_out lifetimeSimon Marchi
2017-09-09Use ui_out_emit_list in more placesTom Tromey
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-08-03Use containers to avoid cleanupsTom Tromey
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves
2017-06-08Update ff4ca5ac6a2e8 to the correct version.Alan Hayward
2017-06-08Remove MAX_REGISTER_SIZE from mi/mi-main.cAlan Hayward
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-22Use ui_out_emit_listTom Tromey
2017-04-22Use ui_out_emit_tuple in more places in MITom Tromey
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-04-12Use scoped_restore in more placesTom Tromey
2017-04-12C++ify mi_parseTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-20Add command to erase all flash memory regionsLuis Machado
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-23gdb: Use C++11 std::chronoPedro Alves
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves
2016-11-08Remove parameter valaddr from la_val_printYao Qi