summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* 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
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-1/+1
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-8/+4
* Use ui_out_emit_listTom Tromey2017-04-226-63/+17
* Use ui_out_emit_tuple in more places in MITom Tromey2017-04-223-15/+8
* Use ui_out_emit_tupleTom Tromey2017-04-225-65/+28
* Use scoped_restore in more placesTom Tromey2017-04-121-18/+7
* C++ify mi_parseTom Tromey2017-04-123-43/+33
* Introduce command_line_upTom Tromey2017-04-121-2/+2
* Introduce event_location_upTom Tromey2017-04-121-8/+3
* -Wwrite-strings: The RestPedro Alves2017-04-054-7/+7