aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)Author
2017-06-28Use obstack_grow_strYao Qi
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior
2017-06-19Use getenv instead of gdb_environ on mi-cmd-env.cSergio Durigan Junior
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves
2017-06-08Update ff4ca5ac6a2e8 to the correct version.Alan Hayward
2017-06-08Remove MAX_REGISTER_SIZE from mi/mi-main.cAlan Hayward
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-22Use ui_out_emit_listTom Tromey
2017-04-22Use ui_out_emit_tuple in more places in MITom Tromey
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-04-12Use scoped_restore in more placesTom Tromey
2017-04-12C++ify mi_parseTom Tromey
2017-04-12Introduce command_line_upTom Tromey
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: MI -info-osPedro Alves
2017-04-05-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves
2017-02-02struct mi_interp: Remove unused fieldsPedro Alves
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-02-01Remove unused file_string parameter in gdb_disassemblySimon Marchi
2017-01-31gdb/mi/mi-interp.c: Fix typosPedro Alves
2017-01-20Add command to erase all flash memory regionsLuis Machado
2017-01-10Change return type of ui_out redirect to voidSimon Marchi
2017-01-06Include mi-cmds.h in mi-parse.hYao Qi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi
2016-12-02Remove mi_out_data::suppress_outputSimon Marchi
2016-12-01Simplify ui-out level codeSimon Marchi
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi
2016-11-30Use std::vector for mi_ui_out_data::streamsSimon Marchi
2016-11-30Use new/delete instead of malloc/free-based functionsSimon Marchi
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi
2016-11-26Rename ui_out_data to mi_ui_out_dataSimon Marchi
2016-11-26Remove unused functions and declarationsSimon Marchi
2016-11-23gdb: Use C++11 std::chronoPedro Alves
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey
2016-11-08Remove parameter valaddr from la_val_printYao Qi
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-11-08Clean up tracepoint.h/c:collection_listPedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-10-21Remove some cleanups in MITom Tromey
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey
2016-10-21Use RAII to save and restore scalarsTom Tromey