summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use unique_xmalloc_ptr in env_execute_cli_commandTom Tromey2017-09-031-8/+4
* Use containers to avoid cleanupsTom Tromey2017-08-031-8/+3
* Remove make_cleanup_restore_current_languageTom Tromey2017-08-031-1/+2
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-2/+3
* Use obstack_grow_strYao Qi2017-06-281-2/+2
* C++ify gdb/common/environ.cSergio Durigan Junior2017-06-201-3/+3
* Use getenv instead of gdb_environ on mi-cmd-env.cSergio Durigan Junior2017-06-191-8/+4
* Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves2017-06-141-2/+3
* Update ff4ca5ac6a2e8 to the correct version.Alan Hayward2017-06-081-11/+2
* Remove MAX_REGISTER_SIZE from mi/mi-main.cAlan Hayward2017-06-081-13/+23