aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
2018-08-14MI: Add -a option to the "-data-disassemble" commandJan Vrany2-10/+27
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-03Remove ptid_equalTom Tromey2-7/+7
2018-07-03Remove ptid_is_pidTom Tromey1-2/+2
2018-07-03Remove ptid_get_pidTom Tromey2-5/+5
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves3-68/+64
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-4/+4
2018-05-25Add "name" method to class interpTom Tromey1-4/+4
2018-05-25Remove interp_nameTom Tromey1-2/+0
2018-05-25Remove interp_ui_outTom Tromey2-9/+9
2018-05-25Change the as_*_interp functions to use dynamic_castTom Tromey1-3/+1
2018-05-21Change ada_catchpoint::excep_string to be a std::stringTom Tromey1-13/+5
2018-05-04Add missing "breaks"Tom Tromey2-0/+2
2018-05-04Use function_view in cli-script.cTom Tromey1-24/+16
2018-05-04Use counted_command_line everywhereTom Tromey1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-8/+5
2018-04-30Make do_is_mi_like_p const.Tom Tromey1-1/+1
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi2-3/+3
2018-04-07Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi2-2/+33
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-2/+0
2018-03-19Convert observers to C++Tom Tromey3-37/+37
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey1-5/+6
2018-02-21Class readonly_detached_regcacheYao Qi1-6/+6
2018-02-14Move some declarations to source.hTom Tromey1-0/+1
2018-01-31(Ada) Add gdb-mi support for stopping at start of exception handler.Xavier Roirand3-2/+73
2018-01-31(Ada) C++fy conditional string when catching exception.Xavier Roirand1-12/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker27-27/+27
2017-12-05Remove some unused variablesSimon Marchi3-7/+0
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves1-1/+2
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-23Change int -> bool where applicable throughout varobjSimon Marchi1-7/+7
2017-11-22C++ify osdataSimon Marchi1-78/+35
2017-11-22Replace VEC (varobj_update_result) with std::vectorSimon Marchi1-29/+20
2017-11-22Make varobj::children an std::vectorSimon Marchi1-8/+5
2017-11-07Constify execute_commandTom Tromey1-2/+2
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-07Constify add_path and friendsTom Tromey1-3/+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 Alves4-64/+73
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