aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-05-Wwrite-strings: MI -info-osPedro Alves1-2/+2
2017-04-05-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves13-94/+94
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle5-8/+115
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves3-56/+46
2017-02-02struct mi_interp: Remove unused fieldsPedro Alves1-5/+0
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves1-20/+10
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves8-181/+136
2017-02-01Remove unused file_string parameter in gdb_disassemblySimon Marchi1-1/+0
2017-01-31gdb/mi/mi-interp.c: Fix typosPedro Alves1-2/+2
2017-01-20Add command to erase all flash memory regionsLuis Machado3-0/+8
2017-01-10Change return type of ui_out redirect to voidSimon Marchi2-4/+2
2017-01-06Include mi-cmds.h in mi-parse.hYao Qi1-0/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker26-26/+26
2016-12-22Class-ify ui_outSimon Marchi10-394/+361
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi1-1/+1
2016-12-02Remove mi_out_data::suppress_outputSimon Marchi1-23/+0
2016-12-01Simplify ui-out level codeSimon Marchi1-5/+4
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi1-5/+6
2016-11-30Use std::vector for mi_ui_out_data::streamsSimon Marchi1-18/+13
2016-11-30Use new/delete instead of malloc/free-based functionsSimon Marchi1-2/+2
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-5/+3
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi1-2/+2
2016-11-26Rename ui_out_data to mi_ui_out_dataSimon Marchi1-2/+2
2016-11-26Remove unused functions and declarationsSimon Marchi2-13/+0
2016-11-23gdb: Use C++11 std::chronoPedro Alves2-60/+25
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-1/+1
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-18/+7
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-1/+0
2016-11-08Use ui_file_as_string throughout morePedro Alves1-45/+25
2016-11-08Clean up tracepoint.h/c:collection_listPedro Alves1-8/+19
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-11/+5