[ARC] Add checking for LP_COUNT reg usage, improve error reporting.
[deliverable/binutils-gdb.git] / gdb / mi /
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
2014-06-05  Simon MarchiPR mi/15806: Fix quoting of async events
2014-05-29  Pedro Alvesenable target async by default; separate MI and target...
2014-05-29  Pedro AlvesMake display_gdb_prompt CLI-only.
2014-05-29  Pedro AlvesPR gdb/13860 - Make MI sync vs async output (closer...
2014-05-22  Pedro AlvesAdd new infrun.h header.
2014-05-21  Pedro AlvesPR gdb/13860: don't lose '-interpreter-exec console...
2014-05-19  Tom Tromeyfix two latent type errors
2014-05-12  Simon Marchimi: Use the value in mi_console_file->quote as the...
2014-03-20  Maciej W. RozyckiAvoid using the ISO C99 `z' formatted output modifier
2014-03-18  Pedro AlvesPR gdb/13860: make "-exec-foo"'s MI output equal to...
2014-03-06  Yao QiFix PR16508
2014-02-28  Tom Tromeyconstify ui_out_impl
2014-02-11  Joel BrobeckerFix thinko in mi/mi-main.c::mi_cmd_data_write_memory_by...
2014-02-06  Doug EvansExtension Language API
2014-01-15  Doug Evanspsymtab cleanup patch 3/3
2014-01-13  Tom Tromeyreplace XMALLOC with XNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-11  Doug EvansDelete interp_exec_p.
2013-12-10  Joel BrobeckerGDB/MI: Document support for -exec-run --start in ...
next
This page took 0.294547 seconds and 7 git commands to generate.