-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameter
[binutils-gdb.git] / gdb / mi /
2017-04-05 Pedro Alves-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command...
2017-03-20 Marc-Andre LaperleAdd -file-list-shared-libraries MI command
2017-02-03 Pedro AlvesC++-fy struct interp/cli_interp/tui_interp/mi_interp
2017-02-02 Pedro Alvesstruct mi_interp: Remove unused fields
2017-02-02 Pedro AlvesMove "tee" building down to interpreter::set_logging_proc
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-02-02 Simon MarchiRemove unused file_string parameter in gdb_disassembly
2017-01-31 Pedro Alvesgdb/mi/mi-interp.c: Fix typos
2017-01-20 Luis MachadoAdd command to erase all flash memory regions
2017-01-10 Simon MarchiChange return type of ui_out redirect to void
2017-01-06 Yao QiInclude mi-cmds.h in mi-parse.h
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-12-02 Simon MarchiIntroduce enum_flag type for ui_out flags
2016-12-02 Simon MarchiRemove mi_out_data::suppress_output
2016-12-01 Simon MarchiSimplify ui-out level code
2016-12-01 Simon MarchiUse std::string for ui_out_hdr's text fields
2016-12-01 Simon MarchiUse std::vector for mi_ui_out_data::streams
2016-12-01 Simon MarchiUse new/delete instead of malloc/free-based functions
2016-11-27 Simon MarchiRemove verbosity from ui_out_message and friends
2016-11-27 Simon MarchiConstify wrap_here/wrap_hint code path
2016-11-27 Simon MarchiRename ui_out_data to mi_ui_out_data
2016-11-27 Simon MarchiRemove unused functions and declarations
2016-11-23 Pedro Alvesgdb: Use C++11 std::chrono
2016-11-15 Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-10 Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-08 Yao QiRemove parameter valaddr from la_val_print
2016-11-08 Pedro AlvesUse ui_file_as_string throughout more
2016-11-08 Pedro AlvesClean up tracepoint.h/c:collection_list
2016-11-08 Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-10-21 Tom TromeyRemove some cleanups in MI
2016-10-21 Tom TromeyRemove make_cleanup_restore_current_ui
2016-10-21 Tom TromeyUse RAII to save and restore scalars
2016-10-17 Simon MarchiFix -trace-save crash when argument is missing
2016-10-03 Antoine TremblayEmit inferior, thread and frame selection events to...
2016-08-09 Pedro AlvesFix PR mi/20431 - Missing MI prompts after sync executi...
2016-06-29 Tom TromeyPR gdb/17210 - fix possible memory leak in read_memory_...
2016-06-21 Pedro AlvesMake stdin be per UI
2016-06-21 Pedro AlvesNew function should_print_stop_to_console
2016-06-21 Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-21 Pedro AlvesSimplify starting the command event loop
2016-06-21 Pedro AlvesMake raw_stdout be per MI instance
2016-06-21 Pedro AlvesIntroduce display_mi_prompt
2016-06-21 Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21 Pedro AlvesMake instream be per UI
2016-06-21 Pedro AlvesMake the intepreters output to all UIs
2016-06-21 Pedro AlvesIntroduce interpreter factories
2016-06-21 Pedro AlvesIntroduce "struct ui"
2016-06-07 Simon Marchimi/mi-interp.c: Add missing braces
2016-06-06 Simon MarchiAdd method/format information to =record-started
2016-05-18 Simon MarchiFix double prompt output after run control MI commands...
2016-05-17 Simon MarchiFix -exec-run not running asynchronously with mi-async...
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-12 Pedro AlvesUse target_terminal_ours_for_output in MI
2016-03-09 Pedro Alvesgdb_readline2 -> gdb_readline_no_editing_callback
2016-02-09 Keith SeitzEnable/update legacy linespecs in MI.
2016-02-07 Simon Marchivarobj: Cleanup dead code
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-09 Luis Machadovarobj zero-padded hexadecimal format
2015-10-09 Simon MarchiChange some void* to gdb_byte*
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-09 Pedro AlvesReplace "struct continuation" mechanism by something...
2015-09-09 Pedro AlvesMerge async and sync code paths some more
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-24 Pedro AlvesPrepare for gnulib update
2015-08-18 Doug EvansPR mi/18833 gdb.execute ("set param value", to_string...
2015-08-15 Doug EvansNew /s modifier for the disassemble command.
2015-08-13 Keith SeitzMass rename `explicit' -> `explicit_loc'.
2015-08-12 Keith SeitzExplicit locations: MI support for explicit locations
2015-08-12 Keith SeitzExplicit locations: use new location API
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-07-08 Simon MarchiDelete program spaces directly when removing inferiors
2015-07-08 Simon MarchiRevert "Delete program spaces directly when removing...
2015-07-08 Simon MarchiDelete program spaces directly when removing inferiors
2015-06-15 Simon MarchiMI: consider addressable unit size when reading/writing...
2015-03-24 Pedro AlvesRemove 'step' parameters from 'proceed' and 'resume'
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27 Pedro Alvesmi/mi-cmd-stack.c|frame filters: print_values <-> ext_l...
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-30 Simon MarchiFree results of varobj_get_expression
2015-01-30 Simon MarchiFree results of varobj_get_type and type_to_string
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-15 Simon MarchiIntroduce utility function find_inferior_ptid
2014-12-12 Tom Tromeyintroduce ui_file_write_for_put
2014-12-10 Simon MarchiRestore terminal state in mi_thread_exit (PR gdb/17627)
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug Evanssymtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE...
2014-11-18 Doug EvansSYMTAB_OBJFILE: New macro.
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-10-01 Simon MarchiExit code of exited inferiors in -list-thread-groups
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-07 Gary BensonMove libiberty.h to common-defs.h
2014-07-25 Pedro AlvesAlways pass signals to the right thread
2014-06-18 Tom Tromeyconstify struct block in some places
2014-06-16 Keith SeitzFix for PR mi/15863
2014-06-12 Yao QiRename varobj_pretty_printed_p to varobj_is_dynamic_p
next