summaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix MI output for multi-location breakpointsSimon Marchi2019-03-131-0/+27
* Factor out mi_ui_out instantiation logicSimon Marchi2019-03-131-10/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-3/+2
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-5/+5
* Simple -Wshadow=local fixesTom Tromey2018-10-041-5/+5
* MI: Add -a option to the "-data-disassemble" commandJan Vrany2018-08-141-0/+1
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove ptid_equalTom Tromey2018-07-031-5/+5
* Remove ptid_get_pidTom Tromey2018-07-031-4/+4
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-23/+24
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-4/+4
* Remove interp_ui_outTom Tromey2018-05-251-1/+1
* Add missing "breaks"Tom Tromey2018-05-041-0/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-8/+5
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-091-1/+1
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-2/+0
* Convert observers to C++Tom Tromey2018-03-191-5/+5
* Class readonly_detached_regcacheYao Qi2018-02-211-6/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-5/+0
* Change value_contents_eq return boolYao Qi2017-11-241-2/+2
* Change register_changed_p returns boolYao Qi2017-11-241-20/+12
* Fix memory leak in list_available_thread_groupsSimon Marchi2017-11-231-16/+6
* C++ify osdataSimon Marchi2017-11-221-78/+35
* Constify execute_commandTom Tromey2017-11-071-2/+2
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* Remove cleanups from prepare_execute_commandTom Tromey2017-10-191-4/+1
* Get rid of VEC(mem_range_s)Simon Marchi2017-10-161-13/+7
* Use std::vector for traceframe_info::tvarsSimon Marchi2017-10-141-4/+1
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-101-21/+28
* Remove free_splay_tree cleanupTom Tromey2017-10-091-16/+8
* Remove "do_nothing"Tom Tromey2017-10-091-6/+1
* Fix -list-thread-groups --available logic and add testSimon Marchi2017-10-041-1/+1
* Remove unused declarationsTom Tromey2017-10-031-1/+0
* Remove free_memory_read_result_vectorTom Tromey2017-09-291-29/+11
* Change captured_mi_execute_command to use scoped_restoreTom Tromey2017-09-291-6/+3
* Use std::set in mi-main.cTom Tromey2017-09-291-59/+18
* Use std::string in mi-main.cTom Tromey2017-09-291-31/+10
* Use gdb::byte_vector in mi_cmd_data_write_memory_bytesTom Tromey2017-09-291-13/+7
* Remove make_cleanup_regcache_xfreeTom Tromey2017-09-251-9/+8
* mi_load_progress: Restore current_uiout using a scoped_restoreSimon Marchi2017-09-161-5/+2
* mi_load_progress: Use unique_ptr to manage ui_out lifetimeSimon Marchi2017-09-161-10/+10
* Use ui_out_emit_list in more placesTom Tromey2017-09-091-44/+38
* Use ui_out_emit_tuple in more placesTom Tromey2017-09-091-16/+6
* Remove unnecessary function prototypes.John Baldwin2017-09-091-1/+0
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-12/+5