summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0227-27/+27
* Remove some unused variablesSimon Marchi2017-12-053-7/+0
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-1/+2
* 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
* Change int -> bool where applicable throughout varobjSimon Marchi2017-11-231-7/+7
* C++ify osdataSimon Marchi2017-11-221-78/+35
* Replace VEC (varobj_update_result) with std::vectorSimon Marchi2017-11-221-29/+20
* Make varobj::children an std::vectorSimon Marchi2017-11-221-8/+5
* Constify execute_commandTom Tromey2017-11-071-2/+2
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Constify add_path and friendsTom Tromey2017-11-071-3/+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-104-64/+73
* 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 a std::vector for ada_exceptions_listTom Tromey2017-09-291-12/+5
* 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 unused declarationTom Tromey2017-09-291-1/+0
* Don't copy a string in mi_cmd_disassembleTom Tromey2017-09-291-5/+1
* Remove cleanups from mi-cmd-var.cTom Tromey2017-09-291-28/+10
* Remove cleanups from mi_cmd_break_insert_1Tom Tromey2017-09-291-30/+20
* Constify some linespec functionsTom Tromey2017-09-271-1/+1
* Remove make_cleanup_regcache_xfreeTom Tromey2017-09-251-9/+8
* Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior2017-09-221-3/+4
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-101/+42
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-2/+1
* 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
* Change setup_breakpoint_reporting to return a scoped_restoreTom Tromey2017-09-113-17/+10
* Make extract_arg return a std::stringTom Tromey2017-09-111-9/+3
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-6/+6
* Use ui_out_emit_list and ui_out_emit_tuple with gdb::optionalTom Tromey2017-09-091-11/+13
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-091-3/+2
* Use ui_out_emit_list in more placesTom Tromey2017-09-091-44/+38
* Use ui_out_emit_tuple in more placesTom Tromey2017-09-092-20/+7
* Remove unnecessary function prototypes.John Baldwin2017-09-094-7/+0
* Introduce gdb_disassembly_flagsPedro Alves2017-09-041-1/+2
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-12/+5
* Use std::string in mi_cmd_interpreter_execTom Tromey2017-09-031-8/+4