]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/record-btrace.c
Update year range in copyright notice of all files owned by the GDB project.
[thirdparty/binutils-gdb.git] / gdb / record-btrace.c
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23  Doug EvansReplace some symbol accessor macros with functions.
2014-12-15  Simon MarchiIntroduce utility function find_inferior_ptid
2014-10-15  Pedro AlvesPush pruning old threads down to the target
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-07-30  Tom Tromeyconstify to_open
2014-07-18  Tom Tromeyclean up some target delegation cases
2014-06-25  Markus Metzgerbtrace: pretend we're not replaying when generating...
2014-06-19  Pedro AlvesFix next over threaded execl with "set scheduler-lockin...
2014-06-04  Markus Metzgerbtrace: async support
2014-05-23  Markus Metzgerbtrace: control memory access during replay
2014-05-22  Pedro AlvesAdd new infrun.h header.
2014-05-20  Markus Metzgerbtrace: no replay without history
2014-03-12  Tom Tromeyfix regressions with target-async
2014-02-26  Tom Tromeychange minsym representation
2014-02-24  Yao QiRename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE
2014-02-19  Tom Tromeyconvert to_get_unwinder and to_get_tailcall_unwinder...
2014-02-19  Tom Tromeyconvert to_decr_pc_after_break
2014-02-19  Tom TromeyAdd target_ops argument to to_call_history_range
2014-02-19  Tom TromeyAdd target_ops argument to to_call_history_from
2014-02-19  Tom TromeyAdd target_ops argument to to_call_history
2014-02-19  Tom TromeyAdd target_ops argument to to_insn_history_range
2014-02-19  Tom TromeyAdd target_ops argument to to_insn_history_from
2014-02-19  Tom TromeyAdd target_ops argument to to_insn_history
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_info_record
2014-02-19  Tom TromeyAdd target_ops argument to to_stop_recording
2014-02-19  Tom TromeyAdd target_ops argument to to_can_execute_reverse
2014-02-19  Tom TromeyAdd target_ops argument to to_close
2014-02-19  Tom Tromeyadd target method delegation
2014-02-11  Yao QiReturn target_xfer_status in to_xfer_partial
2014-01-27  Markus Metzgerbtrace: initiate teardown when closing record btrace...
2014-01-16  Markus Metzgerrecord-btrace: add (reverse-)stepping support
2014-01-16  Markus Metzgerrecord-btrace: show trace from enable location
2014-01-16  Markus Metzgerrecord-btrace: extend unwinder
2014-01-16  Markus Metzgerrecord-btrace: add record goto target methods
2014-01-16  Markus Metzgerrecord-btrace: provide target_find_new_threads method
2014-01-16  Markus Metzgerrecord-btrace: add to_wait and to_resume target methods.
2014-01-16  Markus Metzgerrecord-btrace: provide xfer_partial target method
2014-01-16  Markus Metzgerrecord-btrace, frame: supply target-specific unwinder
2014-01-16  Markus Metzgerrecord-btrace: supply register target methods
2014-01-16  Markus Metzgerbtrace: add replay position to btrace thread info
2014-01-16  Markus Metzgerrecord-btrace: make ranges include begin and end
2014-01-16  Markus Metzgerrecord-btrace: optionally indent function call history
2014-01-16  Markus Metzgerrecord-btrace: start counting at one
2014-01-16  Markus Metzgerrecord-btrace: fix insn range in function call history
2014-01-16  Markus Metzgerbtrace: change branch trace data structure
2014-01-14  Pedro AlvesFix "is a record target open" checks.
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-09-02  Markus Metzgerrecord: upcase record_print_flag enumeration constants
2013-03-26  Markus Metzgerrecord-btrace: fix assertion when enabling recording...
2013-03-20  Jan Kratochvilgdb/
2013-03-11  Markus MetzgerAdd a target for branch trace recording.