summaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
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-23Change int -> bool where applicable throughout varobjSimon Marchi
2017-11-22C++ify osdataSimon Marchi
2017-11-22Replace VEC (varobj_update_result) with std::vectorSimon Marchi
2017-11-22Make varobj::children an std::vectorSimon Marchi
2017-11-07Constify execute_commandTom Tromey
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_path and friendsTom 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 a std::vector for ada_exceptions_listTom 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-29Remove unused declarationTom Tromey
2017-09-29Don't copy a string in mi_cmd_disassembleTom Tromey
2017-09-29Remove cleanups from mi-cmd-var.cTom Tromey
2017-09-29Remove cleanups from mi_cmd_break_insert_1Tom Tromey
2017-09-27Constify some linespec functionsTom Tromey
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi
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-11Change setup_breakpoint_reporting to return a scoped_restoreTom Tromey
2017-09-11Make extract_arg return a std::stringTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Use ui_out_emit_list and ui_out_emit_tuple with gdb::optionalTom Tromey
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey
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-04Introduce gdb_disassembly_flagsPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-09-03Use std::string in mi_cmd_interpreter_execTom Tromey