Support command-line redirection in native MS-Windows debugging
[external/binutils.git] / gdb / record-full.c
2016-10-26 Pedro Alvesgdb: Coalesce/aggregate (async) vCont packets/actions
2016-08-31 Yao QiFix a typo in comment
2016-08-10 Pedro AlvesFix PR gdb/19187 (process record over a fork causes...
2016-08-10 Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-06-06 Simon MarchiAdd method/format information to =record-started
2016-04-12 Pedro AlvesDo target_terminal_ours in query & friends instead...
2016-04-07 Yao QiMake breakpoint handling in record-full idempotent
2016-04-07 Yao QiSet bp_tgt->reqstd_address and bp_tgt->placed_size...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-04 Marcin Koƛcielnickigdb/record-full: Use xmalloc instead of alloca for...
2015-10-26 Luis MachadoDo not pass NULL for the string in catch_errors
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-18 Markus Metzgertarget: add to_record_will_replay target method
2015-09-18 Markus Metzgertarget: add to_record_stop_replaying target method
2015-09-18 Markus Metzgertarget, record: add PTID argument to to_record_is_replaying
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-07-10 Markus Metzgerrecord: set stop_pc in "record goto" command
2015-03-25 Pedro AlvesSimplify target_async hook interface
2015-03-04 Pedro Alvesrecord-full/record-btrace: software/hardware breakpoint...
2015-02-03 Pedro AlvesWhen disabling target async, remove all target event...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-15 Pedro AlvesMake single-step breakpoints be per-thread
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.