[ARC] Fix typo in extension instruction name.
[deliverable/binutils-gdb.git] / gdb / 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 ...
2013-12-03  Joel BrobeckerRemove "ada-exceptions" from -list-features output.
2013-12-03  Joel BrobeckerRemove all trailing spaces in mi/mi-main.c.
2013-12-03  Joel BrobeckerAdd "undefined-command" error code at end of ^error...
2013-12-03  Joel BrobeckerNew GDB/MI command "-info-gdb-mi-command"
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-18  Joel BrobeckerAdd "language-option" to -list-features
2013-11-14  Joel BrobeckerGDB/MI: Add new "--language LANG" command option.
2013-11-13  Joel BrobeckerReplace "info-ada-exceptions" by "ada-exceptions" in...
2013-11-12  Joel BrobeckerImplement GDB/MI equivalent of "info exceptions" CLI...
2013-11-11  Joel BrobeckerDandling memory pointers in Ada catchpoints with GDB/MI.
2013-11-07  Yao QiRemove varobj_language_string, languages and varobj_lan...
2013-10-11  Joel BrobeckerNew GDB/MI commands to catch Ada exceptions
2013-10-04  Joel BrobeckerAdd support for --start option in -exec-run GDB/MI...
2013-10-02  Pedro AlvesPrint registers not saved in the frame as "<not saved...
2013-09-30  Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-17  Pedro AlvesPR gdb/15911: "info threads" changes the default source...
2013-08-30  Pedro AlvesMI -trace-find, print frame with LOC_AND_ADDRESS instea...
2013-08-29  Andrew BurgessRemove use of deprecated_command_loop_hook from mi...
2013-08-28  Jan KratochvilPR gdb/15415
2013-08-27  Yao QiAdd options to skip unavailable locals
2013-08-27  Yao QiAdd mi_getopt_allow_unknown
2013-08-08  Yao Qigdb/
2013-08-08  Yao Qigdb/
2013-08-02  Andrew BurgessRemove duplicate call to add_file_handler.
2013-08-01  Yao Qigdb/
2013-07-25  Andrew BurgessResue 'z' formatter from mi register display code.
2013-07-19  Hui Zhu2013-07-19 Hui Zhu <hui@codesourcery.com>
2013-07-09  Doug Evans * defs.h (enum val_prettyformat): Renamed from val_pre...
2013-07-01  Tom Tromeyadd -Wold-style-declaration
2013-06-26  Yao Qigdb/
2013-06-26  Yao Qigdb/
2013-06-20  Yao QiTeach -data-list-register-values to not include unavail...
2013-06-08  Yao Qigdb/
2013-06-03  Yao Qigdb/
next
This page took 0.297677 seconds and 7 git commands to generate.