aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-12/+5
2017-09-03Use std::string in mi_cmd_interpreter_execTom Tromey1-8/+4
2017-09-03Use unique_xmalloc_ptr in env_execute_cli_commandTom Tromey1-8/+4
2017-08-03Use containers to avoid cleanupsTom Tromey1-8/+3
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey1-1/+2
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-2/+3
2017-06-28Use obstack_grow_strYao Qi1-2/+2
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-3/+3
2017-06-19Use getenv instead of gdb_environ on mi-cmd-env.cSergio Durigan Junior1-8/+4
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves1-2/+3
2017-06-08Update ff4ca5ac6a2e8 to the correct version.Alan Hayward1-11/+2
2017-06-08Remove MAX_REGISTER_SIZE from mi/mi-main.cAlan Hayward1-13/+23
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-1/+1
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-8/+4
2017-04-22Use ui_out_emit_listTom Tromey6-63/+17
2017-04-22Use ui_out_emit_tuple in more places in MITom Tromey3-15/+8
2017-04-22Use ui_out_emit_tupleTom Tromey5-65/+28
2017-04-12Use scoped_restore in more placesTom Tromey1-18/+7
2017-04-12C++ify mi_parseTom Tromey3-43/+33
2017-04-12Introduce command_line_upTom Tromey1-2/+2
2017-04-12Introduce event_location_upTom Tromey1-8/+3
2017-04-05-Wwrite-strings: The RestPedro Alves4-7/+7