Add tests for PR ld/16452 and PR ld/16457
[platform/upstream/binutils.git] / gdb / record-full.c
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-07-30 Tom Tromeyconstify to_open
2014-06-26 Tom Tromeyconstify get_bookmark and goto_bookmark
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-03-12 Tom Tromeyfix regressions with target-async
2014-02-19 Tom TromeyAdd target_ops argument to to_goto_record
2014-02-19 Tom TromeyAdd target_ops argument to to_goto_record_end
2014-02-19 Tom TromeyAdd target_ops argument to to_goto_record_begin
2014-02-19 Tom TromeyAdd target_ops argument to to_record_is_replaying
2014-02-19 Tom TromeyAdd target_ops argument to to_delete_record
2014-02-19 Tom TromeyAdd target_ops argument to to_save_record
2014-02-19 Tom TromeyAdd target_ops argument to to_info_record
2014-02-19 Tom TromeyAdd target_ops argument to to_execution_direction
2014-02-19 Tom TromeyAdd target_ops argument to to_can_execute_reverse
2014-02-19 Tom TromeyAdd target_ops argument to to_goto_bookmark
2014-02-19 Tom TromeyAdd target_ops argument to to_get_bookmark
2014-02-19 Tom TromeyAdd target_ops argument to to_close
2014-02-19 Tom Tromeyadd target method delegation
2014-02-19 Tom Tromeyadd "this" pointers to more target APIs
2014-02-11 Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07 Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-16 Markus Metzgertarget: allow decr_pc_after_break to be defined by...
2014-01-16 Markus Metzgertarget, breakpoint: allow insert/remove breakpoint...
2014-01-16 Markus MetzgerAdd target_ops argument to to_prepare_to_store
2014-01-14 Pedro AlvesFix "is a record target open" checks.
2014-01-14 Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-18 Yao QiAdd target_xfer_partial_ftype
2013-09-17 Pedro AlvesPR gdb/15911: "info threads" changes the default source...
2013-07-16 Doug Evans * target.h (struct target_section): Delete member...
2013-05-14 Tom Tromey * gcore.c (create_gcore_bfd): Make 'filename' const.
2013-04-19 Pedro Alves-Wpointer-sign: bookmarks.
2013-04-10 Pedro AlvesAccept "set foo unlimited" in integer/uinteger/zuintege...
2013-03-26 Pedro Alvesrecord-full.c: Remove always true checks.
2013-03-20 Jan Kratochvilgdb/
2013-03-11 Markus MetzgerProvide default target methods for record targets that...
2013-03-11 Markus MetzgerRename record_ prefixes in record-full.h into record_full_.
2013-03-11 Markus MetzgerRename record_ prefixes in record-full.c into record_full_.
2013-03-11 Markus MetzgerSplit record.h into record.h and record-full.h.