aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-29Use a std::vector for ada_exceptions_listTom Tromey1-12/+5
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-29Remove unused declarationTom Tromey1-1/+0
2017-09-29Don't copy a string in mi_cmd_disassembleTom Tromey1-5/+1
2017-09-29Remove cleanups from mi-cmd-var.cTom Tromey1-28/+10
2017-09-29Remove cleanups from mi_cmd_break_insert_1Tom Tromey1-30/+20
2017-09-27Constify some linespec functionsTom Tromey1-1/+1
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey1-9/+8
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior1-3/+4
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-101/+42
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi1-2/+1
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-11Change setup_breakpoint_reporting to return a scoped_restoreTom Tromey3-17/+10
2017-09-11Make extract_arg return a std::stringTom Tromey1-9/+3
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-6/+6
2017-09-09Use ui_out_emit_list and ui_out_emit_tuple with gdb::optionalTom Tromey1-11/+13
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey1-3/+2
2017-09-09Use ui_out_emit_list in more placesTom Tromey1-44/+38
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey2-20/+7
2017-09-09Remove unnecessary function prototypes.John Baldwin4-7/+0
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-1/+2