aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-3/+2
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-5/+5
2018-10-04Simple -Wshadow=local fixesTom Tromey1-5/+5
2018-08-14MI: Add -a option to the "-data-disassemble" commandJan Vrany1-0/+1
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-03Remove ptid_equalTom Tromey1-5/+5
2018-07-03Remove ptid_get_pidTom Tromey1-4/+4
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-23/+24
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-4/+4
2018-05-25Remove interp_ui_outTom Tromey1-1/+1
2018-05-04Add missing "breaks"Tom Tromey1-0/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-8/+5
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi1-1/+1
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-2/+0
2018-03-19Convert observers to C++Tom Tromey1-5/+5
2018-02-21Class readonly_detached_regcacheYao Qi1-6/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-5/+0
2017-11-24Change value_contents_eq return boolYao Qi1-2/+2
2017-11-24Change register_changed_p returns boolYao Qi1-20/+12
2017-11-23Fix memory leak in list_available_thread_groupsSimon Marchi1-16/+6
2017-11-22C++ify osdataSimon Marchi1-78/+35
2017-11-07Constify execute_commandTom Tromey1-2/+2
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-10-19Remove cleanups from prepare_execute_commandTom Tromey1-4/+1
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi1-13/+7
2017-10-14Use std::vector for traceframe_info::tvarsSimon Marchi1-4/+1
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